claude-fsd 1.0.0 → 1.0.1
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.
- package/.claude/settings.local.json +10 -0
- package/bin/claudefsd-plan +1 -1
- package/bin/claudefsd-plan-gen +1 -1
- package/package.json +1 -1
package/bin/claudefsd-plan
CHANGED
package/bin/claudefsd-plan-gen
CHANGED
|
@@ -58,7 +58,7 @@ echo -e "\033[32m===============================================================
|
|
|
58
58
|
echo -e "\033[32m== DONE\033[0m"
|
|
59
59
|
echo -e "\033[32m==================================================================\033[0m"
|
|
60
60
|
echo "You can now run claudefsd-dev to start the development process."
|
|
61
|
-
echo "Or do one more round of
|
|
61
|
+
echo "Or do one more round of claudefsd-plan to cover more questions."
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
|