@tuongaz/seeflow 0.1.53 → 0.1.55
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 +6 -6
- package/dist/web/assets/{index-D0Yws3IP.js → index-Bn_TS_Fi.js} +920 -920
- package/dist/web/assets/{index-DSfixlbD.css → index-CwfFCUzZ.css} +1 -1
- package/dist/web/assets/{index.es-WyxtjgxH.js → index.es-DFLQGnz3.js} +1 -1
- package/dist/web/assets/{jspdf.es.min-B5fW8sRe.js → jspdf.es.min-DOqDFz38.js} +3 -3
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,16 +54,16 @@ npx skills add tuongaz/seeflow
|
|
|
54
54
|
|
|
55
55
|
The plugin scans your routes and database connections, generates `flow.json`, wires up demo scripts, and opens the canvas at localhost:4321.
|
|
56
56
|
|
|
57
|
-
### `/seeflow-
|
|
57
|
+
### `/seeflow-design` — consult an existing flow
|
|
58
58
|
|
|
59
59
|
Once a flow is registered, agents can read it back as architectural ground truth:
|
|
60
60
|
|
|
61
61
|
```
|
|
62
|
-
/seeflow-
|
|
63
|
-
/seeflow-
|
|
64
|
-
/seeflow-
|
|
65
|
-
/seeflow-
|
|
66
|
-
/seeflow-
|
|
62
|
+
/seeflow-design list # catalog of registered flows
|
|
63
|
+
/seeflow-design flow <id> # nodes + connectors (no detail content)
|
|
64
|
+
/seeflow-design node <flowId> <nodeId> # single node with detail/html inlined
|
|
65
|
+
/seeflow-design flow <id> --full # everything inlined
|
|
66
|
+
/seeflow-design node <flowId> <nodeId> --with-scripts # adds play.ts / status.ts bodies
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
Read-only. JSON output. Start cheapest (`list`) and drill in.
|