ombrise / experiment 003
NOT YET
friction for autonomous agents.
before an agent deploys, deletes, sends, charges or publishes, stop it for a second. show what is about to happen. a person decides. the agent continues.
what it does
- allow harmless work: ls, git status, tests, builds, writing code. no prompts.
- pause consequential actions: force pushes, deletes, production deploys, mass sends, payments, credentials.
- record the decision: an append-only log of what was proposed, why it paused, and who said what.
Griotta slows humans.
NOT YET slows agents.
run it locally · claude code hooks · no account
# the demo agent, in a throwaway sandbox git clone https://github.com/julienaxyomlabs/not-yet && cd not-yet npm install && npm run demo # in a real Claude Code session: register the hooks, keep a watch terminal open node dist/cli.js install . # or --global node dist/cli.js watch