docs: post-PR-136 narrative refresh (CHANGELOG + EXPLAINME + MAP + README)#144
Merged
Merged
Conversation
…EADME + readme.adoc The 5 PRs that landed 2026-05-28 (#136 through #141) introduced content the canonical narrative docs hadn't yet caught up with. This refresh closes the gap surgically across the five doc surfaces that index the canonical-identity work, the Buchholz ordinal track, and the project's CI hygiene posture. ## CHANGELOG.md (+78 lines) New `### Added (2026-05-28)` block covering: - PR #137 — Slice 3 prerequisites (NonBzero + strict-jump bridge + head-Ω lower bound) in RankPowSlice3.agda - PR #141 — Slice 3 headline closed under a strict-head premise via Route A in RankPowSlice3Headline.agda (clean composition of the four prerequisites; umbrella case-split is the remaining wiring, bpsi=bpsi at equal markers still needs α's rank via rank-adm / rank-lex) - PR #138 — EchoImageFactorizationProp (epi, mono) earn-back form - PR #139 — EchoResidueTaxonomy Search + Epistemic instances (6 total now) - PR #140 — banner kit "Diagrammatic Hush" visual identity New `### Fixed (2026-05-28)` block covering: - PR #136 — kernel-guard classification-drift unblocked (18 Echo* modules classified in echo-kernel-note.adoc) - PR #136 — N5Falsifier xfail gate removed from agda.yml (module resolved 2026-05-27 by pinning implicit r/grade at four applyRole/applyGrade call sites) ## EXPLAINME.adoc (+4 lines) Status-snapshot extension under "Ongoing tracks at a glance": - Slice 3 prerequisites + headline (with honest framing of the remaining umbrella case-split burden) - Canonical identity layer extensions (ImageFactorizationProp + ResidueTaxonomy Search/Epistemic instances) - CI / foundational hygiene line (PR #136), framed as infrastructure honesty not proof-content advance "Where to look first" gains an echo-kernel-note.adoc reference as the SoT for the Echo*.agda dependency cone classification. ## MAP.adoc (+23 / -9 lines) Three surgical updates: - New "Image factorisation, (epi, mono) form" bullet adjacent to the existing image factorisation entry (was previously documented as "next earn-back gate"; now landed) - ResidueForm instance count corrected (4 → 6) with Search + Epistemic named - Buchholz/Veblen proofs list gains RankPowSlice3 + RankPowSlice3Headline with the strict-head-premise + caller- burden framing ## README.md (+2 / -2 lines) Tier 1 + Tier 2 mermaid node labels updated to reflect ImageFactorizationProp landing in Tier 1 and ResidueTaxonomy gaining Search + Epistemic instances in Tier 2. ## readme.adoc (+2 / -1 lines) Tier 1 + Tier 2 list mirror updated to match. ## Verification scripts/kernel-guard.sh PASS — both Check A (funext-free certificate) and Check B (classification-drift lint) green. No Agda code touched; this is a docs-only refresh. Refs: echo-types#136 (kernel-note + xfail removal), echo-types#137 (Slice 3 prerequisites), echo-types#138 (ImageFactorizationProp), echo-types#139 (ResidueTaxonomy Search + Epistemic), echo-types#140 (banner kit), echo-types#141 (Slice 3 headline). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🔍 Hypatia Security ScanFindings: 74 issues detected
View findings[
{
"reason": "No test directory or test files found",
"type": "no_tests",
"file": "/home/runner/work/echo-types/echo-types",
"action": "flag",
"rule_module": "honest_completion",
"severity": "high",
"deduction": 20
},
{
"reason": "Issue in codeql.yml",
"type": "missing_workflow",
"file": "codeql.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Issue in secret-scanner.yml",
"type": "missing_workflow",
"file": "secret-scanner.yml",
"action": "create",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Issue in agda.yml",
"type": "unknown",
"file": "agda.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in agda.yml",
"type": "unknown",
"file": "agda.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in governance.yml",
"type": "unknown",
"file": "governance.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in hypatia-scan.yml",
"type": "unknown",
"file": "hypatia-scan.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in mirror.yml",
"type": "unknown",
"file": "mirror.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in scorecard.yml",
"type": "unknown",
"file": "scorecard.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Agda postulate assumes without proof -- potential soundness hole (1 occurrences, CWE-704)",
"type": "agda_postulate",
"file": "/home/runner/work/echo-types/echo-types/tutorial/epistemic_erasure/EpistemicErasure.agda",
"action": "flag",
"rule_module": "code_safety",
"severity": "critical"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
2 tasks
hyperpolymath
added a commit
that referenced
this pull request
May 28, 2026
## Summary Two corrections to PR #144's narrative refresh. ## ResidueForm instance count: 6 → 8 PR #144 stated the post-#139 ResidueForm count as six. The actual count is eight. The pre-#139 baseline was already six (not four): the 2026-05-27 audit-follow-on landed \`indexed-residue\` + \`cost-residue\` (lines 181–234 of EchoResidueTaxonomy.agda). PR #139 then added \`search-residue\` + \`epistemic-residue\`, for a total of 8. ## Slice 3 closure: PRs #142 + #143 PR #144 framed the Slice 3 umbrella case-split as remaining work and the \`bpsi=bpsi at equal markers\` sub-case as still needing α's rank via rank-adm / rank-lex. Both landed in PRs #142 + #143: - **PR #142** — \`_<ᵇ¹_\` extension with joint-bplus + strict-head dispatch wires the headline (from #141) into the umbrella. - **PR #143** — \`bpsi-source-at-equality\` ψ-rank discharge closes the last sub-case via rank-lex. CHANGELOG + EXPLAINME updated to acknowledge both. ## Files - CHANGELOG.md — count fix + new Slice 3 follow-on bullet (#142 + #143) - EXPLAINME.adoc — Slice 3 narrative refreshed - docs/echo-types/MAP.adoc — 8 instances enumerated with landing dates - README.md — Tier 2 mermaid label - readme.adoc — Tier 2 list mirror ## Verification \`scripts/kernel-guard.sh\` PASS. No Agda code changed. ## Test plan - [x] kernel-guard.sh PASS - [ ] Admin-merge if budget permits Refs: echo-types#142, echo-types#143, echo-types#144. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <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.
Summary
Surgical narrative refresh across the five canonical doc surfaces (CHANGELOG.md, EXPLAINME.adoc, docs/echo-types/MAP.adoc, README.md, readme.adoc) to catch up with the six PRs that landed 2026-05-28: #136 (kernel-guard fix), #137 (Slice 3 prerequisites), #138 (EchoImageFactorizationProp), #139 (ResidueTaxonomy Search + Epistemic), #140 (banner kit), #141 (Slice 3 headline).
Changes per file
Verification
Honesty constraints preserved
Test plan
🤖 Generated with Claude Code