@lifeaitools/rdc-skills 0.35.12 → 0.35.13

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.35.12",
3
+ "version": "0.35.13",
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeaitools/rdc-skills",
3
- "version": "0.35.12",
3
+ "version": "0.35.13",
4
4
  "description": "RDC typed-agent dispatch skill suite for Claude Code - plan, build, review, overnight builds",
5
5
  "keywords": [
6
6
  "claude-code",
package/commands/open.md DELETED
@@ -1,17 +0,0 @@
1
- ---
2
- name: open
3
- description: >-
4
- Usage `rdc:open [<slug>]` — orient before working. Answers where you are (repo, worktree, branch, dirty state) and what the target is (runtime, port, host, deploy path) from the registry, then names the harness shape to use. Run this first in any session that will change something.
5
- ---
6
-
7
- # open
8
-
9
- Use Skill tool with skill: "open", passing the slug through if given.
10
-
11
- > This file previously carried the full procedure. It now lives in
12
- > `skills/open/SKILL.md`, which is the canonical home every other verb uses —
13
- > 43 skills, one document each. Keeping a second copy here is how
14
- > `commands/review.md` and its skill drifted apart, with the command missing the
15
- > mandatory code-review gate the skill had.
16
- >
17
- > One home per fact. This file is the pointer.
Binary file