@simplysm/sd-claude 13.0.49 → 13.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -160,7 +160,7 @@ You can start from any step or skip steps as needed.
|
|
|
160
160
|
- Briefly explain why (1 sentence)
|
|
161
161
|
- Do NOT auto-proceed. Wait for user's choice.
|
|
162
162
|
|
|
163
|
-
**Yolo mode:** If the user responds with "Path A: yolo" or "Path B: yolo" (or similar intent like "A yolo", "B 자동"), execute all steps of the chosen path sequentially without stopping between steps.
|
|
163
|
+
**Yolo mode:** If the user responds with "Path A: yolo" or "Path B: yolo" (or similar intent like "A yolo", "B 자동"), execute all steps of the chosen path sequentially without stopping between steps. **Each `/sd-*` step MUST be invoked via the Skill tool** (e.g., `Skill("sd-worktree", "add <name>")`, `Skill("sd-plan-dev")`, `Skill("sd-check")`, `Skill("sd-commit")`, `Skill("sd-worktree", "merge")`, `Skill("sd-worktree", "clean")`). Do NOT execute the underlying git/shell commands directly — always delegate to the skill.
|
|
164
164
|
|
|
165
165
|
**Yolo sd-check — include dependents:** NEVER check only modified packages. Also check all packages that depend on them:
|
|
166
166
|
1. Identify modified packages from `git diff --name-only`
|