LICENSE
README.md
pyproject.toml
guardians_of_the_token/__init__.py
guardians_of_the_token/cli.py
guardians_of_the_token/estimate.py
guardians_of_the_token/guard.py
guardians_of_the_token/mcp_server.py
guardians_of_the_token/messages.py
guardians_of_the_token/proxy.py
guardians_of_the_token/test_server.py
guardians_of_the_token/test_support.py
guardians_of_the_token/utils.py
guardians_of_the_token.egg-info/PKG-INFO
guardians_of_the_token.egg-info/SOURCES.txt
guardians_of_the_token.egg-info/dependency_links.txt
guardians_of_the_token.egg-info/entry_points.txt
guardians_of_the_token.egg-info/requires.txt
guardians_of_the_token.egg-info/top_level.txt
guardians_of_the_token/claude/__init__.py
guardians_of_the_token/claude/cap_output.py
guardians_of_the_token/claude/macos_dialog.py
guardians_of_the_token/claude/post_tool_guard.py
guardians_of_the_token/claude/pre_tool_guard.py
guardians_of_the_token/codex/__init__.py
guardians_of_the_token/codex/post_tool_guard.py
guardians_of_the_token/codex/pre_tool_guard.py
tests/test_cli.py
tests/test_estimate.py
tests/test_hooks.py
tests/test_mcp_server.py
tests/test_messages.py