@decantr/registry 3.8.0 → 3.8.1

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/README.md CHANGED
@@ -15,7 +15,7 @@ npm install @decantr/registry
15
15
 
16
16
  ## What It Exports
17
17
 
18
- - strong types for patterns, themes, starter-kit blueprints, archetypes, shells, and intelligence metadata
18
+ - strong types for patterns, themes, official blueprints, archetypes, shells, and intelligence metadata
19
19
  - `ContentHealthReport` types for vocabulary supply-chain health artifacts
20
20
  - `RegistryAPIClient` for server-side and tool-side content API access
21
21
  - `@decantr/registry/client` for web-safe API usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decantr/registry",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Legacy compatibility package for Decantr content contracts, schemas, and API client utilities",
5
5
  "keywords": [
6
6
  "decantr",
@@ -70,8 +70,8 @@
70
70
  "access": "public"
71
71
  },
72
72
  "dependencies": {
73
- "@decantr/content": "3.8.0",
74
- "@decantr/essence-spec": "3.8.0"
73
+ "@decantr/content": "3.8.1",
74
+ "@decantr/essence-spec": "3.8.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "tsup",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "blueprint_portfolio": {
34
34
  "type": "object",
35
- "description": "Registry portfolio metadata for public blueprint discovery. This controls Featured/All/Labs presentation without changing direct slug availability.",
35
+ "description": "Content portfolio metadata for blueprint discovery. This controls Featured/All/Labs presentation without changing direct slug availability.",
36
36
  "required": [
37
37
  "visibility",
38
38
  "maturity",
@@ -98,7 +98,8 @@
98
98
  "$ref": "#/$defs/nonEmptyString"
99
99
  },
100
100
  "atoms": {
101
- "$ref": "#/$defs/nonEmptyString"
101
+ "$ref": "#/$defs/nonEmptyString",
102
+ "description": "Legacy @decantr/css adapter hint. Other adoption modes use the semantic layout contract."
102
103
  },
103
104
  "slots": {
104
105
  "$ref": "#/$defs/stringMap"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "https://decantr.ai/schemas/registry-intelligence-summary.v1.json",
4
- "title": "Decantr Registry Intelligence Summary",
4
+ "title": "Decantr Content Intelligence Summary",
5
5
  "type": "object",
6
6
  "required": [
7
7
  "$schema",
@@ -44,7 +44,8 @@
44
44
  "type": "string"
45
45
  },
46
46
  "atoms": {
47
- "type": "string"
47
+ "type": "string",
48
+ "description": "Legacy @decantr/css adapter hint. Contract-only and style-bridge workflows ignore this field."
48
49
  },
49
50
  "config": {
50
51
  "type": "object",
@@ -59,6 +60,7 @@
59
60
  },
60
61
  "internal_layout": {
61
62
  "type": "object",
63
+ "description": "Semantic shell-region layout. Nested atoms fields are legacy adapter hints and are not emitted as contract-only styling instructions.",
62
64
  "additionalProperties": true
63
65
  },
64
66
  "code": {