LICENSE
README.md
pyproject.toml
src/spectra/__init__.py
src/spectra/adapters/__init__.py
src/spectra/adapters/analysis_presenter.py
src/spectra/adapters/brand.py
src/spectra/adapters/cli_controller.py
src/spectra/adapters/progress_reporter.py
src/spectra/entities/__init__.py
src/spectra/entities/enums.py
src/spectra/entities/errors.py
src/spectra/entities/models.py
src/spectra/infrastructure/__init__.py
src/spectra/infrastructure/anthropic_adapter.py
src/spectra/infrastructure/cache_adapter.py
src/spectra/infrastructure/git_adapter.py
src/spectra/infrastructure/logging_decorator.py
src/spectra/infrastructure/main.py
src/spectra/infrastructure/report_adapter.py
src/spectra/infrastructure/retry_decorator.py
src/spectra/infrastructure/tiktoken_adapter.py
src/spectra/infrastructure/agents/__init__.py
src/spectra/infrastructure/agents/agent_factory.py
src/spectra/infrastructure/agents/base_agent.py
src/spectra/infrastructure/agents/critique_agent.py
src/spectra/infrastructure/agents/meta_prompter.py
src/spectra/infrastructure/agents/specialist_agent.py
src/spectra/infrastructure/agents/specialist_prompts.py
src/spectra/templates/report.html.j2
src/spectra/use_cases/__init__.py
src/spectra/use_cases/analyze_repository.py
src/spectra/use_cases/interfaces.py
src/spectra/use_cases/manage_token_budget.py
src/spectra/use_cases/orchestrate_agents.py
src/spectra/use_cases/resolve_agent_configs.py
src/spectra_ai.egg-info/PKG-INFO
src/spectra_ai.egg-info/SOURCES.txt
src/spectra_ai.egg-info/dependency_links.txt
src/spectra_ai.egg-info/entry_points.txt
src/spectra_ai.egg-info/requires.txt
src/spectra_ai.egg-info/top_level.txt