docs: add offline current input smoke path#49
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d6cb8efff4
ℹ️ 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".
| go run ./cmd/release-readiness \ | ||
| --live-result skip \ | ||
| --live-skip-reason "no credentials; offline current-input smoke passed" | ||
| ``` |
There was a problem hiding this comment.
Add offline smoke result flag in readiness example
This command example states that offline current-input smoke has passed, but it never sets --offline-current-input-smoke-result pass, so cmd/release-readiness keeps that gate at its default skip. Anyone copying this snippet will generate a report that omits the very evidence this section is trying to record, which undermines release-readiness traceability for no-credential runs.
Useful? React with 👍 / 👎.
Summary
Tests