Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 563 Bytes

File metadata and controls

23 lines (18 loc) · 563 Bytes

Contributing

Fork the repo, make changes, run tests, open a PR.

git clone https://github.com/ZonatedCord/Mimir.git
cd Mimir
npm test

Good contributions:

  • Improved heuristics (better content detection, more accurate ratios)
  • More split patterns for /split-task
  • Additional model support (Opus 4.7 thresholds)
  • Bug fixes

Not in scope:

  • GUI or web interface
  • Automatic task execution
  • Analytics or telemetry
  • MCP server mode

Before adding a feature: does it violate any of the 8 design principles?