From 36574bd9c6579c9a1b0f810eabb242493bfc055d Mon Sep 17 00:00:00 2001 From: Devin Foley Date: Mon, 23 Mar 2026 17:08:04 -0700 Subject: [PATCH 1/2] chore: add GitHub PR template Co-Authored-By: Claude Opus 4.6 --- .github/PULL_REQUEST_TEMPLATE.md | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..dd8f3808 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,46 @@ +## Thinking Path + + + +> - Paperclip orchestrates AI agents for zero-human companies +> - ... +> - This pull request ... + +## What Changed + + + +- + +## Verification + + + +- + +## Risks + + + +- + +## Checklist + +- [ ] I have included a thinking path that traces from project context to this change +- [ ] I have run tests locally and they pass +- [ ] I have added or updated tests where applicable +- [ ] If this change affects the UI, I have included before/after screenshots +- [ ] I have updated relevant documentation to reflect my changes +- [ ] I have considered and documented any risks above +- [ ] I will address all Greptile and reviewer comments before requesting merge From 5222a49cc32122e2a0f218f9e8f20fc91123afbd Mon Sep 17 00:00:00 2001 From: Devin Foley Date: Mon, 23 Mar 2026 17:12:07 -0700 Subject: [PATCH 2/2] chore: expand thinking path placeholder for depth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Address Greptile feedback — the sparse 3-line placeholder could lead to shallow thinking paths. Expanded to 6 lines with guiding brackets and added "Aim for 5–8 steps" hint in the comment. Co-Authored-By: Claude Opus 4.6 --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dd8f3808..75c5a361 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,12 +4,15 @@ Required. Trace your reasoning from the top of the project down to this specific change. Start with what Paperclip is, then narrow through the subsystem, the problem, and why this PR exists. Use blockquote style. - See CONTRIBUTING.md for full examples. + Aim for 5–8 steps. See CONTRIBUTING.md for full examples. --> > - Paperclip orchestrates AI agents for zero-human companies -> - ... +> - [Which subsystem or capability is involved] +> - [What problem or gap exists] +> - [Why it needs to be addressed] > - This pull request ... +> - The benefit is ... ## What Changed