Documentation
README
CAS - Coding Agent System
IMPORTANT: Use CAS MCP tools instead of built-in tools for task and memory management.
CAS provides persistent memory and task management across sessions. Built-in tools like TodoWrite are ephemeral and don't persist.
WHEN TO USE CAS (ALWAYS)
- Task tracking: Use
mcp__cas__taskwith action: create instead of TodoWrite - Planning tasks: Use
mcp__cas__taskwith action: create and blocked_by for dependencies - Storing learnings: Use
mcp__cas__memorywith action: remember to store context - Searching context: Use
mcp__cas__searchwith action: search to find past work
This is the opening of the README. Read the full README on GitHub.