You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The qp-topic scenario (token-free, credential-free — drives the shared qp-topic-measure composite over canned inputs: no-output guard, publication-gate refusal, faithful publish) is currently outside the promotion gate's required suite, deliberately: its introduction and its gate promotion are separate decisions.
Once it has a few stable live runs, promote it. The change is four synchronized edits, all pinned by existing tests (test_workflow_promote.py fails on any partial update):
scripts/promotion-gate.sh — add qp-topic to REQUIRED_SCENARIOS.
integration-test.yml — add {"scenario": "qp-topic", "engine": "claude-code"} to the all matrix.
promote.yml — add the scenario to the dispatch-commands help list.
Notes: the scenario spends no tokens and binds no environment variables, so adding it to the gate costs nothing per promotion; promotion-gate.sh and promote.yml are maintainer-held surfaces (the promotion gate class), so the PR waits for the maintainer even into staging.
The
qp-topicscenario (token-free, credential-free — drives the sharedqp-topic-measurecomposite over canned inputs: no-output guard, publication-gate refusal, faithful publish) is currently outside the promotion gate's required suite, deliberately: its introduction and its gate promotion are separate decisions.Once it has a few stable live runs, promote it. The change is four synchronized edits, all pinned by existing tests (
test_workflow_promote.pyfails on any partial update):scripts/promotion-gate.sh— addqp-topictoREQUIRED_SCENARIOS.integration-test.yml— add{"scenario": "qp-topic", "engine": "claude-code"}to theallmatrix.promote.yml— add the scenario to the dispatch-commands help list.docs/testing.md— drop the "(outside the required suite)" qualifier and adjust the required-run count in the gate paragraph (and thedocs/pipeline.mdscenario inventory's "outside the required suite" note from ci(qp-topic): declare the measured-file contract and pin failure reasons #1203).Notes: the scenario spends no tokens and binds no environment variables, so adding it to the gate costs nothing per promotion;
promotion-gate.shandpromote.ymlare maintainer-held surfaces (the promotion gate class), so the PR waits for the maintainer even into staging.