v1.2.0 — Intelligence
What's New
Smart Task Creation
task_smart_create analyzes your project when creating a task:
- Finds related files by searching filenames and code
- Auto-tags based on content (#bug, #feature, #performance, #security, etc.)
- Sets priority from urgency keywords and git hotspots
- Suggests approach: which files to check, related commits, missing tests
Task Context (Memory)
Never lose context when switching tasks:
task_context_save— saves files viewed, decisions made, remaining worktask_context_load— restores full context when resuming a task- Context auto-saved when switching between tasks
Task Agents
Auto-generate .claude/agents/ files for complex tasks:
task_agent_create— creates agent with full task context, key files, constraints- Launch in any Claude Code session with
/agents task_agent_delete— cleans up when task is done
Auto-Review
Pre-close analysis before marking a task done:
task_review— checks for TODOs/FIXMEs, verifies tests exist, counts changes- Type check status (TypeScript projects)
- Remaining work from saved context
- Clear pass/fail checklist
Deep Analysis
task_analyze— project-level analysis: git history, test coverage, code hotspots- Auto-detect tags from keywords and file types
- Priority suggestion based on git churn data
Stats
- 27 MCP tools (up from 20)
- 7 new tools in the Intelligence category
- Zero new dependencies