docs: presentation & navigation for newcomers (Phase 4) - #237
Merged
Conversation
- README: add CI status badges (proof-lean, proof-verify, telperion-lean-e2e) and a scannable TL;DR that routes a first-time visitor to STATUS.md (proven-vs-open), the verify section, and Telperion getting-started. - telperion/docs/GETTING_STARTED.md (new): install -> generate -> and, crucially, VERIFY the emitted Lean locally end-to-end (pinned leanprover/lean4:v4.32.0 + 'lake exe cache get' Mathlib cache + 'lake build') -- the audit's #1 doc gap. - telperion/docs/ARCHITECTURE.md (new): the untrusted-generator/trusted-kernel model, the certify->validate->emit->freeze pipeline, the emitter catalog, the self-verification layer, and the enforced engine vs bg/ research-lab boundary. - telperion/CONTRIBUTING.md (new): how to add a certificate shape, incl. the mandatory emitter-sensitivity stance, the manifest entry, and the CI gates. - telperion/README.md: a 'New to Telperion?' pointer to the three docs above. No code or mathematics changed. All internal links verified to resolve. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W4CnMPKEstq3yVjTgjtreY
DrMurphyIsIn
enabled auto-merge
September 6, 2026 01:18
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.
Phase 4 (presentation & navigation) of the public-release-prep effort. Makes the repo legible to a first-time mathematician/reviewer and gives Telperion the onboarding docs it lacked. No code or mathematics changed; all internal links verified to resolve.
README
proof-lean,proof-verify,telperion-lean-e2e) — the at-a-glance "the kernel check is green" signal a math reviewer looks for first.STATUS.md(proven-vs-open), the verify section, and Telperion getting-started.New Telperion docs
telperion/docs/GETTING_STARTED.md— install → generate → and, crucially, verify the emitted Lean locally end-to-end (pinnedleanprover/lean4:v4.32.0,lake exe cache getfor the Mathlib cache,lake build). The audit flagged this local-verification path as the single biggest doc gap: generating.leanwas documented; checking it was not.telperion/docs/ARCHITECTURE.md— the untrusted-generator/trusted-kernel model, thecertify → validate → emit → freezepipeline, the emitter catalog, the self-verification layer, and the enforced engine vs.bg/research-lab boundary (whichtest_core_boundary.pyguards).telperion/CONTRIBUTING.md— how to add a certificate shape, including the mandatory emitter-sensitivity stance (the gate that caught the unclassified emitters in Phase 0), the manifest entry, and the CI gates.telperion/README.md— a "New to Telperion?" pointer to the three docs above.Notes
mainand needed no change: the README already says "Fifty-plus shapes" (the stale "64" is gone) and does not misuse "skill" as a subsystem.dvp_atomsred main until fix(ci): green main — dvp_atoms manifest, RH emitter stances, sympy-1.12 + lake-skip fixes #231 greens it); its own content is docs-only.🤖 Generated with Claude Code