CK-07R1: correct lifecycle preparation scale - #394
Open
douglasmonsky wants to merge 2 commits into
Open
Conversation
…ycle-scale # Conflicts: # tests/kernel/test_documentation_authority.py
Owner
Author
|
CK-07R1 bounded blocker closeout: hosted CI run 30685780055 failed only in Python 3.14 job 91331138768. The exact failure is the pre-declared timing-sensitive Candidate A mandatory workload |
douglasmonsky
added a commit
that referenced
this pull request
Aug 1, 2026
## Summary - bound Candidate A model-call tail inserts by the runtime SQLite variable limit - preserve canonical call identities while avoiding per-row JSON encoding in the timed tail - add Python 3.10 portability coverage and endpoint identity assertions for the 2,000-call tail ## Root cause The hosted `ordinary.2000_call_tail` path built one 36,000-variable SQLite INSERT. Python 3.10's SQLite binding limit rejected that statement with `sqlite3.OperationalError: too many SQL variables`, while the prior implementation did not inspect the runtime limit. ## Validation - exact-base Python 3.10 baseline reproduces the `too many SQL variables` failure; corrected Python 3.10 and 3.14 focused suites pass - 73-test Candidate A lifecycle/publication/performance/recovery profile passes on Python 3.10 and 3.14 - `just v` passes - `just vc` passes, including distribution build and release verification - all five frozen budgets and first-sample semantics remain unchanged This PR is the CK-07R1A corrective prerequisite. It does not modify held PR #394 or shared roadmap authority.
douglasmonsky
added a commit
that referenced
this pull request
Aug 2, 2026
Authority transition accepted: CK-07R1 becomes Conditional Ready only after this merge and exact-main verification; PR #394 remains stale failed read-only.
This was referenced Aug 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.
Summary
Validation
Review
One comprehensive read-only reviewer completed. All three accepted findings were remediated: exact publication workload receipts, complete lifecycle-fold identity checks and mutation resistance, and preservation of the frozen preparation digest.
Scope
CK-07R1 lifecycle preparation only. PublicationWriter, recovery, schema, query, evidence service, and shared authority paths are unchanged.