v1.0.0 — the first boil
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