LICENSE
README.md
pyproject.toml
src/aiuse/__init__.py
src/aiuse/__main__.py
src/aiuse/ai_stub.py
src/aiuse/cli.py
src/aiuse/config.py
src/aiuse/models.py
src/aiuse/report.py
src/aiuse.egg-info/PKG-INFO
src/aiuse.egg-info/SOURCES.txt
src/aiuse.egg-info/dependency_links.txt
src/aiuse.egg-info/entry_points.txt
src/aiuse.egg-info/requires.txt
src/aiuse.egg-info/top_level.txt
src/aiuse/analysis/__init__.py
src/aiuse/analysis/history.py
src/aiuse/analysis/pace.py
src/aiuse/analysis/use_or_lose.py
src/aiuse/collectors/__init__.py
src/aiuse/collectors/base.py
src/aiuse/collectors/codexbar.py
src/aiuse/collectors/cswap.py
src/aiuse/collectors/runner.py
src/aiuse/collectors/tokscale.py
src/aiuse/tui/__init__.py
src/aiuse/tui/app.py
src/aiuse/tui/builders.py
tests/test_base_run_json.py
tests/test_cli.py
tests/test_codexbar_parse.py
tests/test_config.py
tests/test_cswap_parse.py
tests/test_history.py
tests/test_models_pace.py
tests/test_pace.py
tests/test_report.py
tests/test_runner_consolidation.py
tests/test_tokscale_parse.py
tests/test_tui.py
tests/test_use_or_lose.py