Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/smoke-claude.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ All data is pre-computed. Read `/tmp/gh-aw/agent/final-result.json` (one bash ca
The JSON contains: `result` (PASS/FAIL), `api_status`, `gh_check`, `file_status`, `event`, `pr_number`.

- If `event` is `pull_request`: call `add_comment` with `item_number` set to `pr_number` and a body listing each check result plus the overall `result`; then call `add_labels` with `["smoke-claude"]` only if `result` is `PASS`.
- Never call `add_comment` or `add_labels` with empty arguments or as a schema probe. Use explicit arguments only.
- Otherwise: call `noop` with the result summary.

After calling safeoutputs, stop immediately.
1 change: 1 addition & 0 deletions scripts/ci/smoke-claude-workflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('smoke claude workflow optimization config', () => {
expect(source).toContain('github: false');
expect(source).not.toContain('bash:\n - "*"');
expect(source).toContain('After calling safeoutputs, stop immediately.');
expect(source).toContain('Never call `add_comment` or `add_labels` with empty arguments or as a schema probe.');
expect(source).toContain('Report turn usage');
expect(source).toContain('GH_AW_TURN_COUNT');
expect(source).not.toContain('Show final Claude Code config');
Expand Down
Loading