b370d96504
What: Feedback (back) edges now alternate between left and right sides instead of all routing to the right. Why: Multiple feedback edges targeting the same node (e.g. reviewer→coder and tester→coder) were overlapping on the right side. Changes: - types.ts: add feedbackSide field to ConditionEdgeData - use-layout.ts: track feedback count per target, alternate sides - condition-edge.tsx: feedbackPath() accepts side param, mirrors path for left Ref: #247, closes #249
@uncaged/workflow-dashboard
Web dashboard for the Uncaged Workflow engine. Connects to the local
uncaged-workflow serve API to display threads, workflows, and CAS data.
Development
# Start the local API server (in another terminal)
uncaged-workflow serve
# Start the dashboard dev server
bun run dev
Opens at http://localhost:5173. Vite proxies /api/* to localhost:7860.
Build
bun run build
Output goes to dist/ — static files ready for CF Pages or any host.