@synergenius/flow-weaver 0.9.2 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergenius/flow-weaver",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "description": "Deterministic workflow compiler for AI agents. Compiles to standalone TypeScript, no runtime dependencies.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -100,7 +100,8 @@
100
100
  "docs": "typedoc && tsx scripts/generate-grammar-docs.ts",
101
101
  "docs:serve": "npm run docs && npx http-server docs/api -c-1 -o",
102
102
  "prepare": "npm run build",
103
- "cli": "tsx src/cli/index.ts"
103
+ "cli": "tsx src/cli/index.ts",
104
+ "diagram": "tsx scripts/generate-diagram.ts"
104
105
  },
105
106
  "keywords": [
106
107
  "flow-weaver",