diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fdceb17..f07b0df 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,15 +18,7 @@ ## Hygiene checklist - - -- [ ] Updated `.squad/agents/{name}/history.md` with a Learnings entry -- [ ] Decisions inbox drained (or noted N/A for this PR) -- [ ] Skill captured for any new pattern (or noted N/A) - [ ] ASCII-only in all `.ps1` / `test_windows_setup.ps1` / `.yml` files (no em dashes, curly quotes, smart apostrophes -- they break PS 5.1 CP1252 parsing) - [ ] Conventional Commits format on all commits - [ ] Co-authored-by: Copilot trailer on all commits -- [ ] Branch forked from develop (not from another `squad/*` branch -- prevents ancestry bleed) -- [ ] No rogue files outside the canonical `.squad/` paths (`agents/{name}/charter.md|history.md`, `decisions.md`, `decisions/inbox/*.md`, `orchestration-log/*.md`, `log/*.md`, `skills/{name}/SKILL.md`, `templates/*.md`, `casting/*.json`, `identity/*.md`, `plugins/*.json`, `team.md|routing.md|ceremonies.md|config.json`) - - +- [ ] Branch forked from develop