-
Notifications
You must be signed in to change notification settings - Fork 1
ci: add workflow_call entry modes #1791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❓ Code Generation Drift DetectionStatus: Automated by AE-Framework Codegen |
Quality Summary
|
🔍 Verification Summary
Unlinked (top 5)- Device registration publishes enough pre-keys and emits audit log (id: device-registration-publishes-enough-pre-keys-and-emits-audit-log) test:N/A impl:N/A formal:N/A - Invalid auth tag triggers audit violation for AES-GCM envelopes (id: invalid-auth-tag-triggers-audit-violation-for-aes-gcm-envelopes) test:N/A impl:N/A formal:N/A - Session rotation stays within forward secrecy thresholds (id: session-rotation-stays-within-forward-secrecy-thresholds) test:N/A impl:N/A formal:N/ALinked examples (up to 3)- Successful reservation (id: successful-reservation) test: [traceability/inventory.trace.test.ts](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/tests/traceability/inventory.trace.test.ts) impl: [domain/inventory.ts](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/src/domain/inventory.ts) formal: [tla+/Inventory.tla](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/specs/formal/tla+/Inventory.tla) - Prevent negative stock (id: prevent-negative-stock) test: [traceability/inventory.trace.test.ts](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/tests/traceability/inventory.trace.test.ts) impl: [domain/inventory.ts](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/src/domain/inventory.ts) formal: [tla+/Inventory.tla](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/specs/formal/tla+/Inventory.tla) - Idempotent by order id (id: idempotent-by-order-id) test: [traceability/inventory.trace.test.ts](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/tests/traceability/inventory.trace.test.ts) impl: [domain/inventory.ts](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/src/domain/inventory.ts) formal: [tla+/Inventory.tla](https://github.com/itdojp/ae-framework/blob/5d2feeb9bf90157e93fe2af3867bbbff9a8c29f1/specs/formal/tla+/Inventory.tla)Hit basis (tests/formal)- Test hits: title=3 id=0 tag=0 - Formal hits: title=0 id=3 tag=0Non-OK modules (top 5)- KvOnce (log: artifacts/codex/KvOnce.tlc.log.txt) - KvOnceRefinement (log: artifacts/codex/KvOnceRefinement.tlc.log.txt) - KvOnceImpl (log: artifacts/codex/KvOnceImpl.tlc.log.txt) - KvOnce (log: artifacts/codex/KvOnce.tlc.log.txt) - KvOnceRefinement (log: artifacts/codex/KvOnceRefinement.tlc.log.txt) |
CodeX Artifacts Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds workflow_call entrypoint support and mode-based routing to the main CI workflow so it can be reused as a central entry for full, extended, and fast CI runs without changing existing schedule/dispatch behavior.
Changes:
- Add a
workflow_calltrigger toci.ymlwithmode(full,extended,fast) andtriggerinputs and sensible defaults. - Update
spec-validationandbuild-testjob conditions to also run when invoked viaworkflow_callinfullmode, preserving existing schedule andworkflow_dispatchbehavior. - Extend
ci-extended-scheduleto also run whenci.ymlis called withmode: extended, wire thetriggerinput through toci-extended.yml, and add a newci-fast-calljob to delegatefastmode toci-fast.ymlwhen invoked viaworkflow_call.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CI Status Snapshot (2026-01-27T13:45:20.324Z)
|
Summary
Testing