substrate-ai 0.6.5 → 0.6.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "substrate-ai",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Substrate — multi-agent orchestration daemon for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,6 +38,7 @@ Implement the story above completely. Follow tasks in exact order. Do not stop u
38
38
  - Write failing tests first
39
39
  - Make tests pass with minimal code
40
40
  - Refactor while keeping tests green
41
+ - **If you import a new package that is not already in package.json, install it immediately** (`npm install <package>` or the appropriate workspace command). The build verification gate runs after dev-story — missing dependencies will fail the build and escalate the story.
41
42
 
42
43
  3. **After each task**:
43
44
  - Verify tests pass