claude-fsd 1.3.3 → 1.3.4
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 +3 -2
- package/package.json +1 -1
package/bin/claudefsd-dev
CHANGED
|
@@ -36,7 +36,7 @@ while true; do
|
|
|
36
36
|
time claude -p "
|
|
37
37
|
$MEGATHINKING_MODE
|
|
38
38
|
Read docs/PLAN.md in order and tell me what's the first open task that needs to be
|
|
39
|
-
done by the developer. Include any context that relates to it
|
|
39
|
+
done by the developer. Include any context that relates to it, such as sub-bullet
|
|
40
40
|
points or the section the todo item lives in.
|
|
41
41
|
Also bring in any related context from BRIEF.md, docs/QUESTIONS.md and docs/CLAUDE-NOTES.md.
|
|
42
42
|
Really think this through, as
|
|
@@ -93,7 +93,8 @@ Wrap your analysis in <task_analysis> tags inside your thinking block:
|
|
|
93
93
|
</task_analysis>
|
|
94
94
|
|
|
95
95
|
2. Execute the necessary changes or Bash commands to complete the task.
|
|
96
|
-
|
|
96
|
+
You have the ability to launch parallel agents to do this dev work,
|
|
97
|
+
so use this when appropriate to speed up the dev work.
|
|
97
98
|
|
|
98
99
|
3. If a linter is defined for this project, run it after your work.
|
|
99
100
|
Include the linter output in <linter_output> tags if applicable.
|