@aiready/core 0.24.0 → 0.24.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,11 +9,11 @@
9
9
 
10
10
 
11
11
  🎛️ @aiready/cli (orchestrator)
12
- │ │ │ │ │ │ │ │ │
13
- ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
14
- [PAT] [CTX] [CON] [AMP] [DEP] [DOC] [SIG] [AGT] [TST]
15
- │ │ │ │ │ │ │ │ │
16
- └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
12
+ │ │ │ │ │ │ │ │ │
13
+ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
14
+ [PAT] [CTX] [CON] [AMP] [DEP] [DOC] [SIG] [AGT] [TST] [CTR]
15
+ │ │ │ │ │ │ │ │ │
16
+ └─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
17
17
 
18
18
 
19
19
  🏢 @aiready/core ← YOU ARE HERE
@@ -23,7 +23,7 @@ Legend:
23
23
  CON = consistency AMP = change-amplification
24
24
  DEP = deps-health DOC = doc-drift
25
25
  SIG = ai-signal-clarity AGT = agent-grounding
26
- TST = testability
26
+ TST = testability CTR = contract-enforcement
27
27
  ```
28
28
 
29
29
  ## Overview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/core",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Shared utilities for AIReady analysis tools",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",