README.md
pyproject.toml
src/contractforge_ai/__init__.py
src/contractforge_ai/cli.py
src/contractforge_ai/cli_context_commands.py
src/contractforge_ai/cli_generation_helpers.py
src/contractforge_ai/cli_io.py
src/contractforge_ai/cli_onboarding_commands.py
src/contractforge_ai/cli_output.py
src/contractforge_ai/cli_parser.py
src/contractforge_ai/cli_payload.py
src/contractforge_ai/cli_project_generation.py
src/contractforge_ai/cli_prompt_evaluation.py
src/contractforge_ai/cli_validation_commands.py
src/contractforge_ai/cli_workflows.py
src/contractforge_ai/connectors.py
src/contractforge_ai/models.py
src/contractforge_ai/reports.py
src/contractforge_ai/reports_translation.py
src/contractforge_ai/write_modes.py
src/contractforge_ai.egg-info/PKG-INFO
src/contractforge_ai.egg-info/SOURCES.txt
src/contractforge_ai.egg-info/dependency_links.txt
src/contractforge_ai.egg-info/entry_points.txt
src/contractforge_ai.egg-info/requires.txt
src/contractforge_ai.egg-info/top_level.txt
src/contractforge_ai/adapter_validation/__init__.py
src/contractforge_ai/adapter_validation/models.py
src/contractforge_ai/adapter_validation/registry.py
src/contractforge_ai/adapter_validation/validation.py
src/contractforge_ai/agentic/__init__.py
src/contractforge_ai/agentic/context.py
src/contractforge_ai/agentic/generate.py
src/contractforge_ai/agentic/governance.py
src/contractforge_ai/agentic/intent.py
src/contractforge_ai/agentic/models.py
src/contractforge_ai/agentic/planning.py
src/contractforge_ai/agentic/transform.py
src/contractforge_ai/context/__init__.py
src/contractforge_ai/context/databricks.py
src/contractforge_ai/context/knowledge.py
src/contractforge_ai/context/loaders.py
src/contractforge_ai/context/project.py
src/contractforge_ai/context/redaction.py
src/contractforge_ai/enrichment/__init__.py
src/contractforge_ai/enrichment/core.py
src/contractforge_ai/evaluation/__init__.py
src/contractforge_ai/evaluation/enrichment_quality.py
src/contractforge_ai/evaluation/prompts.py
src/contractforge_ai/evaluation/provider_live.py
src/contractforge_ai/evaluation/structured.py
src/contractforge_ai/explainers/__init__.py
src/contractforge_ai/explainers/failure.py
src/contractforge_ai/generators/__init__.py
src/contractforge_ai/generators/contract.py
src/contractforge_ai/generators/environments.py
src/contractforge_ai/generators/metadata.py
src/contractforge_ai/generators/project.py
src/contractforge_ai/generators/shape.py
src/contractforge_ai/generators/targets.py
src/contractforge_ai/integrations/__init__.py
src/contractforge_ai/integrations/contractforge_naming.py
src/contractforge_ai/intelligence/__init__.py
src/contractforge_ai/intelligence/critique.py
src/contractforge_ai/intelligence/routing.py
src/contractforge_ai/observability/__init__.py
src/contractforge_ai/observability/control_tables.py
src/contractforge_ai/onboarding/__init__.py
src/contractforge_ai/onboarding/agent_assets.py
src/contractforge_ai/onboarding/discovery.py
src/contractforge_ai/onboarding/init.py
src/contractforge_ai/onboarding/profiles.py
src/contractforge_ai/onboarding/provider_credentials.py
src/contractforge_ai/parity/__init__.py
src/contractforge_ai/parity/models.py
src/contractforge_ai/parity/platforms.py
src/contractforge_ai/planning/__init__.py
src/contractforge_ai/planning/platforms.py
src/contractforge_ai/planning/project.py
src/contractforge_ai/planning/spec.py
src/contractforge_ai/project_structure/__init__.py
src/contractforge_ai/project_structure/findings.py
src/contractforge_ai/project_structure/io.py
src/contractforge_ai/project_structure/models.py
src/contractforge_ai/project_structure/validation.py
src/contractforge_ai/projects/__init__.py
src/contractforge_ai/projects/artifact_policy.py
src/contractforge_ai/projects/guided.py
src/contractforge_ai/projects/loaders.py
src/contractforge_ai/projects/models.py
src/contractforge_ai/projects/patching.py
src/contractforge_ai/projects/siblings.py
src/contractforge_ai/projects/writer.py
src/contractforge_ai/prompts/contract_reviewer.md
src/contractforge_ai/providers/__init__.py
src/contractforge_ai/providers/anthropic.py
src/contractforge_ai/providers/base.py
src/contractforge_ai/providers/bedrock.py
src/contractforge_ai/providers/capabilities.py
src/contractforge_ai/providers/databricks.py
src/contractforge_ai/providers/deepseek.py
src/contractforge_ai/providers/env.py
src/contractforge_ai/providers/factory.py
src/contractforge_ai/providers/gemini.py
src/contractforge_ai/providers/offline.py
src/contractforge_ai/providers/openai.py
src/contractforge_ai/providers/routing.py
src/contractforge_ai/reviewers/__init__.py
src/contractforge_ai/reviewers/architecture.py
src/contractforge_ai/reviewers/contract.py
src/contractforge_ai/reviewers/output.py
src/contractforge_ai/validation/__init__.py
src/contractforge_ai/validation/contractforge.py
src/contractforge_ai/validation/generated.py
src/contractforge_ai/validation/loop.py
tests/test_agent_assets.py
tests/test_agentic_generation.py
tests/test_agentic_generation_fixtures.py
tests/test_agentic_transform.py
tests/test_architecture_boundaries.py
tests/test_architecture_review.py
tests/test_cli.py
tests/test_connector_catalog_awareness.py
tests/test_contract_generator.py
tests/test_contractforge_project_generator.py
tests/test_contractforge_validation_adapter.py
tests/test_databricks_collector.py
tests/test_databricks_generation_smoke_notebook.py
tests/test_enriched_project_spec.py
tests/test_enrichment.py
tests/test_enrichment_quality.py
tests/test_failure_explainer.py
tests/test_generated_validation.py
tests/test_golden_fixtures.py
tests/test_guided_project_intelligence.py
tests/test_intelligence_critique.py
tests/test_intelligence_routing.py
tests/test_intelligence_workflow_fixtures.py
tests/test_knowledge_index.py
tests/test_metadata_generator.py
tests/test_observability_control_tables.py
tests/test_onboarding_discovery.py
tests/test_onboarding_init.py
tests/test_onboarding_profiles.py
tests/test_platform_parity.py
tests/test_project_artifacts.py
tests/test_project_context.py
tests/test_project_patching.py
tests/test_project_planner.py
tests/test_project_structure_validation.py
tests/test_prompt_evaluation.py
tests/test_provider_capabilities.py
tests/test_provider_live_evaluation.py
tests/test_provider_routing.py
tests/test_providers.py
tests/test_redaction.py
tests/test_reports.py
tests/test_review_contract.py
tests/test_review_output.py
tests/test_shape_generator.py
tests/test_structured_output_validation.py
tests/test_traceability_models.py
tests/test_user_simulated_ai_workflows.py
tests/test_validation_loop.py