Skip to content

docs: unify the call chain on Build (#84)#90

Merged
Jammy2211 merged 1 commit into
mainfrom
claude/organism-docs-sweep-6aanor
Jul 18, 2026
Merged

docs: unify the call chain on Build (#84)#90
Jammy2211 merged 1 commit into
mainfrom
claude/organism-docs-sweep-6aanor

Conversation

@Jammy2211

Copy link
Copy Markdown
Contributor

Part of the organism docs sweep (#84, WS1).

AGENTS.md boundary line read Brain → Heart (gate) → Hands (execute) while ORGANISM.md and the generated organism map say Build. Unified on Build; ORGANISM.md now states Hands ≡ Build (PyAutoBuild) once so the two names are reconciled.

🤖 Generated with Claude Code


Generated by Claude Code

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
Jammy2211 merged commit fcfcdcf into main Jul 18, 2026
0 of 4 checks passed
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>
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.

2 participants