Generated 2026-03-21 20:43 UTC · eyepatchdb.com/commands
Git & Sync
git status / diff
Check working tree state and pending changes
git status
git diff --stat HEAD
files changed vs HEAD
Alerts & Comms
comm-check
Read recent inbound messages from comm:inbound. Decrypts with ~/.comm_key.
~/bin/comm-check
last 100 messages
~/bin/comm-check --since 2026-01-01T00:00:00Z
messages after timestamp
Token Management
token-log
Append token usage record to ~/.claude/token-usage.log. Rotates at 10MB.
~/bin/token-log --input 1000 --output 500 --session abc123
Session & Tasks
digest-conversation
Extract notes/digests from a Claude session transcript to digest-staging/.
~/bin/digest-conversation <session-id>
manual mode
~/bin/digest-conversation <session-id> <start-line>
from specific line
Dashboard & Monitoring
log-viewer
View structured task logs.
~/bin/log-viewer.py
view logs/task-log.jsonl
Project Runners
claude-retry
Wrapper for `claude` CLI that retries on rate limit with exponential backoff.
~/bin/claude-retry --print --prompt 'your prompt'
Cloud & Servers
hetzner-create-server
Provision a new Hetzner VPS.
~/bin/hetzner-create-server.sh
Deployment
commands page — regenerate
Regenerate this command reference page from commands.json and deploy.
cd ~/iclaude-projects/projects/tools/eyepatchdb/commands && python3 generate.py
regenerate index.html
~/iclaude-projects/projects/tools/eyepatchdb/deploy.sh
then deploy