Skip to content

Commit 716fe22

Browse files
authored
chore: remove outdated morphir-elm subtree and related Elm code (#425)
* chore: restructure skills directory layout Move skill definitions from single files to directory structure: - morphir-developer.md -> morphir-developer/SKILL.md - release-manager.md -> release-manager/SKILL.md - Remove skills.json (no longer needed) * chore: remove outdated morphir-elm subtree and related Elm code Remove legacy Elm code that is no longer needed for the Go implementation: 1. morphir-elm/ - Outdated git subtree of finos/morphir-elm causing: - Renovate flagging vulnerability issues in stale npm dependencies - 16MB of unused code not relevant to the Go implementation - Confusion about which code is authoritative 2. src/Morphir/ - Elm source code for defunct morphir-elm-compiler package 3. packages/morphir-elm-compiler/ - Incomplete TypeScript/Elm hybrid compiler package that is not actively maintained The following are intentionally kept: - tests/bdd/testdata/morphir-elm/ - Test fixtures fetched from canonical repo References to finos/morphir-elm in docs/comments remain as they point to the canonical repository which is the authoritative source. Closes: morphir-d3g * fix: correct beads issue prefix to 'morphir'
1 parent fbce21d commit 716fe22

File tree

861 files changed

+11
-376023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

861 files changed

+11
-376023
lines changed

.beads/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
issue-prefix: "morphir-go"
1+
issue-prefix: "morphir"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: morphir-developer
3+
description: Helps with Morphir Go development including workspace setup, go.work management, branch/worktree handling, TDD/BDD workflow, and pre-commit checks. Use when setting up development environment or working on Morphir code.
4+
---
5+
16
# Morphir Developer Skill
27

38
You are a specialized assistant for developing the Morphir project. You help developers with:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: release-manager
3+
description: Manages Morphir releases including changelog updates, version bumping, module tagging, and release execution. Use when preparing or executing a release.
4+
---
5+
16
# Release Manager Skill
27

38
You are a release manager for the Morphir project. Your role is to help maintainers prepare and execute releases, including changelog management, version bumping, and module tagging.

.claude/skills/skills.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

morphir-elm/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

morphir-elm/.github/ISSUE_TEMPLATE/epic.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

morphir-elm/.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

morphir-elm/.github/ISSUE_TEMPLATE/story.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

morphir-elm/.github/ISSUE_TEMPLATE/task.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

morphir-elm/.github/archive/release.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)