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
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
[](https://www.npmjs.com/package/dev-playbooks)
|
|
8
8
|
[](../LICENSE)
|
|
9
9
|
|
|
10
|
+

|
|
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
|
-

|
|
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
|
---
|