audit
01Command Claude Code
Perform a thorough audit of the React canvas in ts/workflow-builder/src/ against five categories. Use Agent subagents to explore categories in parallel where possible.
The 30 MB open-source edge AI agent runtime. Run AI agents offline on Linux (Raspberry Pi, Jetson). GPIO, UART, MQTT as first-class nodes. Industrial protocols (OPC-UA, Modbus) on the roadmap.
Command Claude Code
Perform a thorough audit of the React canvas in ts/workflow-builder/src/ against five categories. Use Agent subagents to explore categories in parallel where possible.
Command Claude Code
Author a new workflow node end-to-end — interview intent, design the contract schema, then reconcile both the TS and Go sides.
Command Claude Code
Synchronize the Go side — the engine runtime — with the current contract/workflow.yaml. The TypeScript side has its own sync command (/sync-ts-domain); this one does not touch ts/. Use this after the contract YAML has been edited (or pulled in from fh-backend) to add/remove/change nodes or their argument shapes.
Command Claude Code
Audit the i18n trees for translation completeness across all locales. The hard, error-prone part — which node/param/edge/channel/memory/model descriptions still lack translations — is derived deterministically by a script; the rest are agent checks.
Command Claude Code
Synchronize the TypeScript side — workflow-core domain layer (and any workflow-builder knock-on edits) — with the current contract/workflow.yaml. The Go engine side has its own sync command; this one does not touch go/. Use this after the contract YAML has been edited (or pulled in from fh-backend) to…