From 7444e2a309cfad12686bbd530819d6d8a70b08fd Mon Sep 17 00:00:00 2001 From: "openai-code-agent[bot]" <242516109+Codex@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:21:43 +0000 Subject: [PATCH 1/3] Initial plan From 3a674150e5340c11a6e122648310761c940be0c7 Mon Sep 17 00:00:00 2001 From: "openai-code-agent[bot]" <242516109+Codex@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:23:03 +0000 Subject: [PATCH 2/3] Add filled PR description template for PR #99 Co-authored-by: Bryan-Roe <74067792+Bryan-Roe@users.noreply.github.com> --- .github/pr-description.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pr-description.md diff --git a/.github/pr-description.md b/.github/pr-description.md new file mode 100644 index 000000000..2ba185cbf --- /dev/null +++ b/.github/pr-description.md @@ -0,0 +1,15 @@ +## Summary + +Updates the AGI prompt/docs to clarify chain-of-thought handling: keep internal reasoning hidden by default, and only expose reasoning when explicitly using the public `reason.prompt.md` workflow. + +## Changes +- Refines prompt guidance around chain-of-thought vs. user-visible reasoning +- Aligns prompt documentation/examples so reviewers and contributors know which prompt to use for which behavior + +## Validation +- Reviewed prompt usage locations and ensured the guidance matches existing prompt files +- No runtime code paths changed + +## Checklist +- [x] No production code changes +- [x] No tests required (documentation/prompt-only change) From 0f59590e998223a734734fa3eefcfdfc1ba42cdb Mon Sep 17 00:00:00 2001 From: Bryan <74067792+Bryan-Roe@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:39:44 -0700 Subject: [PATCH 3/3] Update pr-description.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/pr-description.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/pr-description.md b/.github/pr-description.md index 2ba185cbf..85c8536a5 100644 --- a/.github/pr-description.md +++ b/.github/pr-description.md @@ -1,15 +1,7 @@ -## Summary +> [!WARNING] +> Deprecated file: GitHub does not use `.github/pr-description.md` as a pull request template. +> Keep the canonical PR template content in `.github/PULL_REQUEST_TEMPLATE.md` +> (or `.github/pull_request_template.md`) instead. -Updates the AGI prompt/docs to clarify chain-of-thought handling: keep internal reasoning hidden by default, and only expose reasoning when explicitly using the public `reason.prompt.md` workflow. - -## Changes -- Refines prompt guidance around chain-of-thought vs. user-visible reasoning -- Aligns prompt documentation/examples so reviewers and contributors know which prompt to use for which behavior - -## Validation -- Reviewed prompt usage locations and ensured the guidance matches existing prompt files -- No runtime code paths changed - -## Checklist -- [x] No production code changes -- [x] No tests required (documentation/prompt-only change) +This file is retained only as a migration note to avoid maintaining active PR template +content in a non-standard location.