feat(refresh): seed the writing voice guide across boxes - #11
Merged
Conversation
/ce:refresh already syncs the writing personas (Perkins + the seven-voice panel) from ce-reviewers-jsl, but the voice-guide.md those reviewers judge against had no propagation path — the devbox entrypoint seed loop is .yaml-only. Boxes other than the author's fell back to first principles. Add seed-voice-guide.sh + a refresh step that fetches voice/voice-guide.md from the persona source repos (orchestrator config first, then reviewer) into ~/.config/compound-engineering/voice-guide.md. Seed-if-absent: the guide is a living document (the writing orchestrator's compound phase edits the local copy and commits the canonical version back to the source repo), so an existing local copy is never overwritten. No-op if no source repo hosts a voice guide. No version bump (per contributor rules); no component-count change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Merged
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.
What
/ce:refreshalready syncs the writing personas (Perkins + the seven-voice panel) fromce-reviewers-jsl, but thevoice-guide.mdthose reviewers judge prose against had no propagation path — the devbox entrypoint seed loop is.yaml-only. Boxes other than the author's fell back to first principles.This adds
seed-voice-guide.shand a refresh step (Step 7) that fetchesvoice/voice-guide.mdfrom the persona source repos (orchestrator config first, then reviewer) into~/.config/compound-engineering/voice-guide.md.Design
ce-reviewers-jsl), so there's no second copy to drift. Noshell-config/server-adminchange./ce:refresh.sync-reviewers.sh.Verification
Tested on tractor: seed-if-absent correctly skips an existing copy; with the copy removed it fetches the exact 232-line v4.1 guide from
ce-reviewers-jsl@main(byte-identical to canonical), then restored.No version bump (per contributor rules); no component-count change.
🤖 Generated with Claude Code