-
Notifications
You must be signed in to change notification settings - Fork 1
frontier-readiness: gap #5 audit — CONFLICT-RESOLUTION.md (both-coupled) #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -55,12 +55,11 @@ For each audited file: | |||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| - **CLAUDE.md** (below, this seed fire) | ||||||||||||||||||||||||||||||||||||||||||||
| - **AGENTS.md** (below, Otto-9 fire) | ||||||||||||||||||||||||||||||||||||||||||||
| - **docs/CONFLICT-RESOLUTION.md** (below, Otto-12 fire) — note: GOVERNANCE.md audit landing separately via PR #181 | ||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| ### Files to audit (not yet classified; add rows as they land) | ||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| - `GOVERNANCE.md` | ||||||||||||||||||||||||||||||||||||||||||||
| - `docs/ALIGNMENT.md` | ||||||||||||||||||||||||||||||||||||||||||||
| - `docs/CONFLICT-RESOLUTION.md` | ||||||||||||||||||||||||||||||||||||||||||||
| - `docs/AGENT-BEST-PRACTICES.md` | ||||||||||||||||||||||||||||||||||||||||||||
| - `docs/GLOSSARY.md` | ||||||||||||||||||||||||||||||||||||||||||||
| - `docs/WONT-DO.md` | ||||||||||||||||||||||||||||||||||||||||||||
|
|
@@ -214,6 +213,77 @@ replaced with adopter-fill-in placeholders or generic | |||||||||||||||||||||||||||||||||||||||||||
| examples. The extracted Zeta-specific content lands in the | ||||||||||||||||||||||||||||||||||||||||||||
| Zeta repo's own CONTRIBUTING.md (or equivalent). | ||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| ## Audit — docs/CONFLICT-RESOLUTION.md | ||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| **Overall classification:** **both (coupled)** — the conflict- | ||||||||||||||||||||||||||||||||||||||||||||
| conference protocol (Architect-as-orchestrator / alignment- | ||||||||||||||||||||||||||||||||||||||||||||
| cite-first / specialists-are-advisory / principles-list / | ||||||||||||||||||||||||||||||||||||||||||||
| reflection-cadence) is factory-generic in shape, but the | ||||||||||||||||||||||||||||||||||||||||||||
| specific persona roster includes Zeta-library-specific | ||||||||||||||||||||||||||||||||||||||||||||
| specialists AND the Active Tensions section embeds specific | ||||||||||||||||||||||||||||||||||||||||||||
| Zeta implementation references. | ||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
| **File location post-split:** Frontier (factory side). The | ||||||||||||||||||||||||||||||||||||||||||||
| conference-protocol shape is the factory's multi-specialist- | ||||||||||||||||||||||||||||||||||||||||||||
| advisory mechanism; adopters get the shape with their own | ||||||||||||||||||||||||||||||||||||||||||||
| specialist roster. | ||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+227
to
+229
|
||||||||||||||||||||||||||||||||||||||||||||
| conference-protocol shape is the factory's multi-specialist- | |
| advisory mechanism; adopters get the shape with their own | |
| specialist roster. | |
| conference-protocol shape is the factory's | |
| multi-specialist advisory mechanism; adopters get the shape | |
| with their own specialist roster. |
Copilot
AI
Apr 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: The stated length for docs/CONFLICT-RESOLUTION.md looks off by one. The file currently ends at line 248, so this should likely be 248 lines (unless intentional for a different counting method).
| **Length:** 247 lines. **9 top-level sections.** | |
| **Length:** 248 lines. **9 top-level sections.** |
Copilot
AI
Apr 23, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1: Same manual hyphenation-at-line-break issue here (multi-specialist- / factory-). This will render with stray hyphens in Markdown; reflow without hard hyphenation.
| CONFLICT-RESOLUTION.md is the factory's multi-specialist- | |
| advisory conference protocol. The *shape* is purely factory- | |
| generic (the Architect-as-orchestrator pattern transfers to | |
| any adopter). The Zeta-library content sits in two places: | |
| a few specialists whose scope is Zeta-library-specific (Zara, | |
| Algebra Owner, Query Planner), and the Active Tensions | |
| section which is entirely project-specific by nature. Both | |
| surgically extract. The rest of the persona roster is | |
| already factory-generic by design (named personas with | |
| generic scopes applicable to any factory adopter). | |
| CONFLICT-RESOLUTION.md is the factory's | |
| multi-specialist-advisory conference protocol. The *shape* | |
| is purely factory-generic (the Architect-as-orchestrator | |
| pattern transfers to any adopter). The Zeta-library content | |
| sits in two places: a few specialists whose scope is | |
| Zeta-library-specific (Zara, Algebra Owner, Query Planner), | |
| and the Active Tensions section which is entirely | |
| project-specific by nature. Both surgically extract. The | |
| rest of the persona roster is already factory-generic by | |
| design (named personas with generic scopes applicable to | |
| any factory adopter). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1: Several lines use manual hyphenation at line breaks (e.g.,
conflict-/alignment-), which renders as a literal hyphen + space in Markdown (“conflict- conference”, “alignment- cite-first”). Reflow the text to wrap at word boundaries without adding hyphens.