@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 +10 -8
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
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
|
-
|
|
89
|
-
|
|
90
|
-
- [Getting started](https://
|
|
91
|
-
- [Schema guide](https://
|
|
92
|
-
- [CLI reference](https://
|
|
93
|
-
- [Custom tools & guardrails](https://
|
|
94
|
-
- [Public API & dependency budget](https://
|
|
95
|
-
- [Practices & operations](https://
|
|
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
package/dist/version.js
CHANGED