docs(M295): professional README + mdBook companion at paiml.github.io/claude-code-parity-apr#263
Merged
Merged
Conversation
Adds: - book/ — mdBook source for paiml.github.io/claude-code-parity-apr - .github/workflows/book.yml — CI build + GitHub Pages auto-deploy - README.md restructured for professional landing (badges row, book callout, empirical highlight section, deep-links to book chapters) - .gitignore — book/book/ (generated artifact) Book structure (28 chapters): - Introduction - Overview: what is CCPA, methodology, two paths, architecture - Static path: trace schema, differ, fixtures, bidirectional sensitivity - Arena: overview, phase 5, phase 6, outcome variants - Falsification gates: 20 gates, source-of-truth, behavioral parity, status flow - Empirical findings: V1_004 chain (M286, M287, M291, M292, M294) - Reference: CLI, trace schema, contract YAML, gate IDs - Appendix: academic basis, milestone history, glossary Build locally: mdbook build book/ -> book/book/index.html Deploy: GitHub Pages auto-deploys on push to main when book/ changes. Doc-drift detector: 17/17 drift classes pass. Refs: - evidence/phase-6/v1004-*.md (all sourced into book chapters) - CCPA#259 M291, #260 M292, #261 M293, #262 M294 scope Co-Authored-By: Claude Opus 4.7 <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
book/— full mdBook source, 28 chapters covering methodology, gates, empirical findings, CLI reference, and academic basis. Hosted atpaiml.github.io/claude-code-parity-aprvia GitHub Pages..github/workflows/book.yml— auto-build + auto-deploy on every push tomaintouchingbook/**.README.md— restructured: clear badges row, book callout, empirical highlight section (the V1_004 chain table), clean architecture diagram, gates with deep-links to book chapters.Book structure
What the book captures that the spec doesn't
paiml.github.io/claude-code-parity-aprfor reference in PRs, issues, talksTest plan
mdbook build book/— builds clean, no broken linksbash scripts/test-doc-drift.sh— 17/17 drift classes passbash scripts/check-doc-drift.sh— clean.gitignoreexcludesbook/book/(generated)Cross-references
evidence/phase-6/v1004-*.md— sourced intobook/src/05-findings/🤖 Generated with Claude Code