dev-playbooks 1.0.8 → 1.0.9

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": "dev-playbooks",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "AI-powered spec-driven development workflow",
5
5
  "keywords": [
6
6
  "devbooks",
@@ -7,6 +7,8 @@
7
7
  [![npm](https://img.shields.io/npm/v/dev-playbooks)](https://www.npmjs.com/package/dev-playbooks)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../LICENSE)
9
9
 
10
+ ![DevBooks Workflow](docs/workflow-diagram.svg)
11
+
10
12
  ---
11
13
 
12
14
  ## Why DevBooks?
@@ -46,8 +48,6 @@ AI coding assistants are powerful, but often **unpredictable**:
46
48
 
47
49
  ## How It Works
48
50
 
49
- ![DevBooks Workflow](docs/workflow-diagram.svg)
50
-
51
51
  **Hard constraint**: Test Owner and Coder **must work in separate conversations**. This is not a suggestion. Coder cannot modify `tests/**`. "Done" is defined by tests/build verification, not AI self-evaluation.
52
52
 
53
53
  ---