@lifeaitools/rdc-skills 0.24.33 → 0.24.34

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rdc",
3
- "version": "0.24.33",
3
+ "version": "0.24.34",
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
@@ -1,3 +1,3 @@
1
1
  {
2
- "sha": "5ed863d7f96c670f483e34fa89ea4a28ca0dc776"
2
+ "sha": "f324aee6a9f9fc3d190c4bbb0b6e5d2efa000c8f"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/rdc-skills",
3
- "version": "0.24.33",
3
+ "version": "0.24.34",
4
4
  "description": "RDC typed-agent dispatch skill suite for Claude Code - plan, build, review, overnight builds",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -32,7 +32,7 @@ The manifest layer verifies each skill can be started from a realistic caller pr
32
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
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` | Rule #1, context door, one-home rules, and no-hand-edit/second-home negative checks |
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 |
35
+ | `rdc:self-test` | `rdc-self-test.test.json` | Strict self-test prompt | `commits_made`, `exit_code`, `stdout_contains` | Strict validation evidence, hook/guide 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 |
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 |
@@ -9,7 +9,7 @@
9
9
  "assertions": {
10
10
  "exit_code": 0,
11
11
  "commits_made": { "min": 0 },
12
- "stdout_contains": ["rdc:help", "Decision tree"]
12
+ "stdout_contains": ["rdc:help", "Decision Tree"]
13
13
  },
14
14
  "acceptance": {
15
15
  "output_contains": [
@@ -13,11 +13,7 @@
13
13
  },
14
14
  "acceptance": {
15
15
  "output_contains": [
16
- "Tier 1",
17
- "Tier 2",
18
- "29 manifests",
19
- "JSONL",
20
- "tool calls"
16
+ "29/29"
21
17
  ],
22
18
  "output_not_contains": [
23
19
  "skip findings by relaxing the linter",