Update topic context and commit changes
Updates topic context files with conversation progress and commits changes to git.
/plugin marketplace add hejhi/hi-cc/plugin install bookmark@hi-cctopic_id (e.g., "auth-oauth")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.
/updateCrées la documentation pour la fonctionnalité en cours. Mets à jour le readme global du projet si nécessaire. Lie les documents entre eux pour ne pas avoir de documentation orpheline. La documentation est générée dans les répertoire de documentation du projet.