I ran gate.cat on my own AI assistant while it was launching gate.cat — it blocked it twice #1
BGMLAI
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Kicking off this category with a founder-dogfooding note (not a user report — these don't count
toward anything; they're just honest first data).
While an AI coding assistant was preparing this launch on my machine, gate.cat's own Claude Code
hook vetoed its commands twice, unprompted:
Both were reasonable things the assistant wanted to do — and both are exactly the shape the gate is
built to stop: pipe-to-interpreter and a hard reset that throws away local work. The point isn't
that these were catastrophic; it's that the gate fired outside the assistant's control flow,
without anyone remembering to ask it to.
Two honest gaps I hit the same session (documenting them because misses matter more than catches):
git commit -m "..."slipped a false block on the message body;git commit -F file && git pushon one line false-blocked as a force-push (-Fmatched-f).Both are now known-gaps / fix candidates. If gate.cat blocks (or misses) something for you,
please open a veto story —
that's the whole feedback loop.
— founder
Beta Was this translation helpful? Give feedback.
All reactions