specsmd 0.0.29 → 0.0.31
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/aidlc/README.md +1 -1
- package/package.json +1 -1
package/flows/aidlc/README.md
CHANGED
|
@@ -347,7 +347,7 @@ Three specialized agents guide you through AI-DLC:
|
|
|
347
347
|
## Learn More
|
|
348
348
|
|
|
349
349
|
- **Official AI-DLC Documentation**: See `/resource/aidlc-pdf-dump.txt` in the specsmd repository
|
|
350
|
-
- **Methodology Notes**: See `
|
|
350
|
+
- **Methodology Notes**: See `memory-bank/research/` for methodology research
|
|
351
351
|
- **Agent Details**: Read the agent files in `.specsmd/aidlc/agents/`
|
|
352
352
|
|
|
353
353
|
## Getting Help
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specsmd",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
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": {
|