speccrew 0.7.8 → 0.7.9
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/.speccrew/skills/speccrew-knowledge-bizs-dispatch/SKILL.md +8 -1
- package/.speccrew/skills/speccrew-knowledge-bizs-dispatch/workflow.agentflow.xml +8 -1
- package/.speccrew/skills/speccrew-knowledge-bizs-init-features/SKILL.md +2 -2
- package/.speccrew/skills/speccrew-knowledge-bizs-init-features/workflow.agentflow.xml +1 -1
- package/.speccrew/skills/speccrew-pm-knowledge-detector/workflow.agentflow.xml +1 -1
- package/package.json +1 -1
|
@@ -129,7 +129,7 @@ Stage 4: System Summary
|
|
|
129
129
|
<field name="changed_files" required="false" type="array" desc="(incremental only) Pre-computed changed file list"/>
|
|
130
130
|
<field name="max_concurrent_workers" required="false" type="number" default="5" desc="Maximum parallel Worker count"/>
|
|
131
131
|
<field name="workspace_path" required="true" type="string" desc="Absolute path to speccrew-workspace directory"/>
|
|
132
|
-
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to knowledges/base/sync-state/knowledge-bizs/"/>
|
|
132
|
+
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to knowledges/base/sync-state/knowledge-bizs/ (✓ correct: .../knowledges/base/sync-state/knowledge-bizs/ | ✗ wrong: .../knowledges/bizs/sync-state/knowledge-bizs/)"/>
|
|
133
133
|
<field name="ide_skills_dir" required="true" type="string" desc="Absolute path to IDE-specific skills directory (e.g., .qoder/skills/, .cursor/skills/, .claude/skills/) where skill scripts are deployed"/>
|
|
134
134
|
<field name="configs_dir" required="true" type="string" desc="Absolute path to docs/configs/ directory"/>
|
|
135
135
|
<field name="graph_root" required="false" type="string" desc="Graph data output root path (absolute path preferred)" default="${workspace_path}/knowledges/bizs/graph"/>
|
|
@@ -184,6 +184,13 @@ Stage 4: System Summary
|
|
|
184
184
|
<field name="text">Missing a platform means incomplete knowledge base generation</field>
|
|
185
185
|
</block>
|
|
186
186
|
|
|
187
|
+
<block type="rule" id="S0-R2" level="mandatory" desc="platformId format constraints">
|
|
188
|
+
<field name="text">platformId MUST use format: {platformType}-{techStack}</field>
|
|
189
|
+
<field name="text">platformType values: web (NOT frontend), mobile, desktop, backend</field>
|
|
190
|
+
<field name="text">✓ Correct: backend-fastapi, web-vue3, mobile-uniapp, desktop-electron</field>
|
|
191
|
+
<field name="text">✗ Wrong: backend-system, frontend-web, mobile-app, frontend-vue3</field>
|
|
192
|
+
</block>
|
|
193
|
+
|
|
187
194
|
<!-- Step 1: Scan backend modules -->
|
|
188
195
|
<block type="task" id="S0-B1" action="run-script" status="pending" desc="Scan backend module directories">
|
|
189
196
|
<field name="command">Get-ChildItem -Path "${source_path}" -Filter "yudao-module-*" -Directory</field>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<field name="changed_files" required="false" type="array" desc="(incremental only) Pre-computed changed file list"/>
|
|
14
14
|
<field name="max_concurrent_workers" required="false" type="number" default="5" desc="Maximum parallel Worker count"/>
|
|
15
15
|
<field name="workspace_path" required="true" type="string" desc="Absolute path to speccrew-workspace directory"/>
|
|
16
|
-
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to knowledges/base/sync-state/knowledge-bizs/"/>
|
|
16
|
+
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to knowledges/base/sync-state/knowledge-bizs/ (✓ correct: .../knowledges/base/sync-state/knowledge-bizs/ | ✗ wrong: .../knowledges/bizs/sync-state/knowledge-bizs/)"/>
|
|
17
17
|
<field name="ide_skills_dir" required="true" type="string" desc="Absolute path to IDE-specific skills directory (e.g., .qoder/skills/, .cursor/skills/, .claude/skills/) where skill scripts are deployed"/>
|
|
18
18
|
<field name="configs_dir" required="true" type="string" desc="Absolute path to docs/configs/ directory"/>
|
|
19
19
|
<field name="graph_root" required="false" type="string" desc="Graph data output root path (absolute path preferred)" default="${workspace_path}/knowledges/bizs/graph"/>
|
|
@@ -72,6 +72,13 @@
|
|
|
72
72
|
<field name="text">Missing a platform means incomplete knowledge base generation</field>
|
|
73
73
|
</block>
|
|
74
74
|
|
|
75
|
+
<block type="rule" id="S0-R2" level="mandatory" desc="platformId format constraints">
|
|
76
|
+
<field name="text">platformId MUST use format: {platformType}-{techStack}</field>
|
|
77
|
+
<field name="text">platformType values: web (NOT frontend), mobile, desktop, backend</field>
|
|
78
|
+
<field name="text">✓ Correct: backend-fastapi, web-vue3, mobile-uniapp, desktop-electron</field>
|
|
79
|
+
<field name="text">✗ Wrong: backend-system, frontend-web, mobile-app, frontend-vue3</field>
|
|
80
|
+
</block>
|
|
81
|
+
|
|
75
82
|
<!-- Step 1: Scan backend modules -->
|
|
76
83
|
<block type="task" id="S0-B1" action="run-script" status="pending" desc="Scan backend module directories">
|
|
77
84
|
<field name="command">Get-ChildItem -Path "${source_path}" -Filter "yudao-module-*" -Directory</field>
|
|
@@ -35,7 +35,7 @@ All generated documents must match the user's language. Detect the language from
|
|
|
35
35
|
| `entryDirsFile` | string | Yes | Absolute path to entry-dirs JSON file |
|
|
36
36
|
| `outputDir` | string | Yes | Absolute path to features JSON output directory |
|
|
37
37
|
| `workspace_path` | string | Yes | Absolute path to speccrew-workspace directory |
|
|
38
|
-
| `sync_state_bizs_dir` | string | Yes | Absolute path to sync-state/knowledge-bizs
|
|
38
|
+
| `sync_state_bizs_dir` | string | Yes | Absolute path to knowledges/base/sync-state/knowledge-bizs/ (✓ correct: .../knowledges/base/sync-state/knowledge-bizs/ | ✗ wrong: .../knowledges/bizs/sync-state/knowledge-bizs/) |
|
|
39
39
|
| `language` | string | Yes | Language code for generated content |
|
|
40
40
|
|
|
41
41
|
## Output
|
|
@@ -61,7 +61,7 @@ All generated documents must match the user's language. Detect the language from
|
|
|
61
61
|
<field name="entryDirsFile" required="true" type="string" desc="Absolute path to entry-dirs JSON file"/>
|
|
62
62
|
<field name="outputDir" required="true" type="string" desc="Absolute path to features JSON output directory"/>
|
|
63
63
|
<field name="workspace_path" required="true" type="string" desc="Absolute path to speccrew-workspace directory"/>
|
|
64
|
-
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to sync-state/knowledge-bizs
|
|
64
|
+
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to knowledges/base/sync-state/knowledge-bizs/ (✓ correct: .../knowledges/base/sync-state/knowledge-bizs/ | ✗ wrong: .../knowledges/bizs/sync-state/knowledge-bizs/)"/>
|
|
65
65
|
<field name="language" required="true" type="string" desc="Language code for generated content"/>
|
|
66
66
|
</block>
|
|
67
67
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<field name="entryDirsFile" required="true" type="string" desc="Absolute path to entry-dirs JSON file"/>
|
|
15
15
|
<field name="outputDir" required="true" type="string" desc="Absolute path to features JSON output directory"/>
|
|
16
16
|
<field name="workspace_path" required="true" type="string" desc="Absolute path to speccrew-workspace directory"/>
|
|
17
|
-
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to sync-state/knowledge-bizs
|
|
17
|
+
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to knowledges/base/sync-state/knowledge-bizs/ (✓ correct: .../knowledges/base/sync-state/knowledge-bizs/ | ✗ wrong: .../knowledges/bizs/sync-state/knowledge-bizs/)"/>
|
|
18
18
|
<field name="language" required="true" type="string" desc="Language code for generated content"/>
|
|
19
19
|
</block>
|
|
20
20
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
============================================================ -->
|
|
7
7
|
<block type="input" id="I1" desc="Workflow input parameters">
|
|
8
8
|
<field name="workspace_path" required="true" type="string" desc="Absolute path to speccrew workspace"/>
|
|
9
|
-
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to sync-state/knowledge-bizs
|
|
9
|
+
<field name="sync_state_bizs_dir" required="true" type="string" desc="Absolute path to knowledges/base/sync-state/knowledge-bizs/ (✓ correct: .../knowledges/base/sync-state/knowledge-bizs/ | ✗ wrong: .../knowledges/bizs/sync-state/knowledge-bizs/)"/>
|
|
10
10
|
<field name="configs_dir" required="true" type="string" desc="Absolute path to docs/configs directory"/>
|
|
11
11
|
<field name="language" required="true" type="string" desc="Language code for output content"/>
|
|
12
12
|
</block>
|