Skip to content

Codify single-owner coordination, protocol-state, and durable-outbox ethos in CLAUDE.md (closes #549)#558

Merged
FidoCanCode merged 1 commit into
mainfrom
single-owner-coordination
Apr 15, 2026
Merged

Codify single-owner coordination, protocol-state, and durable-outbox ethos in CLAUDE.md (closes #549)#558
FidoCanCode merged 1 commit into
mainfrom
single-owner-coordination

Conversation

@FidoCanCode
Copy link
Copy Markdown
Owner

@FidoCanCode FidoCanCode commented Apr 15, 2026

Fixes #549.

Adds a coordination ethos section to CLAUDE.md covering single-owner mutable state, command translation at boundaries, and durable outbox/store semantics. Builds on the existing OO + constructor-DI architecture section with concrete reviewer language for rejecting ambient coordination drift.


Work queue

Completed (1)
  • Add coordination ethos section to CLAUDE.md

Single-owner state, command translation at entry boundaries, durable outbox
before acting, and a rejection table for reviewers. Smaller code, fewer timing
branches — that's the whole point.
@FidoCanCode FidoCanCode force-pushed the single-owner-coordination branch from 9b91e02 to 62161cd Compare April 15, 2026 21:27
@FidoCanCode FidoCanCode marked this pull request as ready for review April 15, 2026 21:27
@FidoCanCode FidoCanCode requested a review from rhencke April 15, 2026 21:27
@FidoCanCode FidoCanCode merged commit 7e2a6bd into main Apr 15, 2026
3 checks passed
@FidoCanCode FidoCanCode deleted the single-owner-coordination branch April 15, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Codify single-owner coordination, protocol-state, and durable-outbox ethos in CLAUDE.md

2 participants