Public source for CodeAgent Mobile clients: codeam-cli (npm), VS Code / Cursor / Windsurf extension, and JetBrains plugin. Control AI coding agents (Claude Code, Copilot, Cursor) from your phone.
Structured planning and persistent context for AI coding agents. Plan multi-phase work once and any agent (Claude Code, Codex, OpenCode) executes it across sessions without losing the thread.
Make AI agents follow instructions reliably and prove what they did. State machine engine with evidence chains, multi-agent delegation, human gates, and auditable execution — via MCP or CLI.
CASP — the Coding-Agent State Protocol. A 200-line discipline for AI-coding sessions.** Machine-verifiable session state + drift validator + canonical templates. Works with Claude Code, Cursor, or anything that drives a repo with a session loop. Built by Thales (Juste Gnimavo) (https://thalesandhisaictoclaude.com)
A plan-file factory for Claude Code — and the console that watches it run. Engine: parallel headless workers in git worktrees, script-owned gates, unattended drive loop (TypeScript, zero deps). Console: live web observability over driven repos.