Showcase β
What feels different with CodyMaster β
| Capability | What you get |
|---|---|
| Mission Control | Local dashboard for projects/tasks/deployments (cm dashboard, src/dashboard.ts) |
| Durable memory | .cm/ + SQLite FTS with optional semantic/search layers built around the supported local stack |
| Agent-native tools | MCP server with search, resolve, bus, budget tools (src/mcp-context-server.ts) |
| Engineering kit | Browse, guardian, sprint, QA helpers (src/cli/commands/engineering.ts) |
| 60 bundled skills | Opinionated workflows in skills/*/SKILL.md (index) |
βAhaβ moments β
- You open a PR and the agent already βremembersβ the last failure mode because learnings were recorded.
- You run chains and downstream steps read the bus instead of re-parsing chat.
- You gate releases with the same script CI uses (
npm run test:gate:kit).