Skip to content

v1.0.0 — the first boil

Choose a tag to compare

@rajkaria rajkaria released this 13 Jul 06:23
· 6 commits to main since this release

Hand your AI agent an entire spec and walk away.

Highlights

  • Autonomous multi-sprint execution protocol (SKILL.md): plan once, one commit per sprint, tests green before done, every decision journaled, checkpoint before every exit
  • Scheduler (ocean-daemon) that relaunches fresh workers past context/usage limits: reset-timestamp backoff, stall detection, failure caps, iteration budget, independent verify gate, launchd/cron/systemd support
  • Multi-agent: Claude Code, OpenAI Codex CLI, Gemini CLI, and a custom adapter for any headless agent — unified safe/standard/yolo permission model
  • 54 offline tests (mock agent, zero tokens), CI on macOS + Ubuntu
  • Full docs: architecture, configuration recipes, state schema, per-agent install guides, troubleshooting

Install

git clone https://github.com/rajkaria/boil-the-ocean.git && cd boil-the-ocean
./install.sh        # claude | codex | gemini | bin | all