Setup
From zero to verified
in three steps.
Every step is a command with a checkable result.
1
Install
The doctor names anything that's off.
git clone https://github.com/Arnavnemade1/Splice.git
cd Splice && npm install && npm run build
node dist/cli.js doctor
2
Connect your agent
splice init prints snippets for Desktop and Cursor.
claude mcp add splice -- node dist/cli.js start
3
Let it work
Intents are verified after they run.
compile_verified_action { intent: 'click "Place order"',
expect: [{ kind: "url_contains", value: "/thanks" }] }
The loop