docs: Phase 36 README + docs/wiki refresh#11
Conversation
…sions) - Architecture.md documents the evidence gate flow (offline + live reference-product modes) and the in-progress registry-fetch smoke check (PR #9, companion to cas-contracts PR #18) - Operations.md verified CLI/gate/CI commands - Decisions.md indexes phase history and open PRs
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3ead4655ec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 5. `python -m unittest discover -s tests -p test_reference_product.py -v` | ||
| 6. `python -m cas_evals.cli benchmarks/v0.2/golden.json` | ||
| 7. `python -m cas_evals.cli benchmarks/v0.2/adversarial.json` | ||
| 8. `python -m cas_evals.release --check` — the CLI-exit-code gate; **not** a coverage badge, |
There was a problem hiding this comment.
Don't label release checks as the CLI gate
python -m cas_evals.release --check is not the CLI-exit-code gate: src/cas_evals/release.py only calls verify_release(args.output) against the checked-in release artifacts, and it does not consume the JSON emitted by the preceding cas_evals.cli commands or the live reference-product fixtures. For changed fixtures or live runs, this step can pass independently of the actual evaluation command's mandatory-metric failure, so this documentation points operators at the wrong gate.
Useful? React with 👍 / 👎.
Summary
docs-verifiedfreshness footer only. Confirmed no fake coverage badge exists and the registry-fetch smoke check (PR feat(contracts): verify registry-fetch smoke check + update vendored $id to resolvable Pages URL #9) is not yet described as shipped.docs/wiki/{Home,Architecture,Operations,Decisions}.md: evidence-gate flow Mermaid (offline + opt-in live reference-product modes), with the in-progress registry-fetch smoke check (PR feat(contracts): verify registry-fetch smoke check + update vendored $id to resolvable Pages URL #9, companion to cas-contracts PR #18) explicitly framed as not-yet-landed; verified CLI/gate/CI commands; decisions index.All claims verified against
origin/mainat commit4fe936candgh pr view 9.Test plan
Co-Authored-By: Claude Fable 5 noreply@anthropic.com