This file is a quick orientation for contributors and AI assistants.
finos/morphir is the Morphir ecosystem umbrella repository. It hosts:
- Published documentation (
docs/,website/) - The Rust Morphir CLI (
crates/morphir) - Ecosystem submodules (
ecosystem/)
This is not the Morphir Go project. Go-based Morphir tooling — including the WIT pipeline and Go code generation — lives in the sibling repository finos/morphir-go.
| Topic | Document |
|---|---|
| Project overview | README.md |
| Agent and contributor guidance | AGENTS.md |
| Local development setup | DEVELOPING.md |
| Installing the Rust CLI from releases | INSTALLING.md |
| Ecosystem submodules | ecosystem/README.md |
| Morphir Go tooling | finos/morphir-go |