@lifeaitools/rdc-skills 0.24.30 → 0.24.31
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 +8 -8
- package/skills/tests/rdc-brochure.test.json +15 -0
- package/skills/tests/rdc-build.test.json +15 -0
- package/skills/tests/rdc-convert.test.json +15 -0
- package/skills/tests/rdc-fixit.test.json +15 -0
- package/skills/tests/rdc-fs-mcp.test.json +16 -0
- package/skills/tests/rdc-lifeai-brochure-author.test.json +15 -0
- package/skills/tests/rdc-workitems.test.json +14 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rdc",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.31",
|
|
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,24 +4,24 @@ 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. 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.
|
|
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. Operational/content skills (`rdc:brochure`, `rdc:convert`, `lifeai-brochure-author`, `rdc:build`, `rdc:fixit`, `rdc:fs-mcp`, `rdc:workitems`) now assert artifact paths, dispatch gates, scoped commits, filesystem boundaries, and sandboxed work-item behavior. `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
|
|---|---|---|---|---|
|
|
11
|
-
| `rdc:brochure` | `rdc-brochure.test.json` | HTML-to-PDF brochure fixture | `exit_code`, `stdout_contains` |
|
|
12
|
-
| `rdc:build` | `rdc-build.test.json` | Unattended build from sandbox label | `commits_made`, `exit_code`, `stdout_contains` |
|
|
11
|
+
| `rdc:brochure` | `rdc-brochure.test.json` | HTML-to-PDF brochure fixture | `exit_code`, `stdout_contains` | PDF artifact, page/size/source output, and no upload/deploy/source-modification checks |
|
|
12
|
+
| `rdc:build` | `rdc-build.test.json` | Unattended build from sandbox label | `commits_made`, `exit_code`, `stdout_contains` | Dispatch guide, code-review, validator, sandbox, and no-push/no-skip checks |
|
|
13
13
|
| `rdc:channel-formatter` | `rdc-channel-formatter.test.json` | Long article to social content pack | `exit_code`, `stdout_contains` | Output contains, output not contains, tool-call routing |
|
|
14
14
|
| `rdc:co-develop` | `rdc-co-develop.test.json` | Coordination status | `commits_made`, `exit_code`, `stdout_contains` | Basic manifest |
|
|
15
15
|
| `rdc:collab` | `rdc-collab.test.json` | Claude session relay fixture | `commits_made`, `exit_code`, `stdout_contains` | Basic manifest |
|
|
16
|
-
| `rdc:convert` | `rdc-convert.test.json` | Markdown-to-Word conversion fixture | `exit_code`, `stdout_contains` |
|
|
16
|
+
| `rdc:convert` | `rdc-convert.test.json` | Markdown-to-Word conversion fixture | `exit_code`, `stdout_contains` | build-corpus command surface, Word/Markdown flags, and no-GUI/global-install/commit checks |
|
|
17
17
|
| `rdc:deploy` | `rdc-deploy.test.json` | Deployment diagnosis | `commits_made`, `exit_code`, `stdout_contains` | Read-only diagnose output and destructive deploy/DNS negative checks |
|
|
18
18
|
| `rdc:design` | `rdc-design.test.json` | Studio palette audit | `exit_code`, `stdout_contains` | Basic manifest |
|
|
19
|
-
| `rdc:fixit` | `rdc-fixit.test.json` | Tiny sandbox typo fix | `commits_made`, `exit_code`, `stdout_contains` |
|
|
20
|
-
| `rdc:fs-mcp` | `rdc-fs-mcp.test.json` | File-system bridge read fixture | `commits_made`, `exit_code`, `stdout_contains` |
|
|
19
|
+
| `rdc:fixit` | `rdc-fixit.test.json` | Tiny sandbox typo fix | `commits_made`, `exit_code`, `stdout_contains` | Scope, code-review, specific-file staging, and broad-add negative checks |
|
|
20
|
+
| `rdc:fs-mcp` | `rdc-fs-mcp.test.json` | File-system bridge read fixture | `commits_made`, `exit_code`, `stdout_contains` | Local-vs-MCP access boundary, live FS, no-preview/no-overwrite checks, and read-tool routing |
|
|
21
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
|
-
| `lifeai-brochure-author` | `rdc-lifeai-brochure-author.test.json` | JSX compliance review fixture | `exit_code`, `stdout_contains` |
|
|
24
|
+
| `lifeai-brochure-author` | `rdc-lifeai-brochure-author.test.json` | JSX compliance review fixture | `exit_code`, `stdout_contains` | brochure-kit component guidance and raw HTML/style/token negative checks |
|
|
25
25
|
| `rdc:overnight` | `rdc-overnight.test.json` | Label-based overnight queue drain | `exit_code`, `stdout_contains` | Basic manifest |
|
|
26
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
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 |
|
|
@@ -36,7 +36,7 @@ The manifest layer verifies each skill can be started from a realistic caller pr
|
|
|
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 |
|
|
37
37
|
| `rdc:terminal-config` | `rdc-terminal-config.test.json` | Hidden-window launch policy audit | `commits_made`, `exit_code`, `stdout_contains` | Hidden-window output and focus/collapse API negative checks |
|
|
38
38
|
| `rdc:watch` | `rdc-watch.test.json` | Watcher initialization prompt | `exit_code`, `stdout_contains` | Test-mode no-open output, tool-call routing, and focus-event negative checks |
|
|
39
|
-
| `rdc:workitems` | `rdc-workitems.test.json` | Work-item epic listing | `commits_made`, `exit_code`, `stdout_contains` |
|
|
39
|
+
| `rdc:workitems` | `rdc-workitems.test.json` | Work-item epic listing | `commits_made`, `exit_code`, `stdout_contains` | Read-only epics query, sandbox, and work-item write negative checks |
|
|
40
40
|
|
|
41
41
|
## What The Tests Accomplish
|
|
42
42
|
|
|
@@ -16,5 +16,20 @@
|
|
|
16
16
|
"exit_code": 0,
|
|
17
17
|
"stdout_contains": ["PDF", "Pages", "Size"]
|
|
18
18
|
},
|
|
19
|
+
"acceptance": {
|
|
20
|
+
"output_contains": [
|
|
21
|
+
"PDF",
|
|
22
|
+
"Pages",
|
|
23
|
+
"Size",
|
|
24
|
+
"Source",
|
|
25
|
+
".rdc/reports/brochure-fixture.pdf"
|
|
26
|
+
],
|
|
27
|
+
"output_not_contains": [
|
|
28
|
+
"upload",
|
|
29
|
+
"deploy",
|
|
30
|
+
"git push",
|
|
31
|
+
"modify source"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
19
34
|
"teardown": { "reset_branch": true }
|
|
20
35
|
}
|
|
@@ -18,5 +18,20 @@
|
|
|
18
18
|
"commits_made": { "min": 0, "message_matches": "." },
|
|
19
19
|
"stdout_contains": ["Verdict"]
|
|
20
20
|
},
|
|
21
|
+
"acceptance": {
|
|
22
|
+
"output_contains": [
|
|
23
|
+
"RDC_TEST",
|
|
24
|
+
"agent-bootstrap",
|
|
25
|
+
"engineering-behavior",
|
|
26
|
+
"code-review",
|
|
27
|
+
"validator"
|
|
28
|
+
],
|
|
29
|
+
"output_not_contains": [
|
|
30
|
+
"git push origin",
|
|
31
|
+
"raw MCP",
|
|
32
|
+
"dispatch without",
|
|
33
|
+
"skip validation"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
21
36
|
"teardown": { "reset_branch": true }
|
|
22
37
|
}
|
|
@@ -16,5 +16,20 @@
|
|
|
16
16
|
"exit_code": 0,
|
|
17
17
|
"stdout_contains": ["build-corpus", "Markdown", "Word"]
|
|
18
18
|
},
|
|
19
|
+
"acceptance": {
|
|
20
|
+
"output_contains": [
|
|
21
|
+
"build-corpus",
|
|
22
|
+
"Markdown",
|
|
23
|
+
"Word",
|
|
24
|
+
"--to",
|
|
25
|
+
"--out"
|
|
26
|
+
],
|
|
27
|
+
"output_not_contains": [
|
|
28
|
+
"launch GUI",
|
|
29
|
+
"install global dependencies implicitly",
|
|
30
|
+
"commit",
|
|
31
|
+
"deploy"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
19
34
|
"teardown": { "reset_branch": true }
|
|
20
35
|
}
|
|
@@ -17,5 +17,20 @@
|
|
|
17
17
|
"commits_made": { "min": 1, "message_matches": "[Ff]ix" },
|
|
18
18
|
"stdout_contains": ["Verdict"]
|
|
19
19
|
},
|
|
20
|
+
"acceptance": {
|
|
21
|
+
"output_contains": [
|
|
22
|
+
"fixit",
|
|
23
|
+
"scope",
|
|
24
|
+
"code-review",
|
|
25
|
+
"specific files",
|
|
26
|
+
"Verdict"
|
|
27
|
+
],
|
|
28
|
+
"output_not_contains": [
|
|
29
|
+
"git add -A",
|
|
30
|
+
"git add .",
|
|
31
|
+
"skip code-review",
|
|
32
|
+
"scope exceeded"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
20
35
|
"teardown": { "reset_branch": true }
|
|
21
36
|
}
|
|
@@ -17,5 +17,21 @@
|
|
|
17
17
|
"commits_made": { "min": 0 },
|
|
18
18
|
"stdout_contains": ["FS MCP", "access path"]
|
|
19
19
|
},
|
|
20
|
+
"acceptance": {
|
|
21
|
+
"output_contains": [
|
|
22
|
+
"FS MCP",
|
|
23
|
+
"access path",
|
|
24
|
+
"local scripts",
|
|
25
|
+
"MCP",
|
|
26
|
+
"live local FS"
|
|
27
|
+
],
|
|
28
|
+
"output_not_contains": [
|
|
29
|
+
"preview",
|
|
30
|
+
"git add",
|
|
31
|
+
"overwrite",
|
|
32
|
+
"raw MCP"
|
|
33
|
+
],
|
|
34
|
+
"tool_calls_include_any": ["Read", "Grep", "Glob", "fs_read", "fs_grep", "fs_glob"]
|
|
35
|
+
},
|
|
20
36
|
"teardown": { "reset_branch": true }
|
|
21
37
|
}
|
|
@@ -16,5 +16,20 @@
|
|
|
16
16
|
"exit_code": 0,
|
|
17
17
|
"stdout_contains": ["brochure-kit", "Raw HTML"]
|
|
18
18
|
},
|
|
19
|
+
"acceptance": {
|
|
20
|
+
"output_contains": [
|
|
21
|
+
"@lifeai/brochure-kit",
|
|
22
|
+
"Raw HTML",
|
|
23
|
+
"<Brochure>",
|
|
24
|
+
"<Stack>",
|
|
25
|
+
"validator"
|
|
26
|
+
],
|
|
27
|
+
"output_not_contains": [
|
|
28
|
+
"<div className",
|
|
29
|
+
"style={{",
|
|
30
|
+
"hex codes",
|
|
31
|
+
"viewport units"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
19
34
|
"teardown": { "reset_branch": true }
|
|
20
35
|
}
|
|
@@ -11,5 +11,19 @@
|
|
|
11
11
|
"commits_made": { "min": 0 },
|
|
12
12
|
"stdout_contains": ["Verdict"]
|
|
13
13
|
},
|
|
14
|
+
"acceptance": {
|
|
15
|
+
"output_contains": [
|
|
16
|
+
"get_open_epics",
|
|
17
|
+
"read-only",
|
|
18
|
+
"Verdict",
|
|
19
|
+
"RDC_TEST"
|
|
20
|
+
],
|
|
21
|
+
"output_not_contains": [
|
|
22
|
+
"insert_work_item",
|
|
23
|
+
"update_work_item_status",
|
|
24
|
+
"bump_epic_version",
|
|
25
|
+
"raw MCP"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
14
28
|
"teardown": { "reset_branch": true }
|
|
15
29
|
}
|