Skip to content

fix: require live smoke opt-in - #7

Merged
tensornull merged 1 commit into
mainfrom
agent/fix-live-smoke-gate
Jul 21, 2026
Merged

fix: require live smoke opt-in#7
tensornull merged 1 commit into
mainfrom
agent/fix-live-smoke-gate

Conversation

@tensornull

Copy link
Copy Markdown
Contributor

Summary

  • require LIVE_SMOKE_ENABLED == 'true' for both scheduled and manually dispatched monitoring live smoke
  • harden the workflow semantic checker against inline, folded-line, and decoy-job bypasses
  • add regression coverage and align the live-smoke reviewer comment and release documentation

Root cause

The monitoring job treated workflow_dispatch as an alternative to the repository-variable opt-in. A manual dispatch therefore bypassed the live credential and cost gate whenever the default-branch guard passed.

Validation

  • uv sync --locked
  • uv lock --check
  • Ruff lint and format checks
  • Pyright: 0 errors
  • Pytest non-live suite: 116 passed, 1 deselected
  • Version, changelog, Public Preview content, secret, and workflow semantic gates
  • Checksum-pinned actionlint 1.7.12
  • Clean wheel and sdist build, Twine and artifact checks
  • Independent clean-install smokes for wheel and sdist
  • Copied standalone repository verification, including its full nested gate

No CometAPI request or live workflow was run.

@tensornull
tensornull merged commit ca6c30c into main Jul 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant