Skip to content

Orrery 0.2.0 — first public release

Choose a tag to compare

@NDilanka NDilanka released this 03 Jul 17:16

The first tagged release of Orrery: build, run, and watch autonomous Claude Code loops rendered as a living orbital star system.

hero

Highlights

  • Watchable loops: the desktop app (Tauri v2 + Svelte 5 + PixiJS) tails the engine's log.jsonl and renders epics as rings, stories as planets, quota pauses as polar night. Try it with zero cost: cd orrery && npm install && npm run dev replays recorded runs in your browser.
  • Guarded engine: the Python engine drives the claude CLI with an external test gate, test-integrity hash-locks, held-out verify + mutation audit, cost ceilings, quota survival, and safe-stop checkpoints. Five console scripts: loop, loop-bmad, loop-qa, loop-supervise, loop-stop.
  • Quality telemetry (new since 0.1.0): adversarial verify-before-merge, plan-gate, run-quality metrics — all default-on in the BMAD loop and all visible in the app.
  • Open-source restructure: new README with screenshots and architecture diagram, generic seed templates (bmad, webapp-qa), portable paths, issue/PR templates.

Full details in CHANGELOG.md.

Status: alpha. Live loops spend real Claude quota/API money — read SECURITY.md before running unattended.