From 059edd18c9d3bd06022d087ecab2d8c12b7297ba Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Wed, 18 Feb 2026 08:52:53 -0800 Subject: [PATCH] chore(dev.shortcuts): require agent session id in push-pr template --- active/dev.shortcuts/references/shortcuts/push-pr.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/active/dev.shortcuts/references/shortcuts/push-pr.md b/active/dev.shortcuts/references/shortcuts/push-pr.md index 52aa705..bea0d43 100644 --- a/active/dev.shortcuts/references/shortcuts/push-pr.md +++ b/active/dev.shortcuts/references/shortcuts/push-pr.md @@ -15,6 +15,10 @@ Instructions: ## Testing [description of tests] + +## Agent Session +Session ID: [session id of the agent that implemented the code changes] ``` -4. invoke:check-ci -> if failure, invoke:fix-pr -5. notify if everything passes \ No newline at end of file +4. Ensure the `## Agent Session` section is always included and populated. +5. invoke:check-ci -> if failure, invoke:fix-pr +6. notify if everything passes \ No newline at end of file