From 2b80a02d51d05a3998e3b20259d1db60a25b79e4 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 27 Nov 2025 13:23:19 +0800 Subject: [PATCH] feat: Add non-interrupting execution guideline to session start command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/workflow/session/start.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude/commands/workflow/session/start.md b/.claude/commands/workflow/session/start.md index 8357ca87..eb2544dc 100644 --- a/.claude/commands/workflow/session/start.md +++ b/.claude/commands/workflow/session/start.md @@ -148,6 +148,10 @@ bash(echo '{"session_id":"WFS-fix-login-bug","project":"fix login bug","status": **Output**: `SESSION_ID: WFS-fix-login-bug` +## Execution Guideline + +- **Non-interrupting**: When called from other commands, this command completes and returns control to the caller without interrupting subsequent tasks. + ## Output Format Specification ### Success