feat: /topic lists known topics + shared memory clarification#89
feat: /topic lists known topics + shared memory clarification#89royosherove merged 1 commit intomainfrom
Conversation
When /topic is called with no args, it now scans ~/.roundhouse/memory-state/ for existing topic sessions and shows them: 📂 Current topic: deploy Known topics: deploy, debug, planning Switch with: /topic <name> Also clarifies: long-term memory (MEMORY.md, daily notes) is already shared across all topics — each topic gets full memory on first turn. Per-topic state is only injection tracking (has memory been injected yet). 403 tests green.
b9a9eee to
744ce80
Compare
💡 Codex Reviewroundhouse/src/gateway/topic-command.ts Lines 101 to 105 in b9a9eee
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Enhances /topic to show all known topics from memory-state dir. Fixes underscore encoding in display. Memory (MEMORY.md, daily notes) is shared across all topics.