@lifeaitools/rdc-skills 0.24.29 → 0.24.30
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/.claude-plugin/plugin.json +1 -1
- package/git-sha.json +1 -1
- package/package.json +1 -1
- package/skills/tests/MATRIX.md +7 -7
- package/skills/tests/rdc-handoff.test.json +14 -0
- package/skills/tests/rdc-plan.test.json +14 -0
- package/skills/tests/rdc-preplan.test.json +15 -0
- package/skills/tests/rdc-prototype.test.json +14 -0
- package/skills/tests/rdc-report.test.json +14 -0
- package/skills/tests/rdc-review.test.json +14 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rdc",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.30",
|
|
4
4
|
"description": "RDC typed-agent dispatch skill suite for Claude Code — plan, build, review, overnight unattended builds with work-item tracking and TDD enforcement.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "LIFEAI",
|
package/git-sha.json
CHANGED
package/package.json
CHANGED
package/skills/tests/MATRIX.md
CHANGED
|
@@ -4,7 +4,7 @@ Current coverage: 29 manifests for 29 skill directories.
|
|
|
4
4
|
|
|
5
5
|
The manifest layer verifies each skill can be started from a realistic caller prompt in an isolated `RDC_TEST=1` sandbox. The acceptance harness records the engine stream, extracted tool calls, stdout/stderr artifacts, rendered assistant output, failures, lessons learned, and next build optimizations under `.rdc/reports/`.
|
|
6
6
|
|
|
7
|
-
`rdc:channel-formatter` currently has the strongest content acceptance fixture: it asserts source-grounded social-pack output, forbidden-claim absence, and observable corpus or web-search tool routing. `rdc:help` asserts the public MCP/curl caller surface and structured `format:"json"` discovery path. `rdc:self-test` validates the test-tier/evidence language. `rdc:release`, `rdc:deploy`, `rdc:terminal-config`, `rdc:status`, and `rdc:watch` add safety negative checks for publish/deploy/window/read-only behavior. The remaining manifests are basic behavioral smoke tests and should gain deeper acceptance assertions as each skill is touched.
|
|
7
|
+
`rdc:channel-formatter` currently has the strongest content acceptance fixture: it asserts source-grounded social-pack output, forbidden-claim absence, and observable corpus or web-search tool routing. `rdc:help` asserts the public MCP/curl caller surface and structured `format:"json"` discovery path. `rdc:self-test` validates the test-tier/evidence language. Planning/reporting skills (`rdc:preplan`, `rdc:plan`, `rdc:handoff`, `rdc:prototype`, `rdc:review`, `rdc:report`) now assert their required artifacts and safety boundaries. `rdc:release`, `rdc:deploy`, `rdc:terminal-config`, `rdc:status`, and `rdc:watch` add safety negative checks for publish/deploy/window/read-only behavior. The remaining manifests are basic behavioral smoke tests and should gain deeper acceptance assertions as each skill is touched.
|
|
8
8
|
|
|
9
9
|
| Skill | Manifest | Fixture prompt class | Assertions | Acceptance depth |
|
|
10
10
|
|---|---|---|---|---|
|
|
@@ -18,19 +18,19 @@ The manifest layer verifies each skill can be started from a realistic caller pr
|
|
|
18
18
|
| `rdc:design` | `rdc-design.test.json` | Studio palette audit | `exit_code`, `stdout_contains` | Basic manifest |
|
|
19
19
|
| `rdc:fixit` | `rdc-fixit.test.json` | Tiny sandbox typo fix | `commits_made`, `exit_code`, `stdout_contains` | Basic manifest |
|
|
20
20
|
| `rdc:fs-mcp` | `rdc-fs-mcp.test.json` | File-system bridge read fixture | `commits_made`, `exit_code`, `stdout_contains` | Basic manifest |
|
|
21
|
-
| `rdc:handoff` | `rdc-handoff.test.json` | Stub work handoff | `exit_code`, `stdout_contains` |
|
|
21
|
+
| `rdc:handoff` | `rdc-handoff.test.json` | Stub work handoff | `exit_code`, `stdout_contains` | Plan path, DoD, work-item handoff, and placeholder negative checks |
|
|
22
22
|
| `rdc:help` | `rdc-help.test.json` | Help menu rendering | `commits_made`, `exit_code`, `stdout_contains` | MCP/curl output, structured JSON fetch, dev-endpoint negative checks |
|
|
23
23
|
| `rdc:housekeeping` | `rdc-housekeeping.test.json` | Read-only housekeeping audit | `commits_made`, `exit_code`, `stdout_contains` | Basic manifest |
|
|
24
24
|
| `lifeai-brochure-author` | `rdc-lifeai-brochure-author.test.json` | JSX compliance review fixture | `exit_code`, `stdout_contains` | Basic manifest |
|
|
25
25
|
| `rdc:overnight` | `rdc-overnight.test.json` | Label-based overnight queue drain | `exit_code`, `stdout_contains` | Basic manifest |
|
|
26
|
-
| `rdc:plan` | `rdc-plan.test.json` | Health-endpoint planning prompt | `exit_code`, `stdout_contains` |
|
|
27
|
-
| `rdc:preplan` | `rdc-preplan.test.json` | Rate-limiter research prompt | `commits_made`, `exit_code`, `stdout_contains` |
|
|
28
|
-
| `rdc:prototype` | `rdc-prototype.test.json` | Tiny component prototype prompt | `exit_code`, `stdout_contains` |
|
|
26
|
+
| `rdc:plan` | `rdc-plan.test.json` | Health-endpoint planning prompt | `exit_code`, `stdout_contains` | Design-decision, decomposition-matrix, work-package, and coarse-check negative checks |
|
|
27
|
+
| `rdc:preplan` | `rdc-preplan.test.json` | Rate-limiter research prompt | `commits_made`, `exit_code`, `stdout_contains` | Research artifact, comparison, unknowns, recommendation, and research-tool routing checks |
|
|
28
|
+
| `rdc:prototype` | `rdc-prototype.test.json` | Tiny component prototype prompt | `exit_code`, `stdout_contains` | Local TSX prototype artifact, registry, test-mode, and production-write negative checks |
|
|
29
29
|
| `rdc:brochurify` | `rdc-rdc-brochurify.test.json` | Read-only markdown Brochurify fixture | `exit_code`, `stdout_contains` | Sandbox output and no-follow-up negative checks |
|
|
30
30
|
| `rdc:extract-verifier-rules` | `rdc-rdc-extract-verifier-rules.test.json` | Enhancement-log verifier fixture | `exit_code`, `stdout_contains` | Basic manifest |
|
|
31
31
|
| `rdc:release` | `rdc-release.test.json` | Dry-run package release | `commits_made`, `exit_code`, `stdout_contains` | Dry-run release checklist and force/bypass negative checks |
|
|
32
|
-
| `rdc:report` | `rdc-report.test.json` | Unattended report generation | `exit_code`, `stdout_contains` |
|
|
33
|
-
| `rdc:review` | `rdc-review.test.json` | Unattended review gate | `exit_code`, `stdout_contains` |
|
|
32
|
+
| `rdc:report` | `rdc-report.test.json` | Unattended report generation | `exit_code`, `stdout_contains` | Report status block, counts, next recommendation, and dump/push negative checks |
|
|
33
|
+
| `rdc:review` | `rdc-review.test.json` | Unattended review gate | `exit_code`, `stdout_contains` | Code-review, verify, fresh-evidence, tsc, and forbidden-build negative checks |
|
|
34
34
|
| `rdc:rpms-filemap` | `rdc-rpms-filemap.test.json` | Canonical location lookup | `commits_made`, `exit_code`, `stdout_contains` | Basic manifest |
|
|
35
35
|
| `rdc:self-test` | `rdc-self-test.test.json` | Strict self-test prompt | `commits_made`, `exit_code`, `stdout_contains` | Tier/evidence output checks and no-relaxed-linter negative check |
|
|
36
36
|
| `rdc:status` | `rdc-status.test.json` | Read-only status snapshot | `commits_made`, `exit_code`, `stdout_contains` | Read-only status output and raw-MCP/write negative checks |
|
|
@@ -10,5 +10,19 @@
|
|
|
10
10
|
"exit_code": 0,
|
|
11
11
|
"stdout_contains": ["Verdict"]
|
|
12
12
|
},
|
|
13
|
+
"acceptance": {
|
|
14
|
+
"output_contains": [
|
|
15
|
+
".rdc/plans",
|
|
16
|
+
"acceptance criterion",
|
|
17
|
+
"DoD",
|
|
18
|
+
"work item",
|
|
19
|
+
"rdc:build"
|
|
20
|
+
],
|
|
21
|
+
"output_not_contains": [
|
|
22
|
+
"git push",
|
|
23
|
+
"raw MCP",
|
|
24
|
+
"[specific acceptance criterion]"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
13
27
|
"teardown": { "reset_branch": true }
|
|
14
28
|
}
|
|
@@ -10,5 +10,19 @@
|
|
|
10
10
|
"exit_code": 0,
|
|
11
11
|
"stdout_contains": ["Verdict"]
|
|
12
12
|
},
|
|
13
|
+
"acceptance": {
|
|
14
|
+
"output_contains": [
|
|
15
|
+
"Design Decision",
|
|
16
|
+
"Checklist Decomposition Matrix",
|
|
17
|
+
"Work package",
|
|
18
|
+
"Verification artifact",
|
|
19
|
+
"rdc:build"
|
|
20
|
+
],
|
|
21
|
+
"output_not_contains": [
|
|
22
|
+
"verify UI",
|
|
23
|
+
"integration complete",
|
|
24
|
+
"raw MCP"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
13
27
|
"teardown": { "reset_branch": true }
|
|
14
28
|
}
|
|
@@ -11,5 +11,20 @@
|
|
|
11
11
|
"commits_made": { "min": 0 },
|
|
12
12
|
"stdout_contains": ["Verdict"]
|
|
13
13
|
},
|
|
14
|
+
"acceptance": {
|
|
15
|
+
"output_contains": [
|
|
16
|
+
"Research",
|
|
17
|
+
"Best-in-Class",
|
|
18
|
+
"Comparison",
|
|
19
|
+
"Unknowns",
|
|
20
|
+
"Recommendation"
|
|
21
|
+
],
|
|
22
|
+
"output_not_contains": [
|
|
23
|
+
"create work items",
|
|
24
|
+
"architectural decision",
|
|
25
|
+
"write code"
|
|
26
|
+
],
|
|
27
|
+
"tool_calls_include_any": ["WebSearch", "web.search_query", "Grep", "Glob"]
|
|
28
|
+
},
|
|
14
29
|
"teardown": { "reset_branch": true }
|
|
15
30
|
}
|
|
@@ -10,5 +10,19 @@
|
|
|
10
10
|
"exit_code": 0,
|
|
11
11
|
"stdout_contains": ["Verdict"]
|
|
12
12
|
},
|
|
13
|
+
"acceptance": {
|
|
14
|
+
"output_contains": [
|
|
15
|
+
"docs/source",
|
|
16
|
+
"prototype",
|
|
17
|
+
"TSX",
|
|
18
|
+
"registry",
|
|
19
|
+
"RDC_TEST"
|
|
20
|
+
],
|
|
21
|
+
"output_not_contains": [
|
|
22
|
+
"git push",
|
|
23
|
+
"production deploy",
|
|
24
|
+
"Supabase insert"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
13
27
|
"teardown": { "reset_branch": true }
|
|
14
28
|
}
|
|
@@ -10,5 +10,19 @@
|
|
|
10
10
|
"exit_code": 0,
|
|
11
11
|
"stdout_contains": ["Verdict"]
|
|
12
12
|
},
|
|
13
|
+
"acceptance": {
|
|
14
|
+
"output_contains": [
|
|
15
|
+
"REPORT_STATUS",
|
|
16
|
+
"report_path",
|
|
17
|
+
"completed_count",
|
|
18
|
+
"open_count",
|
|
19
|
+
"Next Session Recommendation"
|
|
20
|
+
],
|
|
21
|
+
"output_not_contains": [
|
|
22
|
+
"raw MCP",
|
|
23
|
+
"git push",
|
|
24
|
+
"unbounded dump"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
13
27
|
"teardown": { "reset_branch": true }
|
|
14
28
|
}
|
|
@@ -10,5 +10,19 @@
|
|
|
10
10
|
"exit_code": 0,
|
|
11
11
|
"stdout_contains": ["Verdict"]
|
|
12
12
|
},
|
|
13
|
+
"acceptance": {
|
|
14
|
+
"output_contains": [
|
|
15
|
+
"code-review",
|
|
16
|
+
"verify",
|
|
17
|
+
"fresh evidence",
|
|
18
|
+
"tsc",
|
|
19
|
+
"Verdict"
|
|
20
|
+
],
|
|
21
|
+
"output_not_contains": [
|
|
22
|
+
"pnpm build",
|
|
23
|
+
"raw MCP",
|
|
24
|
+
"CLEAN without"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
13
27
|
"teardown": { "reset_branch": true }
|
|
14
28
|
}
|