npx claudepluginhub hejhi/hi-cc --plugin bookmarktopic_id (e.g., "auth-oauth")# Update Topic
Update the context file with new information and commit.
## Topic ID
**topic_id**: $ARGUMENTS
If not provided, use current session's topic or ask.
## Your Task
### 1. Read current context
Read `.claude/cc-bookmarks/{topic_id}.md`
### 2. Analyze conversation
What's new since last update?
- Decisions made
- Progress on open items
- New things to do
- Any discrepancies or things that need clarification
### 3. Update the file
Edit `.claude/cc-bookmarks/{topic_id}.md` freely - add notes, check off items, update sections. Keep it natural and terse.
**If you notice disc.../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.
Update the context file with new information and commit.
topic_id: $ARGUMENTS
If not provided, use current session's topic or ask.
Read .claude/cc-bookmarks/{topic_id}.md
What's new since last update?
Edit .claude/cc-bookmarks/{topic_id}.md freely - add notes, check off items, update sections. Keep it natural and terse.
If you notice discrepancies, add or update an ## Unresolved section:
## Unresolved
- Code shows X but we discussed Y - need to verify
- Unclear if {thing} was decided or just discussed
- {Question that needs human input}
These get surfaced on next recall so they don't get lost.
git -C .claude/cc-bookmarks add {topic_id}.md && git commit -m "{Brief description}"
Good commit messages: Decided on oslo/oauth2, Callback route done, Flagged passport.js discrepancy
Tell user: "Updated: {topic_id}" with commit hash and message.
If there are unresolved items, mention them.