@decantr/cli 3.7.0 → 3.8.0

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.
@@ -729,12 +729,12 @@ async function createContentHealthReport(contentRoot = process.cwd(), options =
729
729
  source: "content",
730
730
  category: "Content Root",
731
731
  severity: "error",
732
- message: "No Decantr registry content was found in this directory.",
732
+ message: "No Decantr content corpus files were found in this directory.",
733
733
  evidence: [
734
734
  "Expected one or more of patterns/, themes/, blueprints/, archetypes/, shells/."
735
735
  ],
736
736
  rule: "content-root-empty",
737
- suggestedFix: "Run this command from a decantr-content style repository.",
737
+ suggestedFix: "Run this command from packages/content or another Decantr content corpus directory.",
738
738
  baseId: "content-root-empty"
739
739
  })
740
740
  );
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./chunk-O7N4CCWS.js";
2
- import "./chunk-NDH3BDXY.js";
1
+ import "./chunk-VULJMJJP.js";
2
+ import "./chunk-IP2CCX2W.js";
3
3
  import "./chunk-56HUEUO3.js";
4
4
  import "./chunk-WAGVDMJV.js";
5
5
  import "./chunk-24JR4ZNG.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  RegistryClient,
3
3
  refreshDerivedFiles
4
- } from "./chunk-NDH3BDXY.js";
4
+ } from "./chunk-IP2CCX2W.js";
5
5
 
6
6
  // src/commands/upgrade.ts
7
7
  import { existsSync, readFileSync, writeFileSync } from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decantr/cli",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "Decantr CLI - adopt, verify, graph, and govern frontend codebases touched by AI agents",
5
5
  "keywords": [
6
6
  "decantr",
@@ -49,11 +49,12 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "ajv": "^8.20.0",
52
- "@decantr/core": "3.6.0",
53
- "@decantr/essence-spec": "3.4.0",
54
- "@decantr/registry": "3.4.0",
55
- "@decantr/telemetry": "3.4.0",
56
- "@decantr/verifier": "3.7.0"
52
+ "@decantr/core": "3.8.0",
53
+ "@decantr/registry": "3.8.0",
54
+ "@decantr/content": "3.8.0",
55
+ "@decantr/verifier": "3.8.0",
56
+ "@decantr/telemetry": "3.8.0",
57
+ "@decantr/essence-spec": "3.8.0"
57
58
  },
58
59
  "scripts": {
59
60
  "build": "tsup",