@directive-run/knowledge 1.13.0 → 1.14.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/package.json +3 -3
  2. package/sitemap.md +18 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directive-run/knowledge",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "Knowledge files, examples, and validation for Directive — the constraint-driven TypeScript runtime.",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "author": "Jason Comes",
@@ -51,8 +51,8 @@
51
51
  "tsx": "^4.19.2",
52
52
  "typescript": "^5.7.2",
53
53
  "vitest": "^3.0.0",
54
- "@directive-run/core": "1.13.0",
55
- "@directive-run/ai": "1.13.0"
54
+ "@directive-run/core": "1.14.0",
55
+ "@directive-run/ai": "1.14.0"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsx scripts/generate-api-skeleton.ts && tsx scripts/generate-sitemap.ts && tsx scripts/extract-examples.ts && tsup",
package/sitemap.md CHANGED
@@ -53,8 +53,10 @@ Website: https://directive.run
53
53
  - [GraphQL](https://directive.run/docs/data-fetching/graphql)
54
54
  - [Explain & Debug](https://directive.run/docs/data-fetching/explain)
55
55
 
56
- ### Advanced
56
+ ### Advanced Patterns
57
57
  - [Overview](https://directive.run/docs/advanced/overview)
58
+ - [Data-form Definitions](https://directive.run/docs/data-triggers)
59
+ - [Resolver Binding (owns)](https://directive.run/docs/resolver-binding)
58
60
  - [Multi-Module](https://directive.run/docs/advanced/multi-module)
59
61
  - [Runtime Dynamics](https://directive.run/docs/advanced/runtime)
60
62
  - [History & Snapshots](https://directive.run/docs/advanced/history)
@@ -62,10 +64,24 @@ Website: https://directive.run
62
64
  - [Error Boundaries](https://directive.run/docs/advanced/errors)
63
65
  - [Definition Meta](https://directive.run/docs/advanced/meta)
64
66
 
67
+ ### Analysis & Tooling
68
+ - [Predicate Backtest (replay-under)](https://directive.run/docs/replay-under)
69
+ - [Parameter Sweep (tune)](https://directive.run/docs/tune)
70
+ - [Rules Diff](https://directive.run/docs/rules-diff)
71
+ - [Predicate Codegen (SQL/Mongo/PostgREST)](https://directive.run/docs/predicate-codegen)
72
+ - [predict()](https://directive.run/docs/predict)
73
+ - [doctor.checkAgainst()](https://directive.run/docs/doctor)
74
+ - [describePredicate (prose)](https://directive.run/docs/describe-predicate)
75
+
76
+ ### LLM Integration
77
+ - [predicateFromIntent](https://directive.run/docs/predicate-from-intent)
78
+ - [Audit Ledger](https://directive.run/docs/audit-ledger)
79
+
65
80
  ### Plugins
66
81
  - [Overview](https://directive.run/docs/plugins/overview)
67
82
  - [Logging](https://directive.run/docs/plugins/logging)
68
83
  - [DevTools](https://directive.run/docs/plugins/devtools)
84
+ - [DevTools – whenExplain panel](https://directive.run/docs/when-explain-panel)
69
85
  - [Persistence](https://directive.run/docs/plugins/persistence)
70
86
  - [Performance](https://directive.run/docs/plugins/performance)
71
87
  - [Circuit Breaker](https://directive.run/docs/plugins/circuit-breaker)
@@ -91,6 +107,7 @@ Website: https://directive.run
91
107
  - [Error Boundaries](https://directive.run/docs/examples/error-boundaries)
92
108
  - [Fraud Analysis](https://directive.run/docs/examples/fraud-analysis)
93
109
  - [Dashboard Loader](https://directive.run/docs/examples/dashboard-loader)
110
+ - [Compliance Audit](https://directive.run/docs/examples/compliance-audit)
94
111
 
95
112
  ### Guides
96
113
  - [Overview](https://directive.run/docs/guides/overview)