docs: add AI generated visual architecture diagrams#15
Open
OgeonX-Ai wants to merge 5 commits into
Open
Conversation
- RED phase: test_registry_check.py covers all-200 success, one-404 failure, network-unavailable distinction, HTTP 5xx errors, and CLI exit-code paths for the not-yet-implemented cas_evals.registry_check - REQ-1.4.11
- GREEN phase: check_registry_urls() performs live GETs against the Pages registry, raising RegistryCheckError naming the first failing path on non-200, HTTPError, or network-unavailable conditions - main() is the python -m cas_evals.registry_check CLI entry point, checking index.json, v0.1/manifest.json, v0.1/common.schema.json, and v0.1/evaluation-result.schema.json by default; exits non-zero on failure - Follows reference_product.py's urllib pattern: capped response reads (MAX_RESPONSE_BYTES), typed exception-to-domain-error translation - REQ-1.4.11
…$id to resolvable Pages URL - Update vendored v0.1.0 common/evaluation-result schema $id values from the dead schemas.coding-autopilot.dev namespace to the resolvable Pages registry URL, matching the portfolio-wide convention from cas-contracts plan 32-01 - Recompute sha256 in provenance.json for the re-vendored files - Update verify_vendored_contract()'s two hardcoded $id equality checks to match the new value - Wire a new registry-smoke CI job invoking cas_evals.registry_check against the live Pages registry, isolated from the offline verify matrix so a transient network failure doesn't block unrelated merges - Regenerate releases/v0.2.0/manifest.json: its provenanceDigest is a sha256 of provenance.json, which changed as a direct consequence of the re-vendor above (Rule 3 auto-fix: this is a blocking downstream effect of the provenance.json edit required by this task, not new scope) - REQ-1.4.11
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Admin override to bypass branch protection.