LICENSE
README.md
pyproject.toml
axion/__init__.py
axion/cli/doctor.py
axion/cli/main.py
axion/core/ast_utils.py
axion/core/config.py
axion/core/i18n.py
axion/core/indexing.py
axion/core/plugins.py
axion/core/providers.py
axion/core/trace.py
axion/models/base.py
axion/plugins/__init__.py
axion/plugins/files.py
axion/plugins/automode/__init__.py
axion/plugins/automode/plugin.py
axion/plugins/council/__init__.py
axion/plugins/council/plugin.py
axion/reasoning/engine.py
axion/reasoning/session.py
axion/schemas/review.py
axion/tools/base.py
axion/tools/context.py
axion/tools/diff.py
axion/tools/git.py
axionflow.egg-info/PKG-INFO
axionflow.egg-info/SOURCES.txt
axionflow.egg-info/dependency_links.txt
axionflow.egg-info/entry_points.txt
axionflow.egg-info/requires.txt
axionflow.egg-info/top_level.txt
tests/test_ast.py
tests/test_basic.py
tests/test_diff.py
tests/test_interactive.py
tests/test_plugins.py
tests/test_review_mock.py
tests/test_strict_guards.py