feat: the branch IS the feed (0.14.1)#76
Merged
Merged
Conversation
…us nudges (0.14.1)
Field report: only agents/ visibly updates — presence flowed but the
GitHub branch view read as storage ("put agents/x.json"), and no agent
was declaring statuses. Two fixes:
Commit messages describe the event on git+ AND github backends:
"agentcomm: worker-1 — reviewing PR 12" for status puts, "agentcomm:
worker-1 is on the bus" for bare registrations, "agentcomm: worker-1 →
planner [done]" for sends. Bus content is already in-repo; echoing it
in messages adds visibility, not exposure. The branch page now reads
as a timeline.
Status adoption goes mechanical: the digest nudges an agent carrying
no status (≤ once/30min) to declare — so sessions converge on the
always-carry-a-status culture within one digest cycle instead of
waiting on skill recall.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <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.
Commit messages describe events (status/boarding/sends) on git+ and github backends — the GitHub branch page becomes a readable bus timeline. Digest nudges status-less agents (≤1/30min) so the status culture self-installs. Tests: feed messages in bare-remote history; nudge appears/disappears.