Skip to content
Jonathan D.A. Jewell edited this page Mar 24, 2026 · 1 revision

Developer Ecosystem

Central hub for all development workflow tools -- git operations, repository management, scaffolding, and developer experience.

Quick Start

See the main README for the full satellite structure and usage.

Key Concepts

  • Monorepo with satellite repos -- Developer Ecosystem is organised as a hub with satellites in satellites/ covering git tools, repo management, scaffolding, and developer UX. Each satellite is a self-contained tool.
  • Four pillars -- Git Tools (git-hud, gitloom, git-reunify, git-seo, vext), Repo Management (oikos, gitvisor), Scaffolding (scaffoldia, rsr-template-repo), and Developer UX (formatrix-docs, reconciliation tools).
  • Multi-language by design -- Rust for CLI tools and git operations, ReScript for web dashboards, Deno for automation scripts, Julia for batch analysis.

Architecture

Hub-satellite monorepo. Each satellite retains its own build system, tests, and documentation. The hub provides shared CI workflows, RSR compliance, and cross-satellite coordination.

Satellites

Category Tools
Git Tools git-hud, gitloom, git-reunify, git-seo, polysafe-gitfixer, vext
Repo Management oikos, gitvisor
Scaffolding scaffoldia, rsr-template-repo
Developer UX formatrix-docs

Related Projects

  • standards -- Organisation-wide standards and specifications
  • reposystem -- Repository system management (contractiles, claim-forge, scaffoldia)
  • BoJ Server -- MCP server with GitHub/GitLab integration

Contributing

See CONTRIBUTING.md.

License

MPL-2.0 (PMPL-1.0-or-later preferred; MPL-2.0 required for platform/tooling compatibility)

Clone this wiki locally