claude-fsd 1.3.7 → 1.3.8

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/bin/claudefsd-dev CHANGED
@@ -207,6 +207,8 @@ Look for typical 'cheating' patterns:
207
207
  Also note: please avoid switching git branches - stay on the current branch, as
208
208
  long as it's a proper feature branch.
209
209
 
210
+ If the task is complete, or there are a lot of pending changes, do a git commit.
211
+
210
212
  If the task is not complete, adjust the item in docs/PLAN.md with suggestions for
211
213
  the developer to complete the task properly.
212
214
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-fsd",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Claude Full Self Drive tools for autonomous AI-powered development",
5
5
  "bin": {
6
6
  "claude-fsd": "bin/claude-fsd",