LICENSE
README.md
pyproject.toml
aletheore/__init__.py
aletheore/answer.py
aletheore/architecture.py
aletheore/cli.py
aletheore/credentials.py
aletheore/dashboard.py
aletheore/dead_code.py
aletheore/device_auth.py
aletheore/endpoints.py
aletheore/evidence.py
aletheore/healthcheck.py
aletheore/history.py
aletheore/licenses.py
aletheore/managed_audit_client.py
aletheore/mcp_server.py
aletheore/pr_comment.py
aletheore/query.py
aletheore/report.py
aletheore/search_index.py
aletheore/secrets.py
aletheore/toon_encoding.py
aletheore/vulnerabilities.py
aletheore.egg-info/PKG-INFO
aletheore.egg-info/SOURCES.txt
aletheore.egg-info/dependency_links.txt
aletheore.egg-info/entry_points.txt
aletheore.egg-info/requires.txt
aletheore.egg-info/top_level.txt
aletheore/adapters/__init__.py
aletheore/adapters/anthropic_native.py
aletheore/adapters/base.py
aletheore/adapters/claude_code.py
aletheore/adapters/codex_cli.py
aletheore/adapters/gemini_cli.py
aletheore/adapters/grok_build.py
aletheore/adapters/mistral_vibe.py
aletheore/adapters/openai_compatible.py
aletheore/adapters/opencode.py
aletheore/git_intel/__init__.py
aletheore/git_intel/analyzer.py
aletheore/manual/part-1-operating-instructions.md
aletheore/manual/part-2-repository-intelligence.md
aletheore/manual/part-3-git-intelligence.md
aletheore/manual/part-4-architecture.md
aletheore/manual/part-5-security.md
aletheore/manual/part-6-ai-usage.md
aletheore/manual/part-7-perspectives.md
aletheore/manual/part-9-roadmap.md
aletheore/scanner/__init__.py
aletheore/scanner/detect.py
aletheore/scanner/graph.py
aletheore/static/logo.png
tests/test_adapters.py
tests/test_answer.py
tests/test_anthropic_adapter.py
tests/test_architecture.py
tests/test_cli.py
tests/test_cli_agent_adapters.py
tests/test_credentials.py
tests/test_dashboard.py
tests/test_dead_code.py
tests/test_detect.py
tests/test_device_auth.py
tests/test_endpoints.py
tests/test_evidence.py
tests/test_git_intel.py
tests/test_graph.py
tests/test_graph_cpp.py
tests/test_graph_csharp.py
tests/test_graph_go.py
tests/test_graph_java.py
tests/test_graph_php.py
tests/test_graph_ruby.py
tests/test_graph_rust.py
tests/test_healthcheck.py
tests/test_history.py
tests/test_licenses.py
tests/test_managed_audit_client.py
tests/test_mcp_server.py
tests/test_openai_compatible_adapter.py
tests/test_pr_comment.py
tests/test_query.py
tests/test_scaffold.py
tests/test_search_index.py
tests/test_secrets.py
tests/test_secrets_history.py
tests/test_toon_encoding.py
tests/test_vulnerabilities.py