specsmd 0.0.0-dev.65 → 0.0.0-dev.66
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.
|
@@ -140,7 +140,7 @@ Generate design documents for Validate mode work items (Checkpoint 1).
|
|
|
140
140
|
<output_artifacts>
|
|
141
141
|
| Artifact | Location | Template |
|
|
142
142
|
|----------|----------|----------|
|
|
143
|
-
| Design Doc | `.specs-fire/intents/{intent-id}/work-items/{id}-design.md` | `./templates/design
|
|
143
|
+
| Design Doc | `.specs-fire/intents/{intent-id}/work-items/{id}-design.md` | `./templates/design.md.hbs` |
|
|
144
144
|
</output_artifacts>
|
|
145
145
|
|
|
146
146
|
<success_criteria>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specsmd",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.66",
|
|
4
4
|
"description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
|
|
5
5
|
"main": "lib/installer.js",
|
|
6
6
|
"bin": {
|