Skip to content

v0.0.8

Choose a tag to compare

@ringo380 ringo380 released this 31 Jul 03:44
· 2 commits to main since this release
56de5b1

Ships the orchestrator's Claude Code session preset and the sandbox that now travels with it.

  • orchestrate --session-preset claude drives a real headless session per shard. The prompt is generated from each shard's charter, manifest entry and adapter surface paths, and delivered on stdin.
  • session-preview prints the exact invocation and its enforcement status without spawning anything.
  • --halt-on-wave-failure stops after a wave that left a shard unclean and names the shards it skipped.
  • Dispatched sessions carry their own sandbox via --plugin-dir, so shard isolation no longer depends on the plugin being installed where the engine runs. The orchestrator refuses to dispatch when it cannot load one.