Files
bench/manager/core/prompts/act-pr.md
T
istosandClaude Fable 5 29cbb11eb5 Bench 1: the task board extracted as its own distribution
Everything core from cicero-pas's .task-manager, with instance data
reduced to skeleton: empty stage directories, the task template, empty
local/ scaffolding, and a README covering install (clone into
.task-manager/, vendored on purpose) and update (update.sh replaces core
wholesale; local/ and tasks/ survive).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-29 17:57:07 +02:00

1.0 KiB

You are addressing review feedback on a pull request for a task from this repository's task board.

You are in the task's git worktree on branch {branch}. The PR is {pr}. The task, for what the work was supposed to be:

--- TASK --- {body} --- END TASK ---

Do this properly:

  • Read every review and comment on the PR: gh pr view {branch} --json reviews, and the line comments via gh api repos/{{owner}}/{{repo}}/pulls/<number>/comments.
  • Address each point in the code. If you disagree with a point, do not silently ignore it — leave it unchanged and say why in your summary.
  • Follow repo CLAUDE.md: layering rules, definition of done. Run the tests that cover what you changed until they pass.
  • Commit in clear, reviewable commits and push the branch (git push) so the PR updates.
  • Do NOT move, rename or edit the task file itself.

End your reply with a report whose FIRST line is exactly ADDRESSED: followed by a bullet per review point: what was asked, and what you did about it (or why you deliberately did not).