specsmd 0.0.0-dev.68 → 0.0.0-dev.69
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/flows/fire/agents/builder/skills/run-execute/templates/test-report.md.hbs +1 -1
- package/flows/fire/agents/builder/skills/walkthrough-generate/SKILL.md +1 -1
- package/flows/fire/agents/builder/skills/walkthrough-generate/scripts/render-walkthrough.ts +1 -1
- package/flows/fire/agents/builder/skills/walkthrough-generate/templates/walkthrough.md.hbs +1 -1
- package/flows/fire/agents/orchestrator/skills/project-init/templates/coding-standards.md.hbs +1 -1
- package/flows/fire/agents/orchestrator/skills/project-init/templates/system-architecture.md.hbs +1 -1
- package/flows/fire/agents/orchestrator/skills/project-init/templates/tech-stack.md.hbs +1 -1
- package/flows/fire/agents/orchestrator/skills/project-init/templates/testing-standards.md.hbs +1 -1
- package/flows/fire/agents/planner/skills/design-doc-generate/templates/design.md.hbs +1 -1
- package/package.json +1 -1
|
@@ -127,7 +127,7 @@ Generate implementation walkthrough for human review after run completion.
|
|
|
127
127
|
- Status: {passing/failing}
|
|
128
128
|
|
|
129
129
|
---
|
|
130
|
-
*Generated by FIRE Run {run-id}*
|
|
130
|
+
*Generated by specs.md - fabriqa.ai FIRE Flow Run {run-id}*
|
|
131
131
|
```
|
|
132
132
|
</output_template>
|
|
133
133
|
|
|
@@ -725,7 +725,7 @@ ${verificationStepsSection}
|
|
|
725
725
|
- Status: ${testStatus}
|
|
726
726
|
|
|
727
727
|
---
|
|
728
|
-
*Generated by FIRE Run ${runId}*
|
|
728
|
+
*Generated by specs.md - fabriqa.ai FIRE Flow Run ${runId}*
|
|
729
729
|
`;
|
|
730
730
|
|
|
731
731
|
// =========================================================================
|
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.69",
|
|
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": {
|