docs: unify the call chain on Build (#84)#90
Merged
Conversation
The boundary line read '-> Hands (execute)' while ORGANISM.md and the generated organism map say 'Build'. Part of the organism docs sweep (#84, WS1). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ERDgNVKpQohYXVcJwAHzmw
Jammy2211
pushed a commit
that referenced
this pull request
Jul 18, 2026
Heart's main went red (27 readiness tests + the polled-count test) after the CTI-resurrection config change (358ef2f) added PyAutoCTI to the config 'libraries' group. That group feeds _GATE_SHA_LIBS, so the release-validation gate began demanding a matching commit_sha for PyAutoCTI on every verdict — but CTI is mid-resurrection and not released, so it has no release evidence to confirm. Result: every verdict picked up a 'release validation partially unconfirmed (unknown HEAD: PyAutoCTI)' stale (-12), and the fixtures (5 classic libs) never matched. Separate 'polled for health' from 'gates the release': - config: PyAutoCTI carries release_gate: false (polled, not gated; flip when it ships). - readiness: new load_release_gate_names() = polled libraries minus release_gate:false; _GATE_SHA_LIBS and the libs default now use it. load_library_names() stays the full polled set. - tests: polled-count sanity 22 -> 25 (CTI added 3 repos); new test asserting CTI is polled but not release-gating. Full suite: 287 passed. The one-word docs change on #90 was unrelated; this failure pre-dated it on main. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ERDgNVKpQohYXVcJwAHzmw
Jammy2211
added a commit
that referenced
this pull request
Jul 18, 2026
…ate (#91) Heart's main went red (27 readiness tests + the polled-count test) after the CTI-resurrection config change (358ef2f) added PyAutoCTI to the config 'libraries' group. That group feeds _GATE_SHA_LIBS, so the release-validation gate began demanding a matching commit_sha for PyAutoCTI on every verdict — but CTI is mid-resurrection and not released, so it has no release evidence to confirm. Result: every verdict picked up a 'release validation partially unconfirmed (unknown HEAD: PyAutoCTI)' stale (-12), and the fixtures (5 classic libs) never matched. Separate 'polled for health' from 'gates the release': - config: PyAutoCTI carries release_gate: false (polled, not gated; flip when it ships). - readiness: new load_release_gate_names() = polled libraries minus release_gate:false; _GATE_SHA_LIBS and the libs default now use it. load_library_names() stays the full polled set. - tests: polled-count sanity 22 -> 25 (CTI added 3 repos); new test asserting CTI is polled but not release-gating. Full suite: 287 passed. The one-word docs change on #90 was unrelated; this failure pre-dated it on main. Claude-Session: https://claude.ai/code/session_01ERDgNVKpQohYXVcJwAHzmw Co-authored-by: Claude <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.
Part of the organism docs sweep (#84, WS1).
AGENTS.mdboundary line readBrain → Heart (gate) → Hands (execute)whileORGANISM.mdand the generated organism map say Build. Unified onBuild; ORGANISM.md now states Hands ≡ Build (PyAutoBuild) once so the two names are reconciled.🤖 Generated with Claude Code
Generated by Claude Code