dev-playbooks 1.2.7 → 1.2.8
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 +1 -1
- package/skills/_shared/references/universal-gating-protocol.md +2 -2
- package/skills/devbooks-archiver/SKILL.md +1 -1
- package/skills/devbooks-brownfield-bootstrap/SKILL.md +1 -1
- package/skills/devbooks-code-review/SKILL.md +1 -1
- package/skills/devbooks-coder/SKILL.md +2 -2
- package/skills/devbooks-delivery-workflow/SKILL.md +1 -1
- package/skills/devbooks-delivery-workflow/scripts/change-check.sh +4 -4
- package/skills/devbooks-design-backport/SKILL.md +1 -1
- package/skills/devbooks-design-doc/SKILL.md +1 -1
- package/skills/devbooks-docs-sync/SKILL.md +1 -1
- package/skills/devbooks-entropy-monitor/SKILL.md +1 -1
- package/skills/devbooks-impact-analysis/SKILL.md +1 -1
- package/skills/devbooks-implementation-plan/SKILL.md +1 -1
- package/skills/devbooks-proposal-author/SKILL.md +1 -1
- package/skills/devbooks-proposal-challenger/SKILL.md +1 -1
- package/skills/devbooks-proposal-judge/SKILL.md +1 -1
- package/skills/devbooks-router/SKILL.md +1 -1
- package/skills/devbooks-spec-contract/SKILL.md +1 -1
- package/skills/devbooks-test-owner/SKILL.md +2 -2
- package/skills/devbooks-test-reviewer/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -39,9 +39,9 @@ From now on, each time you write files, restate the `<truth-root>` and `<change-
|
|
|
39
39
|
| Spec deltas | `<change-root>/<change-id>/specs/` | `./specs/` |
|
|
40
40
|
| Traceability doc | `<change-root>/<change-id>/verification.md` | `./verification.md` |
|
|
41
41
|
|
|
42
|
-
###
|
|
42
|
+
### Dev-Playbooks Default Paths
|
|
43
43
|
|
|
44
|
-
When using
|
|
44
|
+
When using Dev-Playbooks protocol:
|
|
45
45
|
- `<change-root>` = `dev-playbooks/changes`
|
|
46
46
|
- `<truth-root>` = `dev-playbooks/specs`
|
|
47
47
|
|
|
@@ -49,7 +49,7 @@ proposal → design → test-owner(P1) → coder → test-owner(P2) → code-rev
|
|
|
49
49
|
|
|
50
50
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
51
51
|
1. `.devbooks/config.yaml` (if exists) → Parse and use the mappings within
|
|
52
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
52
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
53
53
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
54
54
|
4. If still unable to determine → **Stop and ask the user**
|
|
55
55
|
|
|
@@ -20,7 +20,7 @@ allowed-tools:
|
|
|
20
20
|
|
|
21
21
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
22
22
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
23
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
23
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
24
24
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
25
25
|
5. If still unable to determine → **Create DevBooks directory structure and initialize basic configuration**
|
|
26
26
|
|
|
@@ -45,7 +45,7 @@ proposal → design → test-owner(phase1) → coder → test-owner(phase2) →
|
|
|
45
45
|
|
|
46
46
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
47
47
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use its mappings
|
|
48
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
48
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
49
49
|
3. `project.md` (if exists) -> template protocol, use default mappings
|
|
50
50
|
4. If still undetermined -> **Stop and ask user**
|
|
51
51
|
|
|
@@ -53,7 +53,7 @@ proposal → design → test-owner(phase1) → [Coder] → test-owner(phase2)
|
|
|
53
53
|
|
|
54
54
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
55
55
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use its mappings
|
|
56
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
56
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
57
57
|
3. `project.md` (if exists) -> template protocol, use default mappings
|
|
58
58
|
5. If still unable to determine -> **Stop and ask the user**
|
|
59
59
|
|
|
@@ -161,7 +161,7 @@ GOOD: 3 tests failed, see <change-root>/<change-id>/evidence/green-final/test-ou
|
|
|
161
161
|
|
|
162
162
|
**Correct path examples**:
|
|
163
163
|
```bash
|
|
164
|
-
#
|
|
164
|
+
# Dev-Playbooks default path
|
|
165
165
|
dev-playbooks/changes/<change-id>/evidence/green-final/test-$(date +%Y%m%d-%H%M%S).log
|
|
166
166
|
|
|
167
167
|
# Using the script
|
|
@@ -19,7 +19,7 @@ allowed-tools:
|
|
|
19
19
|
|
|
20
20
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
21
21
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use its mappings
|
|
22
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
22
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
23
23
|
3. `project.md` (if exists) -> template protocol, use default mappings
|
|
24
24
|
4. If still undetermined -> **Stop and ask the user**
|
|
25
25
|
|
|
@@ -529,7 +529,7 @@ check_spec_deltas() {
|
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
# =============================================================================
|
|
532
|
-
# Constitution Check (
|
|
532
|
+
# Constitution Check (Dev-Playbooks)
|
|
533
533
|
# Verify project constitution is present and valid
|
|
534
534
|
# =============================================================================
|
|
535
535
|
check_constitution() {
|
|
@@ -557,7 +557,7 @@ check_constitution() {
|
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
# =============================================================================
|
|
560
|
-
# Fitness Check (
|
|
560
|
+
# Fitness Check (Dev-Playbooks)
|
|
561
561
|
# Verify architecture fitness rules
|
|
562
562
|
# =============================================================================
|
|
563
563
|
check_fitness() {
|
|
@@ -1037,9 +1037,9 @@ else
|
|
|
1037
1037
|
check_verification
|
|
1038
1038
|
check_no_tests_changed
|
|
1039
1039
|
check_implicit_changes
|
|
1040
|
-
#
|
|
1040
|
+
# Dev-Playbooks: Constitution check
|
|
1041
1041
|
check_constitution # Constitution validity check (strict mode)
|
|
1042
|
-
#
|
|
1042
|
+
# Dev-Playbooks: Fitness check
|
|
1043
1043
|
check_fitness # Architecture fitness check (apply/archive/strict)
|
|
1044
1044
|
# New quality gates (harden-devbooks-quality-gates)
|
|
1045
1045
|
check_evidence_closure # AC-001: Green evidence required for archive
|
|
@@ -52,7 +52,7 @@ coder has deviations → archiver auto-detects and backports during archive →
|
|
|
52
52
|
|
|
53
53
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
54
54
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
55
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
55
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
56
56
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
57
57
|
4. If still undetermined → **Stop and ask the user**
|
|
58
58
|
|
|
@@ -40,7 +40,7 @@ proposal → [Design Doc] → spec-contract → implementation-plan → test-own
|
|
|
40
40
|
|
|
41
41
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
42
42
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
43
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
43
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
44
44
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
45
45
|
5. If still unable to determine → **Stop and ask user**
|
|
46
46
|
|
|
@@ -16,7 +16,7 @@ allowed-tools:
|
|
|
16
16
|
|
|
17
17
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
18
18
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use the mappings within
|
|
19
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
19
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
20
20
|
3. `project.md` (if exists) -> Template protocol, use default mappings
|
|
21
21
|
4. If still undetermined -> **Stop and ask the user**
|
|
22
22
|
|
|
@@ -19,7 +19,7 @@ allowed-tools:
|
|
|
19
19
|
|
|
20
20
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
21
21
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
22
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
22
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
23
23
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
24
24
|
5. If still unable to determine → **Stop and ask the user**
|
|
25
25
|
|
|
@@ -17,7 +17,7 @@ allowed-tools:
|
|
|
17
17
|
|
|
18
18
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
19
19
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use the mappings within
|
|
20
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
20
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
21
21
|
3. `project.md` (if exists) -> template protocol, use default mappings
|
|
22
22
|
5. If still unable to determine -> **Stop and ask the user**
|
|
23
23
|
|
|
@@ -54,7 +54,7 @@ proposal → design → [Implementation Plan] → test-owner(phase1) → coder
|
|
|
54
54
|
|
|
55
55
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
56
56
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
57
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
57
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
58
58
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
59
59
|
5. If still unable to determine → **Stop and ask the user**
|
|
60
60
|
|
|
@@ -18,7 +18,7 @@ allowed-tools:
|
|
|
18
18
|
|
|
19
19
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
20
20
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use its mappings
|
|
21
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
21
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
22
22
|
3. `project.md` (if exists) -> Template protocol, use default mappings
|
|
23
23
|
4. If still undetermined -> **Stop and ask the user**
|
|
24
24
|
|
|
@@ -16,7 +16,7 @@ allowed-tools:
|
|
|
16
16
|
|
|
17
17
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
18
18
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
19
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
19
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
20
20
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
21
21
|
4. If still undetermined → **Stop and ask user**
|
|
22
22
|
|
|
@@ -18,7 +18,7 @@ allowed-tools:
|
|
|
18
18
|
|
|
19
19
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
20
20
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
21
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
21
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
22
22
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
23
23
|
5. If still unable to determine → **Stop and ask the user**
|
|
24
24
|
|
|
@@ -32,7 +32,7 @@ allowed-tools:
|
|
|
32
32
|
|
|
33
33
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
34
34
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
35
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
35
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
36
36
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
37
37
|
4. If still undetermined → **Stop and ask user**
|
|
38
38
|
|
|
@@ -21,7 +21,7 @@ allowed-tools:
|
|
|
21
21
|
|
|
22
22
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
23
23
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use its mappings
|
|
24
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
24
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
25
25
|
3. `project.md` (if exists) -> Template protocol, use default mappings
|
|
26
26
|
5. If still unable to determine -> **Stop and ask the user**
|
|
27
27
|
|
|
@@ -59,7 +59,7 @@ When user says "Coder is done, please verify" or similar, Test Owner enters **Ph
|
|
|
59
59
|
|
|
60
60
|
Before execution, **must** search for configuration in the following order (stop when found):
|
|
61
61
|
1. `.devbooks/config.yaml` (if exists) → Parse and use its mappings
|
|
62
|
-
2. `dev-playbooks/project.md` (if exists) →
|
|
62
|
+
2. `dev-playbooks/project.md` (if exists) → Dev-Playbooks protocol, use default mappings
|
|
63
63
|
3. `project.md` (if exists) → Template protocol, use default mappings
|
|
64
64
|
5. If still unable to determine → **Stop and ask user**
|
|
65
65
|
|
|
@@ -205,7 +205,7 @@ Test Owner must produce a structured `verification.md` that serves as both test
|
|
|
205
205
|
|
|
206
206
|
**Correct path examples**:
|
|
207
207
|
```bash
|
|
208
|
-
#
|
|
208
|
+
# Dev-Playbooks default path
|
|
209
209
|
dev-playbooks/changes/<change-id>/evidence/red-baseline/test-$(date +%Y%m%d-%H%M%S).log
|
|
210
210
|
|
|
211
211
|
# Using the script
|
|
@@ -14,7 +14,7 @@ allowed-tools:
|
|
|
14
14
|
|
|
15
15
|
Before execution, you **must** search for configuration in the following order (stop when found):
|
|
16
16
|
1. `.devbooks/config.yaml` (if exists) -> Parse and use the mappings within
|
|
17
|
-
2. `dev-playbooks/project.md` (if exists) ->
|
|
17
|
+
2. `dev-playbooks/project.md` (if exists) -> Dev-Playbooks protocol, use default mappings
|
|
18
18
|
3. `project.md` (if exists) -> Template protocol, use default mappings
|
|
19
19
|
4. If still undetermined -> **Stop and ask the user**
|
|
20
20
|
|