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

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

10 changes: 10 additions & 0 deletions .github/workflows/daily-agent-of-the-day-blog-writer.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,16 @@ PR body must include:

If no trustworthy live evidence can be gathered after checking multiple workflows, call `noop` with a short explanation.

### 8) Mandatory safe-output completion

You **MUST** finish by calling exactly one safe-output tool:

- `create_pull_request` when you created the blog post and are ready to open the PR.
- `noop` when no action is needed after valid analysis.
- `report_incomplete` when blocked by infrastructure/tooling failures (for example repeated `Permission denied`, unavailable MCP tools, or inaccessible repository state).

Never end with plain text only and no safe-output call.
Comment on lines +182 to +188

## Quality Bar

- No fabricated details.
Expand Down