From track
DEPRECATED in v2.0 - Retroactive scanning no longer needed with hooks-based tracking
npx claudepluginhub cadrianmae/claude-marketplace --plugin track## ⚠️ DEPRECATED IN v2.0 **This command is no longer needed in Track Plugin v2.0.** **Why deprecated:** - v1.x required manual retroactive scanning via `/track:update` - v2.0 uses hooks-based tracking that captures everything automatically - Hooks run in real-time - no retroactive scanning needed **Migration:** - Remove any `/track:update` calls from workflows - Use `/track:init` to enable hooks-based tracking - Hooks capture all activity automatically **See:** `/track:help` for v2.0 documentation --- ## Historical Context (v1.x) In v1.x, this command was used to: - Scan last 20 mess...
/updateUpdates GSD to latest version via npm after version check, fetches and displays changelog, confirms with clean install warning, executes update, clears cache, reminds to restart.
/updateUpdates beads issue fields: status, priority, assignee, title, or description. Accepts [issue-id] [value]; prompts interactively if missing. Applies via tool and shows updated issue.
/updateReflects on project changes, investigates impacts, updates stable llmdoc docs in must/, guides/, reference/, syncs index.md, and reports reflection path with changed files.
/updateUpdates statusLine.command path in ~/.claude/settings.json to latest claude-dashboard plugin version from cache. Shows previous/new paths and restart reminder.
/updateChecks metaswarm plugin version against marketplace, applies updates if available (auto for marketplace, migration guide for npm), and verifies skills load correctly.
/updateChecks PDF Playground plugin version, updates to latest via claude plugin update if needed, confirms change, and prompts restart of Claude Code.
This command is no longer needed in Track Plugin v2.0.
Why deprecated:
/track:updateMigration:
/track:update calls from workflows/track:init to enable hooks-based trackingSee: /track:help for v2.0 documentation
In v1.x, this command was used to:
This is no longer necessary because v2.0 hooks capture all activity in real-time.
echo "⚠️ DEPRECATED: /track:update is no longer needed in v2.0"
echo ""
echo "Track Plugin v2.0 uses hooks-based automatic tracking:"
echo " - PostToolUse hook tracks sources in real-time"
echo " - SessionEnd hook tracks prompts automatically"
echo ""
echo "No retroactive scanning needed!"
echo ""
echo "Migration steps:"
echo " 1. Remove /track:update calls from workflows"
echo " 2. Use /track:init to enable hooks"
echo " 3. Work normally - hooks track automatically"
echo ""
echo "See: /track:help for v2.0 documentation"