gstack/design/src
Garry Tan b57de95a7f
fix: write ALL feedback to disk so agent can poll in background mode
The agent backgrounds $D serve (Claude Code can't block on a subprocess
and do other work simultaneously). With stdout-only feedback delivery,
the agent never sees regenerate/remix feedback.

Fix: write feedback-pending.json (regenerate/remix) and feedback.json
(submit) to disk next to the board HTML. Agent polls the filesystem
instead of reading stdout. Both channels (stdout + disk) are always
active so foreground mode still works.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 09:52:46 -06:00
..
auth.ts feat: design binary core — generate, check, compare commands 2026-03-26 21:52:16 -06:00
brief.ts feat: design binary core — generate, check, compare commands 2026-03-26 21:52:16 -06:00
check.ts feat: design binary core — generate, check, compare commands 2026-03-26 21:52:16 -06:00
cli.ts feat: add $D gallery command for design history timeline 2026-03-27 08:37:12 -06:00
commands.ts feat: add $D gallery command for design history timeline 2026-03-27 08:37:12 -06:00
compare.ts feat: comparison board UI improvements — option headers, pick confirmation, grid view 2026-03-27 09:46:41 -06:00
design-to-code.ts feat: responsive variants + design-to-code prompt 2026-03-26 22:23:41 -06:00
diff.ts feat: mockup diffing + design intent verification 2026-03-26 22:17:12 -06:00
evolve.ts feat: screenshot-to-mockup evolution ($D evolve) 2026-03-26 22:18:14 -06:00
gallery.ts feat: add $D gallery command for design history timeline 2026-03-27 08:37:12 -06:00
generate.ts feat: design binary core — generate, check, compare commands 2026-03-26 21:52:16 -06:00
iterate.ts feat: design binary variants + iterate commands 2026-03-26 21:59:48 -06:00
memory.ts feat: design memory — extract visual language from mockups into DESIGN.md 2026-03-26 22:16:12 -06:00
serve.ts fix: write ALL feedback to disk so agent can poll in background mode 2026-03-27 09:52:46 -06:00
session.ts feat: design binary core — generate, check, compare commands 2026-03-26 21:52:16 -06:00
variants.ts feat: responsive variants + design-to-code prompt 2026-03-26 22:23:41 -06:00