Strengthen post-action verification for real UI workflows #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
High-impact actions still require the agent to stitch together its own click-then-check loop. We have
/action/verify, but richer postconditions would make important actions much safer.Desired capability
Expand verification primitives so an action can assert things like:
Start Recording->Stop Recording)Why
This would make destructive or high-stakes actions much more trustworthy without requiring ad-hoc recapture logic after every click.