Terminal-first project bootstrapper and workspace context manager. Use when the user asks for /project-style workflows: detect current project, read project context/brief, run standardized targets (build/test/lint/deploy), init a .project bundle via plan/apply, manage artifacts, or expose these actions via MCP server mcp-project-router and CLI project.
Initial release introducing local project management, task tracking, and context switching: - Adds project detection, context reading, and standardized target execution via CLI and MCP server. - Implements per-project bundle in `.project/` with manifest, targets, artifact index, and history. - Provides canonical task store (SQLite) with Trello sync for task mirroring and status management. - Enables safe, idempotent plan/apply workflow for project initialization and artifact management. - Offers context switching: load relevant docs, code, and tasks for rapid project/task focus.