@decantr/registry 2.2.0 → 3.0.0-next.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.
Files changed (2) hide show
  1. package/README.md +11 -7
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Support status: `core-supported`
4
4
  Release channel: `stable`
5
5
 
6
- Registry contracts, schemas, API client, ranking helpers, and content utilities for Decantr.
6
+ Certified vocabulary contracts, schemas, API client, ranking helpers, and content utilities for Decantr.
7
7
 
8
8
  ## Install
9
9
 
@@ -13,12 +13,12 @@ npm install @decantr/registry
13
13
 
14
14
  ## What It Exports
15
15
 
16
- - strong types for patterns, themes, blueprints, archetypes, shells, and intelligence metadata
17
- - `ContentHealthReport` types for registry content supply-chain health artifacts
16
+ - strong types for patterns, themes, starter-kit blueprints, archetypes, shells, and intelligence metadata
17
+ - `ContentHealthReport` types for vocabulary supply-chain health artifacts
18
18
  - `RegistryAPIClient` for server-side and tool-side registry access
19
19
  - `@decantr/registry/client` for web-safe API usage
20
- - public schema exports for registry content, content health, and summary responses
21
- - ranking and sorting helpers for public registry content
20
+ - public schema exports for vocabulary content, content health, and summary responses
21
+ - ranking and sorting helpers for public vocabulary content
22
22
  - Brownfield-aware pattern discovery helpers: `patternToDiscoveryCandidate()`, `scorePatternCandidate()`, and `rankPatternCandidates()`
23
23
  - blueprint portfolio metadata helpers for public `All`, `Featured`, `Certified`, and `Labs` registry cuts
24
24
 
@@ -63,9 +63,9 @@ This package owns the canonical registry schemas published under `@decantr/regis
63
63
 
64
64
  Blueprint records can include `blueprint_portfolio` metadata. List/search summaries expose that metadata so clients can show public-facing blueprint sets without leaking internal maturity labels:
65
65
 
66
- - `all` — supported public blueprints, excluding Labs and folded slugs by default
66
+ - `all` — supported public starter-kit blueprints, excluding Labs and folded slugs by default
67
67
  - `featured` — curated default discovery picks
68
- - `certified` — blueprints with certified artifact metadata
68
+ - `certified` — starter kits with certified artifact metadata
69
69
  - `labs` — opt-in experimental directions
70
70
 
71
71
  ## Compatibility
@@ -76,6 +76,10 @@ Blueprint records can include `blueprint_portfolio` metadata. List/search summar
76
76
  - additive response fields may be introduced without breaking the stable contract
77
77
  - breaking client, schema, or path changes require a major version
78
78
 
79
+ ## Security And Permissions
80
+
81
+ `@decantr/registry` provides registry schemas, content utilities, and API clients. It may read explicit local registry JSON files when resolver helpers are used, and it may call the configured Decantr API base URL when client methods are invoked. It does not write files, spawn processes, emit telemetry, or upload source by itself. See [security permissions](https://decantr.ai/reference/security-permissions.md).
82
+
79
83
  ## License
80
84
 
81
85
  MIT
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@decantr/registry",
3
- "version": "2.2.0",
4
- "description": "Registry contracts, schemas, API client, and content utilities for Decantr",
3
+ "version": "3.0.0-next.0",
4
+ "description": "Certified vocabulary contracts, schemas, API client, and content utilities for Decantr",
5
5
  "keywords": [
6
6
  "decantr",
7
7
  "decantr-ai",
8
8
  "registry",
9
- "design-registry",
9
+ "certified-vocabulary",
10
10
  "ui-patterns",
11
- "blueprints",
11
+ "starter-kits",
12
12
  "archetypes",
13
- "design-intelligence",
14
- "ai-generated-ui",
13
+ "ai-frontend-governance",
14
+ "design-contracts",
15
15
  "content-health"
16
16
  ],
17
17
  "author": "Decantr AI",
@@ -69,7 +69,7 @@
69
69
  "access": "public"
70
70
  },
71
71
  "dependencies": {
72
- "@decantr/essence-spec": "2.0.1"
72
+ "@decantr/essence-spec": "3.0.0-next.0"
73
73
  },
74
74
  "scripts": {
75
75
  "build": "tsup",