create-claude-cabinet 0.6.6 → 0.6.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-claude-cabinet",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Claude Cabinet — opinionated process scaffolding for Claude Code projects",
5
5
  "bin": {
6
6
  "create-claude-cabinet": "bin/create-claude-cabinet.js"
@@ -177,13 +177,13 @@ with shared context in `perspectives/_context.md`. The new structure uses
177
177
  5. Remove the empty `perspectives/` directory only after all content
178
178
  is migrated
179
179
 
180
- **Custom perspectives require special handling:**
181
- - A custom perspective (one not in the CC template set) may have a
180
+ **Custom cabinet members require special handling:**
181
+ - A custom cabinet member (one not in the CC template set) may have a
182
182
  SKILL.md with old frontmatter keys (`context:` instead of `briefing:`,
183
183
  `always-on-for:` instead of `standing-mandate:`)
184
184
  - Migrate the frontmatter keys as part of the move
185
185
  - Present the before/after to the user for approval
186
- - If the custom perspective's SKILL.md references `_context.md` paths,
186
+ - If the custom cabinet member's SKILL.md references `_context.md` paths,
187
187
  update those to `_briefing.md`
188
188
 
189
189
  #### c. Old `cor-` Prefixed Files
@@ -193,6 +193,7 @@ The installer adds new `cc-` prefixed files but doesn't remove old
193
193
  - `.claude/hooks/cor-upstream-guard.sh` (replaced by `cc-upstream-guard.sh`)
194
194
  - `.claude/scripts/cor-drift-check.cjs` (replaced by `cc-drift-check.cjs`)
195
195
  - `.claude/skills/cor-upgrade/` (replaced by `cc-upgrade/`)
196
+ - `.claude/skills/upgrade/` (replaced by `cc-upgrade/`)
196
197
  - `.claude/skills/cabinet-cor-health/` (replaced by `cabinet-cc-health/`)
197
198
 
198
199
  For each: verify the replacement exists before removing the old file.