rippy-cli 0.2.0

A shell command safety hook for AI coding tools (Claude Code, Cursor, Gemini CLI) — Rust rewrite of Dippy
Documentation
/target

# Astro site (site/)
site/node_modules
site/dist
site/.astro

# Playwright MCP session artifacts (browser logs, snapshots, screenshots)
.playwright-mcp/

# Claude Code — ignore everything under .claude/ except the shared
# commands/ and scripts/ directories, so local settings, worktrees, and
# session artifacts don't get accidentally committed.
.claude/*
!.claude/commands/
!.claude/scripts/

# JetBrains IDE project files
.idea/

# tokf session caches, hooks, and rewrites (user-local)
.tokf/