Lucie runs Claude Code and Codex through multi-step playbooks over isolated git worktrees. A native Mac app, file-first by design.
Playbooks, launchers, watchers — plain TOML in your repo, or global in ~/.lucie. Diff it, commit it, dotfile it. The app is just a nicer editor.
[[step]] id = "plan" model = "claude-sonnet-4-6" pause = true # ⚑ waits for your approval artifact = "02-plan.md" [[step]] id = "implement" model = "gpt-5.6-codex" verify = "pnpm test" inputs = ["02-plan.md"]