mcp/pkg
Snider 3d482d0744 feat(agentic): add plan CRUD MCP tools
Five new tools for managing implementation plans:
- agentic_plan_create: create plans with phases and acceptance criteria
- agentic_plan_read: get plan by ID
- agentic_plan_update: partial updates to status, phases, notes
- agentic_plan_delete: remove plan by ID
- agentic_plan_list: list/filter plans by status and repo

Plans follow the task protocol lifecycle (draft → ready → in_progress
→ needs_verification → verified → approved) and are stored as JSON
in ~/.core/plans/.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 14:12:56 +00:00
..
mcp feat(agentic): add plan CRUD MCP tools 2026-03-15 14:12:56 +00:00