Dev infrastructure for codespaces monorepo management with MCP interface
npm install @ebowwa/toolingDev infrastructure for the codespaces monorepo.
- codespaces-manager — Monorepo management (SLAM phases, sync, git hooks, daemon)
- Future: PM daemon, node-agent, other tooling
``bashShow status of all repos
bin/codespaces status
Structure
`
com.codespaces.tooling/
├── .codespaces/ # Codespaces manager
├── bin/ # CLI binaries
└── docs/ # Documentation
``