@self-deprecated/agent-tick
v0.1.1
Published
Human-in-the-loop approval CLI for Agent Tick.
Readme
@self-deprecated/agent-tick
Command-line approval gate for Agent Tick.
Quickstart
Run the hosted-product installer:
npx @self-deprecated/agent-tick installOr install globally first:
npm install -g @self-deprecated/agent-tick
agent-tick installThe installer opens https://agenttick.sh, saves a local Agent Tick token, detects local coding agents, and installs verified hook integrations. Claude Code and Pi are enabled today; other targets are shown as disabled scaffolds until verified.
Use
Create an approval request and wait for a response:
agent-tick request \
--title "Deploy production?" \
--body "Deploy commit abc123" \
--command "deploy production"Run a command only after approval:
agent-tick guard --title "Run migration?" -- ./migrate.shSend a progress update without requesting approval:
agent-tick status --state working "Checking test failures"For Claude Code, the default interactive profile starts hooks in pass-through mode. Route Claude Code steering and permission prompts through Agent Tick when away from the terminal:
agent-tick mode afk
agent-tick mode pass-throughFor unattended Claude Code runs, install with the headless profile:
agent-tick install --target claude --claude-profile headless --claude-steering always --claude-sanctions alwaysManual setup for CI or self-hosted servers:
agent-tick setup --server https://tick.example.com --token agent_...Do not put tokens in logs or committed files.
More documentation: https://github.com/self-deprecated/agent-tick#readme
