@weave-kit/engine 0.1.3 → 0.1.4

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
@@ -85,14 +85,16 @@ weave mcp:config # ready-to-paste config for Claude Code / Cursor / VS
85
85
 
86
86
  ## Documentation
87
87
 
88
- Docs index: **[docs/](https://github.com/weavekit/engine/blob/main/docs/README.md)**
89
-
90
- - [Getting started](https://github.com/weavekit/engine/blob/main/docs/guides/getting-started.md) — scaffold, migrate, run, consume
91
- - [Schema guide](https://github.com/weavekit/engine/blob/main/docs/guides/schema.md) · [RBAC](https://github.com/weavekit/engine/blob/main/docs/guides/rbac.md) · [Formulas](https://github.com/weavekit/engine/blob/main/docs/guides/formulas.md) · [Audit](https://github.com/weavekit/engine/blob/main/docs/guides/audit.md)
92
- - [CLI reference](https://github.com/weavekit/engine/blob/main/docs/guides/cli.md) · [MCP](https://github.com/weavekit/engine/blob/main/docs/guides/mcp.md) · [Script hooks](https://github.com/weavekit/engine/blob/main/docs/guides/script-hooks.md)
93
- - [Custom tools & guardrails](https://github.com/weavekit/engine/blob/main/docs/guides/custom-tools-and-guardrails.md) · [Quotas](https://github.com/weavekit/engine/blob/main/docs/guides/quotas.md) · [Inbound events](https://github.com/weavekit/engine/blob/main/docs/guides/ingress.md)
94
- - [Public API & dependency budget](https://github.com/weavekit/engine/blob/main/docs/reference/public-api.md)
95
- - [Practices & operations](https://github.com/weavekit/engine/blob/main/docs/practices/existing-crm-to-mcp.md) — real integration and deployment walkthroughs
88
+ Full documentation: **[docs.weavekit.io/engine](https://docs.weavekit.io/engine)**
89
+
90
+ - [Getting started](https://docs.weavekit.io/engine/guides/getting-started) — scaffold, migrate, run, consume
91
+ - [Schema guide](https://docs.weavekit.io/engine/guides/schema) · [RBAC](https://docs.weavekit.io/engine/guides/rbac) · [Formulas](https://docs.weavekit.io/engine/guides/formulas) · [Audit](https://docs.weavekit.io/engine/guides/audit)
92
+ - [CLI reference](https://docs.weavekit.io/engine/guides/cli) · [MCP](https://docs.weavekit.io/engine/guides/mcp) · [Script hooks](https://docs.weavekit.io/engine/guides/script-hooks)
93
+ - [Custom tools & guardrails](https://docs.weavekit.io/engine/guides/custom-tools-and-guardrails) · [Quotas](https://docs.weavekit.io/engine/guides/quotas) · [Inbound events](https://docs.weavekit.io/engine/guides/ingress)
94
+ - [Public API & dependency budget](https://docs.weavekit.io/engine/reference/public-api)
95
+ - [Practices & operations](https://docs.weavekit.io/engine/practices/existing-crm-to-mcp) — real integration and deployment walkthroughs
96
+
97
+ The Markdown sources live in [`docs/`](https://github.com/weavekit/engine/tree/main/docs).
96
98
 
97
99
  ## Programmatic use
98
100
 
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  /** engine version — single source of truth for CLI, ops routes and MCP metadata */
2
- export declare const version = "0.1.3";
2
+ export declare const version = "0.1.4";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /** engine version — single source of truth for CLI, ops routes and MCP metadata */
2
- export const version = '0.1.3';
2
+ export const version = '0.1.4';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weave-kit/engine",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "WeaveKit engine — metadata-driven headless backend runtime",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",