LICENSE
README.md
pyproject.toml
src/autonoma/__init__.py
src/autonoma/__main__.py
src/autonoma/audit.py
src/autonoma/cli.py
src/autonoma/config.py
src/autonoma/decisions.py
src/autonoma/engine.py
src/autonoma/fixer.py
src/autonoma/history.py
src/autonoma/policy.py
src/autonoma/reporter.py
src/autonoma/scanner.py
src/autonoma/_internal/__init__.py
src/autonoma/_internal/ast_engine.py
src/autonoma/_internal/git.py
src/autonoma/_internal/heuristics.py
src/autonoma/_internal/merge_utils.py
src/autonoma/_internal/secret_fixer.py
src/autonoma_cli.egg-info/PKG-INFO
src/autonoma_cli.egg-info/SOURCES.txt
src/autonoma_cli.egg-info/dependency_links.txt
src/autonoma_cli.egg-info/entry_points.txt
src/autonoma_cli.egg-info/requires.txt
src/autonoma_cli.egg-info/top_level.txt
tests/test_acceptance.py
tests/test_ast_expansion.py
tests/test_audit.py
tests/test_ci_mode.py
tests/test_critical.py
tests/test_detect_only.py
tests/test_env_contract.py
tests/test_harness.py
tests/test_history.py
tests/test_ignore.py
tests/test_metrics.py
tests/test_operational_trust.py
tests/test_parse_error.py
tests/test_policy.py
tests/test_policy_trace_parity.py
tests/test_pre_commit.py
tests/test_repo_categories.py
tests/test_strict.py
tests/test_trace_in_fix_output.py