ci: add workflow_call entry modes - #1791
Merged
Merged
Conversation
Contributor
❓ Code Generation Drift DetectionStatus: Automated by AE-Framework Codegen |
Contributor
Quality Summary
|
Contributor
🔍 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) |
Contributor
CodeX Artifacts Summary
|
Contributor
There was a problem hiding this comment.
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.
Contributor
CI Status Snapshot (2026-01-27T13:45:20.324Z)
|
This was referenced Jan 27, 2026
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.
Summary
Testing