Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

File metadata and controls

26 lines (18 loc) · 1.01 KB

finos/morphir — repository notes

This file is a quick orientation for contributors and AI assistants.

What this repo is

finos/morphir is the Morphir ecosystem umbrella repository. It hosts:

  • Published documentation (docs/, website/)
  • The Rust Morphir CLI (crates/morphir)
  • Ecosystem submodules (ecosystem/)

What this repo is not

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.

Where to start

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