Fix outdated docs and add tasks/worktrees game tracking#46
Conversation
Docs freshness fixes: - Add auto permission mode to starting-to-work.md - Add max effort level to choosing-your-model.md - Add 9 missing hook events to built-ins.md (17→26) - Add 8 missing hook events to hooks.md (18→26) - Fix 3-day→7-day auto-expiry in loop.md New game tracking features (13→15 categories): - tasks (Intermediate, x10): TaskCreate/Get/List/Update/Stop/Output - worktrees (Expert, x100): EnterWorktree/ExitWorktree - Cron tools (CronCreate/Delete/List) now tracked under loop Bump version 2.15.0→2.16.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Review Summary by QodoExpand game tracking to tasks/worktrees, fix docs freshness, and add auto mode documentation
WalkthroughsDescription• Expand game tracking from 13→15 feature categories: tasks (Intermediate, x10) and worktrees (Expert, x100) • Cron tools (CronCreate/Delete/List) now tracked under existing loop category • Fix critical factual error: 3-day→7-day auto-expiry in loop scheduling • Add 9 missing hook events to built-ins.md and 8 to hooks.md (17→26 total each) • Add auto permission mode (research preview) and max effort level documentation • Bump version 2.15.0→2.16.0 with 8 new test cases for task/worktree/cron tracking Diagramflowchart LR
A["Game Tracking<br/>13→15 categories"] --> B["Tasks<br/>Intermediate x10"]
A --> C["Worktrees<br/>Expert x100"]
A --> D["Cron tools<br/>→ loop category"]
E["Documentation<br/>Updates"] --> F["Hook events<br/>17→26 each"]
E --> G["Auto mode<br/>research preview"]
E --> H["Max effort level<br/>Opus 4.6 only"]
I["Bug Fixes"] --> J["7-day auto-expiry<br/>loop.md"]
K["Version"] --> L["2.15.0→2.16.0"]
File Changes1. hooks/scripts/migrate-data.sh
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
There was a problem hiding this comment.
Pull request overview
This PR updates the guide’s reference docs for recent Claude Code changes and expands “game mode” tracking to include the new tasks and worktrees feature categories (plus cron tools mapped under loop), along with the necessary migrations, hooks, and tests.
Changes:
- Refreshes several reference docs (permissions
automode, model effort levelmax, hook event lists,/loop7-day expiry correction). - Adds game tracking categories
tasksandworktrees, and tracks Cron* tools underloop. - Updates migration logic, hook scripts, bats tests, and bumps plugin version to 2.16.0.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/track-usage.bats | Adds bats coverage for new Task/Worktree/Cron tool-to-category mappings. |
| tests/track-stop.bats | Updates “already suggested” feature list to include tasks. |
| tests/migrate-data.bats | Updates migration expectations from 13 → 15 categories and validates tasks/worktrees. |
| tests/helpers/setup.sh | Extends the test game-data.json template with tasks/worktrees. |
| hooks/scripts/track-usage.sh | Maps Task* tools to tasks, Worktree enter/exit to worktrees, and Cron* to loop. |
| hooks/scripts/track-stop.sh | Updates scoring multiplier + suggestions list to include tasks and worktrees, and updates unlocked count to /15. |
| hooks/scripts/migrate-data.sh | Extends the expected schema categories array to include tasks/worktrees. |
| skills/game-mode/SKILL.md | Updates game mode schema/docs and tier table for 15 categories including tasks/worktrees. |
| skills/level-up/SKILL.md | Adds tasks/worktrees to the roadmap dependency graph and examples. |
| skills/ask/references/intermediate/loop.md | Corrects /loop auto-expiry from 3 days → 7 days and related examples. |
| skills/ask/references/intermediate/hooks.md | Expands documented hook events list to 26 entries. |
| skills/ask/references/beginner/built-ins.md | Expands documented hook events list to 26 entries. |
| skills/ask/references/beginner/starting-to-work.md | Adds auto permission mode and updates flowchart/Shift+Tab cycle description. |
| skills/ask/references/beginner/choosing-your-model.md | Documents max effort level and how to set it. |
| .claude-plugin/plugin.json | Bumps plugin version to 2.16.0. |
| .claude-plugin/marketplace.json | Bumps marketplace version to 2.16.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ests - Rename "Beyond the Three Modes" → "Beyond the Permission Modes" - Fix "Shift+Tab twice" → "Shift+Tab to cycle through modes" for Plan Mode - Add tests for TaskGet, TaskStop, TaskOutput tool mappings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Auto mode is experimental and requires understanding its safety classifier — not a natural upgrade path from Accept Edits. Fix the decision flowchart to separate it from the normal flow and mark the section with an expert tier badge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|



Summary
Closes #45
autopermission mode (research preview) to starting-to-work.mdmaxeffort level (Opus 4.6 only) to choosing-your-model.mdtasks(Intermediate, x10): tracks TaskCreate/Get/List/Update/Stop/Outputworktrees(Expert, x100): tracks EnterWorktree/ExitWorktree, depends on agentsloopcategoryTest plan
🤖 Generated with Claude Code