# PTK Cursor Rules
# Minimize token consumption by using the 'ptk' CLI proxy.

# Instructions for Cursor:
# 1. When you need to read a file, use `ptk read <file>` instead of `cat`.
# 2. When you need to list directories, use `ptk ls <path>` instead of `ls`.
# 3. For any git command (status, diff, log, add, commit), prefix with `ptk`.
# 4. For test runners (pytest, cargo test, npm test), use `ptk <command>`.

# This ensures 60-90% token savings during your session.
