From 08da7fd04bd98c5fbf1ccff2cf58918f0f05172b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 22 Mar 2026 19:45:23 -0400 Subject: [PATCH] changelog slash command --- .opencode/command/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .opencode/command/changelog.md diff --git a/.opencode/command/changelog.md b/.opencode/command/changelog.md new file mode 100644 index 0000000000..8a8e57d1bf --- /dev/null +++ b/.opencode/command/changelog.md @@ -0,0 +1,5 @@ +go through each PR merged since the last tag + +for each PR spawn a subagent to summarize what the PR was about. focus on user facing changes. if it was entirely internal or code related you can ignore it. also skip docs updates. each subagent should append its summary to UPCOMING_CHANGELOG.md + +once that is done, read UPCOMING_CHANGELOG.md and group it into sections for better readability. make sure all PR references are preserved