warden-cli 0.1.1

A local, read-only CLI that analyzes your coding agent's session logs and turns that analysis into skills, slash commands, and prompts.
Documentation
# Rust / Cargo
/target
debug/

# rustfmt / clippy --fix backups
**/*.rs.bk

# MSVC debugging info
*.pdb

# Cursor
.cursor/
.cursorindexingignore

# Environment variables
.env

# Python
__pycache__/
*.py[cod]
.venv/
/dist/
.pytest_cache/