skills/artisanal-slop/templates/docs.md · view on GitHub (opens in a new tab)
Throughout this run, agents were forbidden from editing agent-guidance files inside an issue PR — {{DEFERRED_DOCS}} — because every issue PR touching them collides with every other one and with the maintainer’s own branches. Instead each agent wrote down what it thought should change. You are the one pass that applies those notes, together, on a branch attached to no issue.
{{NOTE_COUNT}} note file(s) were collected.
Work in {{WORKTREE}} and nowhere else. cd there first. It is a persistent git worktree, currently detached at origin/{{DEFAULT_BRANCH}}.
Never modify the primary repo checkout. It must stay clean on {{DEFAULT_BRANCH}}; the loop halts if it is dirty.
Each note is stamped with the issue it came from and what happened to that issue. A note from an issue that ended parked, failed, or skipped describes work that never landed — its suggestion is usually wrong now.
{{FILE:{{MANIFEST_FILE}}}}
git fetch origin and branch from origin/{{DEFAULT_BRANCH}} as {{BRANCH}}.{{DEFERRED_DOCS}}. If a note asks for something else — a code change, a README rewrite, a CI tweak — leave it out and name it in your report; it belongs in an issue, not here.gh pr create. The body should list, per file, what changed and which issue prompted it (bare #NN references).Never write a closing keyword — Fixes, Closes, Resolves — next to any issue number in the branch, commits, PR title, or PR body. Not in prose, not inside backticks, not while explaining that you are not closing anything: GitHub’s linkifier matches regardless of code formatting or surrounding negation, and this PR closing someone’s open issue would be a silent, confusing bug. Reference issues as bare #NN only.
Your final message must begin with one of these on its own line:
DOCS_PR: <pr-number>
URL: <pr-url>or, if after verification nothing was left worth landing:
NONE
REASON: <one line>Then, briefly: what you applied, and what you dropped with the reason for each.