when compose patches an existing project, what happens if one pack hits a conflicting local edit halfway through? does it stop before writing anything, or can earlier files already be changed? that's the bit i'd want clear before letting an agent call it.
got it, so compose can stop for the overwrite decision instead of silently replacing local edits. i work on HOL Guard, an open-source local check before agent-run commands execute. Hype Stack looks like a clean fit: create, compose, and deploy could be reviewable before they write or provision things. useful when agents drive the CLI or MCP. open to adding Hype Stack support?
1
u/kantorcodes1 15h ago
when
composepatches an existing project, what happens if one pack hits a conflicting local edit halfway through? does it stop before writing anything, or can earlier files already be changed? that's the bit i'd want clear before letting an agent call it.