README.md
pyproject.toml
a3.egg-info/PKG-INFO
a3.egg-info/SOURCES.txt
a3.egg-info/dependency_links.txt
a3.egg-info/entry_points.txt
a3.egg-info/requires.txt
a3.egg-info/top_level.txt
a4/__init__.py
a4/analytics.py
a4/bootstrap.py
a4/cli.py
a4/config.py
a4/container.py
a4/logging.py
a4/plugins.py
a4/sdk.py
a4/workflows.py
a4/ai/__init__.py
a4/ai/anthropic.py
a4/ai/azure.py
a4/ai/base.py
a4/ai/exceptions.py
a4/ai/factory.py
a4/ai/fallback.py
a4/ai/openrouter.py
a4/ai/usage.py
a4/context/__init__.py
a4/context/builder.py
a4/context/cache.py
a4/context/models.py
a4/drafting/__init__.py
a4/drafting/generator.py
a4/drafting/models.py
a4/drafting/repository.py
a4/drafting/service.py
a4/drafting/tools.py
a4/planning/__init__.py
a4/planning/models.py
a4/planning/repository.py
a4/planning/service.py
a4/premium_api/__init__.py
a4/premium_api/api.py
a4/premium_api/audit.py
a4/premium_api/auth.py
a4/premium_api/billing.py
a4/premium_api/bootstrap.py
a4/premium_api/client.py
a4/premium_api/config.py
a4/premium_api/hashing.py
a4/premium_api/jobs.py
a4/premium_api/models.py
a4/premium_api/observability.py
a4/premium_api/providers.py
a4/premium_api/queue.py
a4/premium_api/rate_limiter.py
a4/premium_api/secrets.py
a4/premium_api/security.py
a4/premium_api/server.py
a4/premium_api/services.py
a4/premium_api/storage.py
a4/premium_api/webhooks.py
a4/premium_api/worker.py
a4/specs/__init__.py
a4/specs/generator.py
a4/specs/models.py
a4/specs/repository.py
a4/specs/requirements.py
a4/specs/service.py
a4/validation/__init__.py
a4/validation/models.py
a4/validation/repository.py
a4/validation/runner.py
a4/validation/service.py
tests/test_ai_connector.py
tests/test_cli.py
tests/test_cli_draft.py
tests/test_cli_formatting.py
tests/test_cli_plan.py
tests/test_cli_spec.py
tests/test_cli_validate.py
tests/test_config_loader.py
tests/test_container.py
tests/test_context_builder.py
tests/test_drafting_service.py
tests/test_logging.py
tests/test_planning_service.py
tests/test_premium_api_api.py
tests/test_premium_api_client.py
tests/test_premium_api_key_service.py
tests/test_premium_api_observability.py
tests/test_premium_api_providers.py
tests/test_premium_api_secrets.py
tests/test_premium_api_server.py
tests/test_premium_api_webhooks.py
tests/test_premium_api_worker.py
tests/test_requirements_catalog.py
tests/test_spec_service.py
tests/test_validation_repository.py
tests/test_validation_service.py