Step 137: composition builder

This commit is contained in:
Bill
2026-02-09 17:32:17 -07:00
parent 60f3131ed9
commit 4bfaaa6cce
8 changed files with 238 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ what's already available.
hard enforcement, but it defaults to off.
*Modifies:* `ASTMutationAPI.h`, `WebSocketServer.h`
- [ ] **Step 137: Function composition builder**
- [x] **Step 137: Function composition builder**
New UI mode: "Compose". Shows a visual flow of available library functions.
User picks a function → sees its inputs/outputs → picks the next function
whose input matches the previous output. Builds a pipeline/chain visually.