specsmd 0.0.18 → 0.0.20

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -162,8 +162,7 @@ The smallest iteration in AI-DLC, designed for rapid implementation. Unlike Spri
162
162
  | Type | Best For | Stages |
163
163
  |------|----------|--------|
164
164
  | **DDD Construction** | Complex business logic, domain modeling | Model → Design → ADR → Implement → Test |
165
- | **TDD Construction** | Well-defined interfaces, test-first | Test → Implement → Refactor |
166
- | **BDD Construction** | User-facing features, acceptance criteria | Scenario → Implement → Verify |
165
+ | **Simple Construction** | UI, integrations, utilities | Spec → Implement → Test |
167
166
  | **Spike** | Research, exploration, unknowns | Explore → Document |
168
167
 
169
168
  ### Memory Bank
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
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": {