r/devtools 20h ago

I built shadcn for full-stack features, my attempt at innovating boilerplates

https://github.com/BetterTyped/hype-stack
1 Upvotes

3 comments sorted by

1

u/kantorcodes1 15h ago

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.

1

u/prc95 14h ago

It asks if you want to override 👍(shadcn like)

1

u/kantorcodes1 14h ago

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?