qwen-seed 1.0.4 → 1.0.5
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/package.json +1 -1
- package/seed.md +4 -4
- package/tasks/ideate.md +4 -4
package/package.json
CHANGED
package/seed.md
CHANGED
|
@@ -61,10 +61,10 @@ Nothing — SEED is lightweight until a command is invoked.
|
|
|
61
61
|
@{~/.qwen/commands/seed/tasks/add-type.md} (when user runs /seed add-type)
|
|
62
62
|
|
|
63
63
|
## Load on Demand
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
`data/{type}/guide.md` (after type selection during ideation — conversation sections)
|
|
65
|
+
`data/{type}/config.md` (after type selection — rigor level, demeanor, section requirements)
|
|
66
|
+
`data/{type}/skill-loadout.md` (during skill loadout step — ecosystem tool recommendations)
|
|
67
|
+
`templates/planning-{type}.md` (during PLANNING.md generation)
|
|
68
68
|
@{~/.qwen/commands/seed/checklists/planning-quality.md} (before graduate/launch — quality gate)
|
|
69
69
|
</routing>
|
|
70
70
|
|
package/tasks/ideate.md
CHANGED
|
@@ -15,10 +15,10 @@ As a builder with a raw idea, I want guided exploration shaped by my project typ
|
|
|
15
15
|
|
|
16
16
|
<context>
|
|
17
17
|
@{~/.qwen/commands/seed/seed.md}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
`data/{type}/guide.md` (loaded after type selection)
|
|
19
|
+
`data/{type}/config.md` (loaded after type selection)
|
|
20
|
+
`data/{type}/skill-loadout.md` (loaded during skill loadout step)
|
|
21
|
+
`templates/planning-{type}.md` (loaded during output generation)
|
|
22
22
|
@{~/.qwen/commands/seed/checklists/planning-quality.md} (referenced as quality gate before output)
|
|
23
23
|
</context>
|
|
24
24
|
|