@simplysm/claude 13.0.25 → 13.0.26

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.
@@ -41,16 +41,11 @@ Start by understanding the current project context, then ask questions one at a
41
41
 
42
42
  **Next Steps Guide:**
43
43
 
44
- Before presenting the workflow paths, check git status for uncommitted changes. If there are any uncommitted changes (staged, unstaged, or untracked files), prepend the following warning before the workflow guide:
45
-
46
- ```
47
- ⚠️ You have uncommitted changes.
48
- To use Path A (worktree branch isolation), run `/sd-commit all` first to commit your current changes.
49
- ```
50
-
51
44
  Present the following two workflow paths so the user can see the full process and choose.
52
45
  Display the guide in the **user's configured language** (follow the language settings from CLAUDE.md or system instructions).
53
46
 
47
+ Before presenting, check git status for uncommitted changes. If there are any uncommitted changes (staged, unstaged, or untracked files), append the warning line (shown below) at the end of the guide block.
48
+
54
49
  ```
55
50
  Design complete! Here's how to proceed:
56
51
 
@@ -74,8 +69,12 @@ Design complete! Here's how to proceed:
74
69
  You can start from any step or skip steps as needed.
75
70
 
76
71
  💡 "Path A: yolo" or "Path B: yolo" to auto-run all steps
72
+
73
+ ⚠️ You have uncommitted changes. To use Path A, run `/sd-commit all` first.
77
74
  ```
78
75
 
76
+ - The last `⚠️` line is only shown when uncommitted changes exist. Omit it when working tree is clean.
77
+
79
78
  - After presenting both paths, **recommend one** based on the design's scope:
80
79
  - Path A recommended: new features, multi-file changes, architectural changes, anything that benefits from isolation
81
80
  - Path B recommended: small bug fixes, single-file changes, config tweaks, minor adjustments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/claude",
3
- "version": "13.0.25",
3
+ "version": "13.0.26",
4
4
  "description": "Simplysm Claude Code skills/agents — auto-installs via postinstall",
5
5
  "author": "김석래",
6
6
  "license": "Apache-2.0",