Decouple CI tests from README#236
Conversation
Greptile SummaryThis PR decouples CI documentation checks from the root README. The main changes are:
Confidence Score: 4/5Mostly safe, with one contained packaging verifier issue to fix before merging. The README decoupling is consistent across docs and tests, but
What T-Rex did
Important Files Changed
|
Merging this PR will degrade performance by 21.05%
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
…ests # Conflicts: # scripts/verify_local.py # tests/test_claim_guardrails.py # tests/test_docs_examples.py # tests/test_verify_local.py
Summary
Root cause
The README refresh in #230 intentionally removed contributor and engineering-contract material and added illustrative snippets, but CI still treated the README as an executable specification. That produced 20 Python test failures after merge.
Impact
README editorial changes no longer control CI. Canonical API examples and dedicated contributor/spec documentation remain verified, while package metadata still requires the README to ship in source distributions.
Validation
make check— 2,162 passed, 68 skipped; all 8 gates passedmake check-docs— 48 passed, 2 skipped