From f5520dfb6502071e8f2814527dcecf326671864d Mon Sep 17 00:00:00 2001 From: Hex Sullivan Date: Wed, 22 Apr 2026 11:05:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20two=20bot-review=20issues?= =?UTF-8?q?=20in=20handoff-context?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace Next.js-specific example with framework-neutral one - Clarify recommendations as additive, not fallback Co-Authored-By: Claude Opus 4.6 --- plugins/core/commands/handoff-context.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/core/commands/handoff-context.md b/plugins/core/commands/handoff-context.md index a4c4945..8b5e039 100644 --- a/plugins/core/commands/handoff-context.md +++ b/plugins/core/commands/handoff-context.md @@ -78,13 +78,12 @@ services running or broken, migrations applied, feature flags set, env vars requ [The ONE most important action to take on resume. Precise enough that -starting requires zero thinking. Singular and concrete, e.g., "In -app/api/auth/login/route.ts line 42, set the JWT as httpOnly cookie via -cookies().set(...), then curl the endpoint to verify Set-Cookie header is present."] - +starting requires zero thinking. Singular and concrete, e.g., "In auth/login.ts line 42, +add httpOnly flag to the session cookie configuration, then test with curl to verify the +Set-Cookie header includes HttpOnly."] -[Actionable next steps in priority order, as a backup to exact_next_step.] +[Additional actionable next steps beyond exact_next_step, in priority order.]