From 0a26d8508825f33764d8a6c53ff845befe496a2f Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 17 Mar 2026 00:38:22 -0400 Subject: [PATCH] Add /update-context workflow to CONVERSATION.md --- CONVERSATION.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONVERSATION.md b/CONVERSATION.md index d479a2d..9715dfb 100644 --- a/CONVERSATION.md +++ b/CONVERSATION.md @@ -68,6 +68,17 @@ API key: see `GITEA_API.md` in this repo. --- +## Keeping This File Current + +Run `/update-context` in OpenCode at the end of any session to automatically: +1. Review the conversation for new decisions, fixes, and discoveries +2. Append them to `CONVERSATION.md` in both repos +3. Commit and push both repos to Gitea + +The command is defined globally at `~/.config/opencode/commands/update-context.md`. + +--- + ## AI Conversation Notes This section captures decisions and context accumulated across conversations with the AI assistant (OpenCode/Claude). Update it as significant choices are made.