docs: C-70 docs refresh — narrative epoch-lag cleared + banner guard (resolves C-70)#196
Merged
Merged
Conversation
…ard (resolves C-70) The 2026-07 four-axis audit found the code<->contract agreement strong but the narrative documentation an epoch behind. Clear the whole list: - CLAUDE.md: rewritten for the released three-package reality (was "Two packages", "Status: v0.1.0", no views_frames_reconcile — misinforming every onboarding). - README banner: v1.7.0 -> v1.8.0 + the 1.8.0 chronicle line. - ADR-013: as-built amendment (feature_names is a FeatureFrame constructor arg, not a header field; header fields are all-optional — the decision's core stands). - CIC fixes: PF/TF/FF §5 artifact name -> values.npy; PredictionFrame §6 states the real dtype behavior (float64 COERCED, object dtype ValueError); SpatioTemporalIndex §6 NaN-via-dtype wording; Reconcile.md §10 names the actual pinning files (true after #195); CICs/README "no contracts yet" -> "fully contracted"; ADRs/README framing 011–016/design-bible -> 011–025/released; Last-reviewed dates bumped. - Recurrence guard: validate_docs.sh now checks the README banner's MAJOR.MINOR against pyproject.toml (patch-tolerant), so banner epoch-lag fails validation. - Register: C-70 -> Resolved (both halves done: tests #195 + this PR); 12 open / 55 resolved. Docs+script+register only — no src/ or test change. Gate green (ruff, pytest 100%, validate_docs incl. the new check). /review-diff CLEAN. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 2, 2026
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 2 of 2 clearing register C-70 (part 1 = tests, #195). Docs+script+register only.
feature_names).values.npy(×3); PF §6 real dtype behavior (coerce, notraise); index §6 NaN-via-dtype; Reconcile §10 names the actual pinning files; CICs/ADRs README
framing refreshed; review dates bumped.
validate_docs.shchecks README banner MAJOR.MINOR vspyproject.toml./review-rrseams verified.Gate: ruff ✅ · pytest 100% ✅ · validate_docs (incl. new check) ✅.
/review-diffCLEAN.🤖 Generated with Claude Code