Finding
During two dogfood cycles, the interactive [y/n] prompt in flg review could not run reliably through an agent shell without PTY support.
Why it matters
FlowGrid should remain a background protocol for natural-language collaboration. A review step that depends on terminal interaction is fragile across agent hosts and increases user-facing workflow friction.
Direction to test
- Prefer host-native, non-interactive review actions where possible.
- Keep CLI review as a compatible fallback.
- Document terminal requirements without exposing project-specific transcripts or paths.
Source
2026-07-08 dogfood observations.
Finding
During two dogfood cycles, the interactive
[y/n]prompt inflg reviewcould not run reliably through an agent shell without PTY support.Why it matters
FlowGrid should remain a background protocol for natural-language collaboration. A review step that depends on terminal interaction is fragile across agent hosts and increases user-facing workflow friction.
Direction to test
Source
2026-07-08 dogfood observations.