From stack
Refresh the stack marketplace and update every sub-plugin (stack, git-fs, vicky, context7, pdf-reader, caveman, context-mode). Restart required to apply.
How this command is triggered — by the user, by Claude, or both
Slash command
/stack:updateThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the platform-appropriate update script from this plugin via Bash. Idempotent — safe to re-run.
## Steps
1. Detect OS. On Windows: prefer `pwsh` — `pwsh -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/update.ps1"`. Fall back to `powershell` only if `pwsh` is not on PATH. On macOS/Linux: `bash "${CLAUDE_PLUGIN_ROOT}/scripts/update.sh"`.
2. The script will:
- `claude plugin marketplace update stack`
- `claude plugin update <name>@stack` for each of: `stack`, `git-fs`, `vicky`, `context7`, `pdf-reader`, `caveman`, `context-mode`
- Continue on individual failures (mi...Run the platform-appropriate update script from this plugin via Bash. Idempotent — safe to re-run.
Detect OS. On Windows: prefer pwsh — pwsh -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/update.ps1". Fall back to powershell only if pwsh is not on PATH. On macOS/Linux: bash "${CLAUDE_PLUGIN_ROOT}/scripts/update.sh".
The script will:
claude plugin marketplace update stackclaude plugin update <name>@stack for each of: stack, git-fs, vicky, context7, pdf-reader, caveman, context-modeTell user: restart Claude Code for new versions to load. Then /stack:doctor to verify MCPs reconnect.
'claude' CLI not on PATH → install Claude Code first./stack:bootstrap first.yesitsfebreeze/stack.npx claudepluginhub yesitsfebreeze/stack --plugin stack/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.
/updateUpdates GSD to the latest version with changelog display and user confirmation. Also supports --sync, --reapply, and --next/--rc flags for advanced workflows.
/updateTriggers an incremental Repowise index update, syncing documentation with recent code changes. Detects modified files, regenerates affected wiki pages, and updates metadata.
/updateUpdates the statusLine path in settings.json to point to the latest cached version of the claude-dashboard plugin.
/updateUpdates tracked llmdoc/ documentation to match repository state, selecting the lightest viable mode (fast, analysis, or full) based on context freshness.
/updateChecks the current plugin version against the marketplace and guides the user through applying available updates.