feat: threads + verbose narration for both agents#4
Merged
Conversation
- setup.sh: write MATRIX_THREADS and MATRIX_THREAD_ROOT_ROOM_ID to .env from env vars (so pod restarts persist the config) - _shared/CLAUDE.md: update communication style to narrate steps as they happen rather than only posting final results — gives Sherod visibility into what the agents are doing in real time Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 28, 2026
sherodtaylor
pushed a commit
that referenced
this pull request
Jun 27, 2026
- Move file to docs/product/agent-smith/prds/ — agent-smith is an external product with its own product-area home (D2 reworded; homelab references removed per Sherod 2026-06-27). - Drop NATS publishing from v1 per devbot's YAGNI consult; lock the transport-agnostic JSON schema in D10 + AC body so dropping it onto NATS later is additive. - Loosen latency AC to ~30s for v1 polling, tightens to ~5s when sidecar moves to Claude Code hook registration (finding #4). - Fix Open Q #2: claude --output-format=json is response output, not state events — point at Claude Code hooks instead (finding #3). - Add herdr-vocabulary interop note to D6 (finding #6). - Add Tailscale prereq to AC #1 (nit). - Clarify brandbot consumer is out of scope (nit). - Add explicit per-tool-call telemetry non-goal. - Revision history section. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
setup.shnow writesMATRIX_THREADSandMATRIX_THREAD_ROOT_ROOM_IDfrom env vars — both bots thread their conversations in#infraand#devrespectively_shared/CLAUDE.mdso agents post intermediate steps as they go ("Checking pod logs now") rather than only sending a final result — Sherod can watch progress in real timeAlready live
Both bots were restarted in-place with the thread config active. Threads are already working; this PR bakes it into the image for pod restarts.
🤖 Generated with Claude Code