deepflow 0.1.7 → 0.1.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.
@@ -82,7 +82,9 @@ On failure: spawn `reasoner`.
82
82
 
83
83
  ### 6. PER-TASK (agent)
84
84
 
85
- Implement verify commit write result file.
85
+ 1. Read existing code patterns (if any)
86
+ 2. Implement following existing style
87
+ 3. Verify → commit → write result file
86
88
 
87
89
  ### 7. COMPLETE SPECS
88
90
 
@@ -42,7 +42,16 @@ Determine source_dir from config or default to src/
42
42
 
43
43
  If no new specs: report counts, suggest `/df:execute`.
44
44
 
45
- ### 2. ANALYZE CODEBASE
45
+ ### 2. DETECT PROJECT CONTEXT
46
+
47
+ For existing codebases, identify:
48
+ - Code style/conventions
49
+ - Existing patterns (error handling, API structure)
50
+ - Integration points
51
+
52
+ Include patterns in task descriptions for agents to follow.
53
+
54
+ ### 3. ANALYZE CODEBASE
46
55
 
47
56
  **Spawn Explore agents** (haiku, read-only) with dynamic count:
48
57
 
@@ -59,7 +68,7 @@ If no new specs: report counts, suggest `/df:execute`.
59
68
  - Stub functions, placeholder returns
60
69
  - Skipped tests, incomplete coverage
61
70
 
62
- ### 3. COMPARE & PRIORITIZE
71
+ ### 4. COMPARE & PRIORITIZE
63
72
 
64
73
  **Spawn `reasoner` agent** (Opus) for analysis:
65
74
 
@@ -77,15 +86,15 @@ If no new specs: report counts, suggest `/df:execute`.
77
86
  2. Impact — core features before enhancements
78
87
  3. Risk — unknowns early
79
88
 
80
- ### 4. OUTPUT PLAN.md
89
+ ### 5. OUTPUT PLAN.md
81
90
 
82
91
  Append tasks grouped by `### doing-{spec-name}`. Include spec gaps if any.
83
92
 
84
- ### 5. RENAME SPECS
93
+ ### 6. RENAME SPECS
85
94
 
86
95
  `mv specs/feature.md specs/doing-feature.md`
87
96
 
88
- ### 6. REPORT
97
+ ### 7. REPORT
89
98
 
90
99
  `✓ Plan generated — {n} specs, {n} tasks. Run /df:execute`
91
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepflow",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Stay in flow state - lightweight spec-driven task orchestration for Claude Code",
5
5
  "keywords": [
6
6
  "claude",