Conversation
PR #265 set the manual to schema 20. PRs #264 and #266 merged first and raised SCHEMA_VERSION to 21, so the manual was stale on main. Constraint: tests/test_contract_sync.py pins schema only against CHANGELOG, not the manual Confidence: high Scope-risk: narrow Tested: tests/test_contract_sync.py (4 passed); SCHEMA_VERSION = 21 in db/schema.py Assisted-by: Claude Opus 4.5 with omp Entire-Checkpoint: 01M3DGH24H0SP49QYSE745Q1BW
|
Warning Review limit reachedNext included review available in 32 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Repository: teslamint/entirecontext/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This branch has not been deployed
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.



Purpose
PR #265 updated the manual's schema version to 20. Before it merged, #264 and #266 raised
SCHEMA_VERSIONto 21 (src/entirecontext/db/schema.py:3). The manual onmaintherefore still says 20.docs/spec.mdalready says 21.Key changes
docs/entirecontext-project-manual.md§1.4, §6.1, and the §15 evidence table: schema 20 → 21.Verification
uv run pytest -q tests/test_contract_sync.py→4 passed.SCHEMA_VERSION = 21onmain; package version stays 0.16.1 (pyproject.toml,__init__.py).Docs-only; no behavior change. Follow-up to #265.