247420 / gm / claude code
247420 gm claude code

gm · claude code

State machine agent with hooks, skills, and automated git enforcement

release · v2.0.919probably emerging
Claude Codepart of the gm family live
install · 2 stepsshell
01
install via npm
npm install -g gm-cc
02
restart Claude Code — activates automatically
state machine
immutable PLAN→EXECUTE→EMIT→VERIFY→COMPLETE phases with full mutable tracking
semantic search
natural language codebase exploration via codesearch skill
hooks
pre-tool, session-start, prompt-submit, and stop hooks for full lifecycle control
agents
gm, codesearch, and websearch agents pre-configured
mcp integration
model context protocol server support built in
auto-recovery
supervisor hierarchy ensures the system never crashes
5 phases · any new unknown → planstrict order
001planwrite the unknowns down.gm/prd.yml
002executerun code against real servicesexec:<lang>
003emitwrite files after checks passpre + post gates
004verifyend-to-end, real datano mocks
005complete.prd empty, git clean, pushedtest.js