Skip to content

Commit f63e425

Browse files
Add morphir-moonbit to ecosystem submodules (#608)
* Initial plan * feat: add morphir-moonbit as ecosystem submodule - Added finos/morphir-moonbit as a git submodule under ecosystem/ - Updated ecosystem/README.md to document the new submodule - Updated ecosystem/AGENTS.md to list morphir-moonbit Co-authored-by: DamianReeves <957246+DamianReeves@users.noreply.github.com> * docs: add morphir-moonbit to Related Morphir Projects list - Updated AGENTS.md to include morphir-moonbit in the list of related projects Co-authored-by: DamianReeves <957246+DamianReeves@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DamianReeves <957246+DamianReeves@users.noreply.github.com>
1 parent 4549d4a commit f63e425

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "ecosystem/morphir-examples"]
55
path = ecosystem/morphir-examples
66
url = https://github.com/finos/morphir-examples.git
7+
[submodule "ecosystem/morphir-moonbit"]
8+
path = ecosystem/morphir-moonbit
9+
url = https://github.com/finos/morphir-moonbit.git

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This repository contains:
1919
- **[finos/morphir-dotnet](https://github.com/finos/morphir-dotnet)** - .NET implementation
2020
- **[finos/morphir-rust](https://github.com/finos/morphir-rust)** - Rust tooling
2121
- **[finos/morphir-python](https://github.com/finos/morphir-python)** - Python tooling
22+
- **[finos/morphir-moonbit](https://github.com/finos/morphir-moonbit)** - MoonBit implementation of Morphir tooling
2223

2324
### Morphir IR Specification
2425

ecosystem/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This directory holds **git submodules** for Morphir ecosystem repositories. Use
66

77
- **morphir-rust** – Rust workspace (morphir-core, morphir-common, morphir-daemon, morphir-ext, etc.). The **morphir** CLI binary lives in this repo under `crates/morphir`, not in the submodule; it depends on morphir-rust crates via path.
88
- **morphir-examples** – Example Morphir projects.
9+
- **morphir-moonbit** – MoonBit implementation of Morphir tooling.
910

1011
Do not edit submodule content in-place for long-term changes. Prefer contributing in the submodule's own repo and then updating the submodule ref in finos/morphir when intentional.
1112

ecosystem/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This directory contains [git submodules](https://git-scm.com/book/en/v2/Git-Tool
88
|------------------|------------|--------|
99
| **morphir-rust** | [finos/morphir-rust](https://github.com/finos/morphir-rust) | Rust libraries (morphir-core, morphir-common, etc.) used by morphir-live and the morphir CLI in this repo |
1010
| **morphir-examples** | [finos/morphir-examples](https://github.com/finos/morphir-examples) | Example Morphir projects; used for docs, tests, and reference |
11+
| **morphir-moonbit** | [finos/morphir-moonbit](https://github.com/finos/morphir-moonbit) | MoonBit implementation of Morphir tooling |
1112

1213
## First-time clone
1314

ecosystem/morphir-moonbit

Submodule morphir-moonbit added at c0e2be1

0 commit comments

Comments
 (0)