# PTK Jules Rules
# Minimize token consumption by using the 'ptk' CLI proxy for common commands.

# Instructions for Jules:
# 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>`.
# 5. For cloud tools (docker, kubectl, aws, curl), use `ptk <command>`.

# This project uses PTK (Python Token Killer) to optimize LLM context.
# The binary is expected to be available in the environment.
