ENNEAGRAM-LLMS-TXT-PRODUCTION-REVALIDATION-01: revalidate Enneagram llms.txt release#3022
Conversation
91f29da to
d55cf7c
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91f29da961
ℹ️ 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".
| "depends_on": [ | ||
| "ENNEAGRAM-EN13-EVIDENCE-CMS-REFRESH-01" | ||
| ], | ||
| "status": "completed", |
There was a problem hiding this comment.
Do not complete release while EN13 refresh is blocked
This item still declares ENNEAGRAM-EN13-EVIDENCE-CMS-REFRESH-01 as its dependency, but that dependency is currently blocked_readback_repair in the same state file (docs/codex/pr-train-state.json:88824-88830), and the manifest says the llms release runs only after the exact EN13 refresh (docs/codex/pr-train.yaml:41320-41329). Marking the release completed here unblocks the dependent production revalidation and records a production llms release despite the failed prerequisite, so keep this blocked/pending until the refresh item is completed or reconcile that dependency first.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e12bbfc79e
ℹ️ 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".
| "status": "pending_exact_production_authorization", | ||
| "evidence": "Manifest initialization is authorized; an exact deployed-SHA authorization and successful 116-target gate are required for llms_eligible write and cache warm." |
There was a problem hiding this comment.
Close the release authorization check before completion
When this production-write release is marked completed, the ledger still leaves its primary authorization check at pending_exact_production_authorization. Any downstream PR-train check or reviewer that treats checks.*.status as the audit source will see a completed llms release whose exact deployed-SHA authorization is still pending, which makes the release state internally contradictory; either update this authorization check with the pass evidence or keep the item non-completed until the authorization is closed.
Useful? React with 👍 / 👎.
What changed
Why
Validation
Deferred items