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/pr_comment_renderer.py
src/spectra/adapters/progress_reporter.py
src/spectra/adapters/waiver_cli.py
src/spectra/entities/__init__.py
src/spectra/entities/audit.py
src/spectra/entities/disclaimer.py
src/spectra/entities/enums.py
src/spectra/entities/errors.py
src/spectra/entities/models.py
src/spectra/entities/receipt.py
src/spectra/infrastructure/__init__.py
src/spectra/infrastructure/anthropic_adapter.py
src/spectra/infrastructure/anthropic_batch_adapter.py
src/spectra/infrastructure/audit_wiring.py
src/spectra/infrastructure/cache_adapter.py
src/spectra/infrastructure/cost_tracker.py
src/spectra/infrastructure/ed25519_signer.py
src/spectra/infrastructure/git_adapter.py
src/spectra/infrastructure/inmemory_rate_adapter.py
src/spectra/infrastructure/keyring_adapter.py
src/spectra/infrastructure/logging_decorator.py
src/spectra/infrastructure/main.py
src/spectra/infrastructure/notifiers.py
src/spectra/infrastructure/pathspec_filter_adapter.py
src/spectra/infrastructure/receipt_signer.py
src/spectra/infrastructure/redis_cache_adapter.py
src/spectra/infrastructure/redis_rate_adapter.py
src/spectra/infrastructure/regex_secret_scanner.py
src/spectra/infrastructure/report_adapter.py
src/spectra/infrastructure/retry_decorator.py
src/spectra/infrastructure/tiered_cache_adapter.py
src/spectra/infrastructure/tiktoken_adapter.py
src/spectra/infrastructure/yaml_policy_adapter.py
src/spectra/infrastructure/yaml_waiver_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/infrastructure/audit/__init__.py
src/spectra/infrastructure/audit/jsonl_adapter.py
src/spectra/infrastructure/audit/otlp_adapter.py
src/spectra/infrastructure/audit/stdout_adapter.py
src/spectra/infrastructure/history/__init__.py
src/spectra/infrastructure/history/migrations_runner.py
src/spectra/infrastructure/history/postgres_report_store.py
src/spectra/infrastructure/history/sqlite_repo_registry.py
src/spectra/infrastructure/history/sqlite_report_store.py
src/spectra/infrastructure/observability/__init__.py
src/spectra/infrastructure/observability/otel_tracer.py
src/spectra/templates/report_confidential.html.j2
src/spectra/templates/report_public.html.j2
src/spectra/use_cases/__init__.py
src/spectra/use_cases/analyze_repository.py
src/spectra/use_cases/audit.py
src/spectra/use_cases/digest.py
src/spectra/use_cases/drift_detection.py
src/spectra/use_cases/identity_resolver.py
src/spectra/use_cases/injection_scanner.py
src/spectra/use_cases/interfaces.py
src/spectra/use_cases/manage_portfolio.py
src/spectra/use_cases/manage_token_budget.py
src/spectra/use_cases/notifications.py
src/spectra/use_cases/orchestrate_agents.py
src/spectra/use_cases/policy_evaluation.py
src/spectra/use_cases/preflight.py
src/spectra/use_cases/resolve_agent_configs.py
src/spectra/use_cases/source_file_selection.py
src/spectra/use_cases/tracing.py
src/spectra/use_cases/waiver_filter.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
tests/test_action_yml.py
tests/test_copy_scrub.py