codd-dev 3.27.0__tar.gz → 3.29.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codd_dev-3.27.0 → codd_dev-3.29.0}/PKG-INFO +1 -1
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/__init__.py +1 -1
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/greenfield/pipeline.py +33 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/greenfield/test_rederivation.py +111 -15
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/oracle_cpp.py +28 -2
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/vb_marker_authenticity.py +6 -1
- {codd_dev-3.27.0 → codd_dev-3.29.0}/pyproject.toml +1 -1
- {codd_dev-3.27.0 → codd_dev-3.29.0}/.gitignore +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/LICENSE +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/README.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/bench_fixture/README.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/__main__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/_git_helper.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/action_outcome.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/ai_invoke.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/ai_patch.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/artifact_contract.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/artifact_ids.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/artifacts/catalog.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/ask_user_question_adapter.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/assembler.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/bridge.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/brownfield/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/brownfield/pipeline.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/capability_completeness.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/claude_cli.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/cli.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/clustering.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/coherence_adapters.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/coherence_engine.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/confidence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/config.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/config_schema.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/contracts.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/contracts_registry/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/contracts_registry/__main__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/contracts_registry/certify.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/contracts_registry/generate_matrix.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/contracts_registry/registry.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/coverage_auditor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/coverage_execution_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/coverage_metrics.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/auto_repair.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/builder.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/_one_to_many_detection.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/artifact_contract_check.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/cardinality_coverage.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/ci_health.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/dependency_freshness.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/depends_on_consistency.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/deployment_completeness.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/edge_validity.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/environment_coverage.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/extraction_diagnostics.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/implementation_coverage.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/negative_space.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/node_completeness.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/opt_out.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/resource_flow_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/semantic_contract_conflict.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/source_completeness.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/stale_evidence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/task_completion.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/transitive_closure.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/ui_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/unresolved_import_residue.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/checks/user_journey_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/coverage_axes.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/cli.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/cpp_embedded.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/csharp.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/elixir.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/generic.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/iot.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/java.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/kotlin.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/mobile.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/ruby.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/rust.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/scala.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/swift.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/test_frameworks.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/defaults/web.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/extractor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/impact.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/materiality.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/metadata_access.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/result_status.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dag/runner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/defaults.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/defaults.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/dependency_lock_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deploy_targets/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deploy_targets/app_service.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deploy_targets/base.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deploy_targets/docker_compose.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployer.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/checks/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/defaults/deploy_targets.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/defaults/runtime_capability_inference.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/defaults/schema_providers.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/defaults/verification_templates.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/extractor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/ai_command.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/ai_command_factory.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/codex_app_server.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/llm_consideration.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/schema/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/schema/prisma.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/target/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/target/docker_compose.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/assertion_handlers.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/cdp_browser.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/cdp_engines.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/cdp_launchers.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/cdp_wire.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/curl.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/form_strategies.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/means_catalog.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/playwright.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/pytest_http.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/vitest.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/design_md.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/diff/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/diff/apply.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/diff/engine.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/diff/persistence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/diff/templates/diff_prompt.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/discovery.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/drift.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/e2e_contract_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/e2e_extractor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/e2e_generator.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/e2e_harness.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/e2e_runner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/apply.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/engine.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/finding.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/formatters/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/formatters/base.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/formatters/interactive.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/formatters/json_fmt.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/formatters/md.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/gap_to_ask.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/lexicon_loader.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/persistence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/promote.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/routing.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/elicit/templates/elicit_prompt_L0.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/env_refs.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/extract_ai.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/extract_paths.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/extractor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/candidate_selector.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/design_updater.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/impact_planner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/impl_propagation.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/interactive_prompt.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/phenomenon_fixer.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/phenomenon_parser.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/risk_classifier.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/templates/clarification_question.txt +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/templates/design_update.txt +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/templates/impl_update.txt +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/templates/phenomenon_parse.txt +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/templates/risk_assessment.txt +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fix/templates_loader.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fixer.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fixup_drift.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fixup_drift_strategies/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fixup_drift_strategies/design_token_drift.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fixup_drift_strategies/lexicon_violation.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/fixup_drift_strategies/url_drift.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/frontmatter.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/generator.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/git_evidence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/graph.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/greenfield/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hitl_session.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hooks/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hooks/pre-commit +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hooks/recipes/claude_requirements_nudge.json +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hooks/recipes/claude_settings_example.json +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hooks/recipes/codex_hook.sh +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hooks/recipes/git_post_commit.sh +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/hooks/recipes/git_pre_commit.sh +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/iac_nfr.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/implement_oracle.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/implement_oracle_scope.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/implement_oracle_types.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/implementer/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/implementer/chunked_runner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/implementer/typecheck_loop.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/implementer.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/import_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/inheritance.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/init/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/init/lexicon_suggest.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/init/llm_lexicon_suggester.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/init/stack_detector.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/json_safe.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/knowledge_fetcher.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/implement_oracle.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/import_resolver.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/oracle_csharp.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/oracle_go.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/oracle_java.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/oracle_javascript.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/oracle_python.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/oracle_typescript.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/adapters/runner_report.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/builtin_adapters.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/compat.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/contract.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/loader.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/oracle_executor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/path_planner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profile.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profiles/cpp.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profiles/csharp.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profiles/go.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profiles/java.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profiles/javascript.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profiles/python.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/profiles/typescript.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/registry.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/verify_executor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/languages/verify_plan.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/formatters/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/formatters/html.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/formatters/json_fmt.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/formatters/md.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/inspector.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/manager.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/reporter.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/lexicon_cli/threshold.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/approval.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/best_practice_augmenter.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/criteria_expander.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/design_doc_extractor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/impl_step_deriver.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/means_catalog_loader.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/parser.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/plan_deriver.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/prompt_builder.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/strategy_validator.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/best_practice_augment_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/criteria_expand_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/design_doc_extract_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/impl_step_derive_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/implementation_step_catalog.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/meta_instruction.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/plan_derive_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/llm/templates/verification_means_catalog.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/mcp_server.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/measure.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/operational_e2e_audit.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/operations_derive.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/_shared.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/api_specs.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/extractor_registry.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/filesystem_routes.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/iac.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/python_ast.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/regex_strategies.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/schemas.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/tests_builddeps.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/parsing/treesitter.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/path_safety.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/planner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/policy.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/preflight/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/preflight/defaults/cli.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/preflight/defaults/generic.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/preflight/defaults/iot.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/preflight/defaults/mobile.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/preflight/defaults/web.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/project_types.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/propagate.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/propagation_common.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/propagator.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/reconciliation_ledger.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/reference_resolution.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/registry.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/approval_repair.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/auto_scope_guard.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/design_context.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/engine.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/git_patcher.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/history.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/llm_repair_engine.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/loop.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/primary_picker.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/proof_breaks.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/repair_result.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/repairability_classifier.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/schema.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/templates/analyze_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/templates/propose_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/templates/repair_strategy_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/templates/repairability_meta.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/test_failure_attribution.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair/verify_runner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/repair_slice.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/require.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/require_plugins.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/require_propagate.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/required_artifacts/defaults/cli.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/required_artifacts/defaults/generic.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/required_artifacts/defaults/iot.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/required_artifacts/defaults/mobile.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/required_artifacts/defaults/web.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/required_artifacts_deriver.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirement_completeness/defaults/cli.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirement_completeness/defaults/generic.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirement_completeness/defaults/iot.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirement_completeness/defaults/mobile.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirement_completeness/defaults/web.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirement_completeness_auditor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirement_reconciliation.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/requirements_meta.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/restoration_report.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/restore.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/routes_extractor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/runtime_smoke/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/runtime_smoke/checks.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/runtime_smoke/config.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/runtime_smoke/report.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/runtime_smoke/runner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/scanner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/schema_refs.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/screen_flow_validator.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/screen_transition_extractor.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/screen_transitions/defaults.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/skills_cli/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/skills_cli/discovery.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/skills_cli/manager.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/skills_cli/paths.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/adapters/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/adapters/_base.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/adapters/nextjs.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/adapters/playwright.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/adapters/prisma.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/command_authenticity.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/command_override.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/command_plan.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/compose.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/loader.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/lock.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/obligations.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/profile.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/profiles/addons/playwright.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/profiles/addons/prisma.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/profiles/frameworks/nextjs.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/project.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/registry.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/replacement_proof.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/stack/resolve.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/surface_reconciliation.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/synth.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/codd.yaml.tmpl +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/conventions.yaml.tmpl +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/data_dependencies.yaml.tmpl +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/doc_links.yaml.tmpl +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/extract_ai_prompt_baseline.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/extracted/api-contract.md.j2 +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/extracted/architecture-overview.md.j2 +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/extracted/module-detail.md.j2 +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/extracted/schema-design.md.j2 +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/extracted/system-context.md.j2 +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/gitignore.tmpl +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/lexicon_questions.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/lexicon_schema.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/templates/overrides.yaml.tmpl +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/test_detection.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/test_import_coherence.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/traceability.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/validator.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/vb_rerun_scope.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/verifiable_behavior_audit.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/watch/__init__.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/watch/events.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/watch/propagation_log.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/watch/propagation_pipeline.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/watch/test_runner.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/watch/watcher.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd/wiring.py +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ai_governance_eu_act/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ai_governance_eu_act/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ai_governance_eu_act/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ai_governance_eu_act/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ai_governance_eu_act/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ai_governance_eu_act/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rate_limiting_caching/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rate_limiting_caching/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rate_limiting_caching/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rate_limiting_caching/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rate_limiting_caching/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rate_limiting_caching/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rest_openapi/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rest_openapi/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rest_openapi/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rest_openapi/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rest_openapi/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/api_rest_openapi/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/babok/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/babok/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/babok/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/babok/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/babok/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_event_cloudevents/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_event_cloudevents/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_event_cloudevents/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_event_cloudevents/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_event_cloudevents/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_event_cloudevents/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_graphql/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_graphql/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_graphql/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_graphql/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_graphql/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_graphql/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_grpc_proto/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_grpc_proto/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_grpc_proto/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_grpc_proto/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_grpc_proto/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/backend_grpc_proto/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_hipaa/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_hipaa/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_hipaa/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_hipaa/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_hipaa/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_hipaa/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_iso27001/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_iso27001/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_iso27001/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_iso27001/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_iso27001/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_iso27001/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_pci_dss_4/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_pci_dss_4/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_pci_dss_4/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_pci_dss_4/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_pci_dss_4/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/compliance_pci_dss_4/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_aggregation_policies/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_aggregation_policies/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_aggregation_policies/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_aggregation_policies/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_aggregation_policies/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_aggregation_policies/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_eventsourcing_es_cqrs/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_eventsourcing_es_cqrs/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_eventsourcing_es_cqrs/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_eventsourcing_es_cqrs/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_eventsourcing_es_cqrs/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_eventsourcing_es_cqrs/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_governance_appi_gdpr/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_governance_appi_gdpr/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_governance_appi_gdpr/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_governance_appi_gdpr/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_governance_appi_gdpr/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_governance_appi_gdpr/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_nosql_jsonschema/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_nosql_jsonschema/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_nosql_jsonschema/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_nosql_jsonschema/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_nosql_jsonschema/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_nosql_jsonschema/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_relational_iso_sql/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_relational_iso_sql/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_relational_iso_sql/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_relational_iso_sql/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_relational_iso_sql/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/data_relational_iso_sql/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ddd_domain_driven_design/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ddd_domain_driven_design/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ddd_domain_driven_design/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ddd_domain_driven_design/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ddd_domain_driven_design/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ddd_domain_driven_design/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/dora_sre_metrics/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/dora_sre_metrics/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/dora_sre_metrics/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/dora_sre_metrics/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/dora_sre_metrics/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/dora_sre_metrics/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/i18n_unicode_cldr/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/i18n_unicode_cldr/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/i18n_unicode_cldr/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/i18n_unicode_cldr/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/i18n_unicode_cldr/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/i18n_unicode_cldr/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ml_model_cards/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ml_model_cards/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ml_model_cards/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ml_model_cards/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ml_model_cards/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ml_model_cards/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_a11y_native/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_a11y_native/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_a11y_native/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_a11y_native/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_a11y_native/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_a11y_native/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_android_material3/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_android_material3/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_android_material3/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_android_material3/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_android_material3/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_android_material3/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_ios_hig/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_ios_hig/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_ios_hig/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_ios_hig/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_ios_hig/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_ios_hig/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_security_masvs/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_security_masvs/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_security_masvs/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_security_masvs/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_security_masvs/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/mobile_security_masvs/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_cicd_pipeline/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_cicd_pipeline/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_cicd_pipeline/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_cicd_pipeline/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_cicd_pipeline/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_cicd_pipeline/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_iac_terraform/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_iac_terraform/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_iac_terraform/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_iac_terraform/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_iac_terraform/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_iac_terraform/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_kubernetes/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_kubernetes/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_kubernetes/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_kubernetes/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_kubernetes/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_kubernetes/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_observability_otel/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_observability_otel/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_observability_otel/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_observability_otel/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_observability_otel/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/ops_observability_otel/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_iso25010/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_iso25010/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_iso25010/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_iso25010/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_iso25010/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_iso25010/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_test_iso29119/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_test_iso29119/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_test_iso29119/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_test_iso29119/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_test_iso29119/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/process_test_iso29119/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/twelve_factor_app/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/twelve_factor_app/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/twelve_factor_app/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/twelve_factor_app/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/twelve_factor_app/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/twelve_factor_app/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_a11y_wcag22_aa/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_a11y_wcag22_aa/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_a11y_wcag22_aa/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_a11y_wcag22_aa/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_a11y_wcag22_aa/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_a11y_wcag22_aa/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_authn_webauthn/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_authn_webauthn/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_authn_webauthn/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_authn_webauthn/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_authn_webauthn/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_authn_webauthn/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_browser_compat/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_browser_compat/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_browser_compat/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_browser_compat/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_browser_compat/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_browser_compat/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_forms_html5/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_forms_html5/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_forms_html5/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_forms_html5/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_forms_html5/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_forms_html5/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_performance_core_web_vitals/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_performance_core_web_vitals/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_performance_core_web_vitals/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_performance_core_web_vitals/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_performance_core_web_vitals/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_performance_core_web_vitals/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_pwa_manifest/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_pwa_manifest/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_pwa_manifest/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_pwa_manifest/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_pwa_manifest/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_pwa_manifest/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_responsive/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_responsive/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_responsive/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_responsive/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_responsive/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_responsive/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_security_owasp/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_security_owasp/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_security_owasp/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_security_owasp/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_security_owasp/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_security_owasp/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_seo_schemaorg/coverage_matrix.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_seo_schemaorg/elicit_extend.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_seo_schemaorg/lexicon.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_seo_schemaorg/manifest.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_seo_schemaorg/recommended_kinds.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/lexicons/web_seo_schemaorg/severity_rules.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/codd_plugins/stack_map.yaml +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/docs/cookbook/cdp_browser/README.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/docs/cookbook/presentation_aggregation/README.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/docs/requirements/README.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/examples/README.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-assemble/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-evolve/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-fable-consult/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-generate/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-greenfield/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-impact/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-init/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-propagate/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-restore/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-scan/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/skills/codd-validate/SKILL.md +0 -0
- {codd_dev-3.27.0 → codd_dev-3.29.0}/tests/integration/standalone_repair_skeleton/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codd-dev
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.29.0
|
|
4
4
|
Summary: CoDD: Coherence-Driven Development — cross-artifact change impact analysis
|
|
5
5
|
Project-URL: Homepage, https://github.com/yohey-w/codd-dev
|
|
6
6
|
Project-URL: Repository, https://github.com/yohey-w/codd-dev
|
|
@@ -4948,6 +4948,38 @@ def _drive_test_rederivation(
|
|
|
4948
4948
|
feedback=feedback,
|
|
4949
4949
|
)
|
|
4950
4950
|
|
|
4951
|
+
def _oracle_check() -> Any:
|
|
4952
|
+
"""One-shot native-oracle run for transcription acceptance (rerun=None).
|
|
4953
|
+
|
|
4954
|
+
Best-effort: an oracle that cannot run here (unresolvable stack /
|
|
4955
|
+
uncertifiable scope) returns ``None`` → the re-derivation degrades to its
|
|
4956
|
+
prior behavior with the fresh verify as the backstop — never a new
|
|
4957
|
+
failure mode, never a silent pass (verify still gates)."""
|
|
4958
|
+
from codd.implement_oracle import run_implement_oracle_gate
|
|
4959
|
+
|
|
4960
|
+
project_section = (
|
|
4961
|
+
config.get("project") if isinstance(config.get("project"), dict) else {}
|
|
4962
|
+
)
|
|
4963
|
+
scan = config.get("scan") if isinstance(config.get("scan"), dict) else {}
|
|
4964
|
+
try:
|
|
4965
|
+
return run_implement_oracle_gate(
|
|
4966
|
+
project_root,
|
|
4967
|
+
language=(
|
|
4968
|
+
project_section.get("language")
|
|
4969
|
+
if isinstance(project_section, dict)
|
|
4970
|
+
else None
|
|
4971
|
+
),
|
|
4972
|
+
project_name=str(
|
|
4973
|
+
(project_section or {}).get("name") or project_root.name
|
|
4974
|
+
),
|
|
4975
|
+
source_dirs=scan.get("source_dirs") if isinstance(scan, dict) else None,
|
|
4976
|
+
test_dirs=scan.get("test_dirs") if isinstance(scan, dict) else None,
|
|
4977
|
+
config=config,
|
|
4978
|
+
echo=echo,
|
|
4979
|
+
)
|
|
4980
|
+
except Exception: # noqa: BLE001 — best-effort acceptance probe.
|
|
4981
|
+
return None
|
|
4982
|
+
|
|
4951
4983
|
budget_used: dict[str, int] = {}
|
|
4952
4984
|
current = outcome
|
|
4953
4985
|
any_ran = False
|
|
@@ -4963,6 +4995,7 @@ def _drive_test_rederivation(
|
|
|
4963
4995
|
budget_used=budget_used,
|
|
4964
4996
|
history_session_dir=getattr(outcome, "history_session_dir", None),
|
|
4965
4997
|
trigger="T2" if getattr(current, "test_defect_claim", None) else "T1",
|
|
4998
|
+
oracle_check=_oracle_check,
|
|
4966
4999
|
)
|
|
4967
5000
|
|
|
4968
5001
|
if rederived.status == STATUS_GREEN:
|
|
@@ -346,6 +346,7 @@ def run_test_rederivation(
|
|
|
346
346
|
history_session_dir: Path | None = None,
|
|
347
347
|
trigger: str = "",
|
|
348
348
|
test_dirs: list[str] | None = None,
|
|
349
|
+
oracle_check: Callable[[], Any] | None = None,
|
|
349
350
|
) -> RederivationOutcome:
|
|
350
351
|
"""Re-derive the blocked test transcription(s) from the design, then fresh-verify.
|
|
351
352
|
|
|
@@ -438,21 +439,26 @@ def run_test_rederivation(
|
|
|
438
439
|
f"{len(eligible_paths)} test file(s) from the design across {len(eligible_tasks)} "
|
|
439
440
|
f"task(s); fenced to {len(allowed)} test path(s)."
|
|
440
441
|
)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
442
|
+
def _run_draw(feedback: str) -> Exception | None:
|
|
443
|
+
"""One fenced re-derivation draw with CRASH CONTAINMENT (the honesty fix).
|
|
444
|
+
|
|
445
|
+
A draw that raised (e.g. the implementer honestly emitting 0 files → an
|
|
446
|
+
unhandled CoddCLIError, the F7 live crash) must never surface as a
|
|
447
|
+
misleading stage crash: the write-fence rolls back to its ENTRY snapshot
|
|
448
|
+
so a crashed draw leaves NO partial transcription (in- OR out-of-scope),
|
|
449
|
+
and the exception is RETURNED for the caller's honest RED terminal.
|
|
450
|
+
"""
|
|
451
|
+
with _OracleWriteFence(project_root, allowed_paths=allowed, echo=echo) as fence:
|
|
452
|
+
try:
|
|
453
|
+
for task in eligible_tasks:
|
|
454
|
+
implement_runner(task, feedback)
|
|
455
|
+
fence.enforce()
|
|
456
|
+
except Exception as exc: # noqa: BLE001 — a crashed draw must NOT escape.
|
|
457
|
+
fence.rollback()
|
|
458
|
+
return exc
|
|
459
|
+
return None
|
|
460
|
+
|
|
461
|
+
crash = _run_draw(REDERIVATION_FEEDBACK)
|
|
456
462
|
|
|
457
463
|
# Consume the budget for every re-driven task — a crash counts as a spent draw
|
|
458
464
|
# (attempted == spent), so a crash cannot grant a re-roll. A second claim on the
|
|
@@ -483,6 +489,72 @@ def run_test_rederivation(
|
|
|
483
489
|
reason=f"re-derivation draw crashed: {crash}",
|
|
484
490
|
)
|
|
485
491
|
|
|
492
|
+
# NATIVE-ORACLE ACCEPTANCE — a transcription that fails the native oracle is
|
|
493
|
+
# not a transcription. The re-derived test must COMPILE before coverage /
|
|
494
|
+
# authenticity / fresh-verify mean anything (csharp3 exprcalc dogfood,
|
|
495
|
+
# 2026-07-11: T2 re-derived an immutability test that ASSIGNED to read-only
|
|
496
|
+
# properties — CS0200 — and the compile-red fresh verify was misread as "a
|
|
497
|
+
# real impl/design defect"). One diagnostics-informed completion retry
|
|
498
|
+
# belongs to the SAME draw: the budget above is already consumed and is NOT
|
|
499
|
+
# re-claimed (a retry is a completion, not a second claim). Still failing
|
|
500
|
+
# after the retry → an honest RED that NAMES the oracle. ``oracle_check`` is
|
|
501
|
+
# opt-in (None → prior behavior; the fresh verify stays the backstop).
|
|
502
|
+
if oracle_check is not None:
|
|
503
|
+
ora = oracle_check()
|
|
504
|
+
if ora is not None and _oracle_rejects_transcription(ora):
|
|
505
|
+
diag = "; ".join(
|
|
506
|
+
str(getattr(f, "message", "")).strip()
|
|
507
|
+
for f in _non_environment_findings(ora)[:6]
|
|
508
|
+
if str(getattr(f, "message", "")).strip()
|
|
509
|
+
)
|
|
510
|
+
echo(
|
|
511
|
+
"[greenfield] test re-derivation: the transcription failed the "
|
|
512
|
+
f"NATIVE ORACLE ({diag[:300] or 'no diagnostics'}); one "
|
|
513
|
+
"diagnostics-informed completion retry (same draw, no new budget)."
|
|
514
|
+
)
|
|
515
|
+
retry_feedback = (
|
|
516
|
+
REDERIVATION_FEEDBACK
|
|
517
|
+
+ "\n\nNATIVE-ORACLE DIAGNOSTICS — the re-derived test file(s) do "
|
|
518
|
+
"not pass the toolchain (they must COMPILE). Fix the TEST "
|
|
519
|
+
"transcription only; the diagnostics are:\n"
|
|
520
|
+
+ (diag or "(opaque toolchain failure)")
|
|
521
|
+
)
|
|
522
|
+
crash = _run_draw(retry_feedback)
|
|
523
|
+
_record_event(
|
|
524
|
+
history_session_dir,
|
|
525
|
+
trigger=f"{trigger}-oracle-retry" if trigger else "oracle-retry",
|
|
526
|
+
paths=eligible_paths,
|
|
527
|
+
tasks=eligible_task_ids,
|
|
528
|
+
old_hashes=new_hashes,
|
|
529
|
+
new_hashes={p: _file_hash(project_root / p) for p in eligible_paths},
|
|
530
|
+
error=str(crash) if crash is not None else None,
|
|
531
|
+
)
|
|
532
|
+
if crash is not None:
|
|
533
|
+
echo(
|
|
534
|
+
"[greenfield] test re-derivation: the oracle-retry draw crashed "
|
|
535
|
+
f"({crash}); the write-fence rolled back (no partial transcription)."
|
|
536
|
+
)
|
|
537
|
+
return RederivationOutcome(
|
|
538
|
+
STATUS_RED, trigger=trigger, rederived_paths=eligible_paths,
|
|
539
|
+
rederived_tasks=eligible_task_ids, skipped_paths=skipped,
|
|
540
|
+
reason=f"re-derivation oracle-retry draw crashed: {crash}",
|
|
541
|
+
)
|
|
542
|
+
ora = oracle_check()
|
|
543
|
+
if ora is not None and _oracle_rejects_transcription(ora):
|
|
544
|
+
echo(
|
|
545
|
+
"[greenfield] test re-derivation: the transcription STILL fails "
|
|
546
|
+
"the native oracle after the retry — honest RED (an invalid "
|
|
547
|
+
"transcription, not evidence of an impl/design defect)."
|
|
548
|
+
)
|
|
549
|
+
return RederivationOutcome(
|
|
550
|
+
STATUS_RED, trigger=trigger, rederived_paths=eligible_paths,
|
|
551
|
+
rederived_tasks=eligible_task_ids, skipped_paths=skipped,
|
|
552
|
+
reason=(
|
|
553
|
+
"re-derived test failed the native oracle after one retry "
|
|
554
|
+
"(the transcription does not compile)"
|
|
555
|
+
),
|
|
556
|
+
)
|
|
557
|
+
|
|
486
558
|
# The regenerated test file must pass the UNCHANGED implement-side gates (VB
|
|
487
559
|
# marker-authenticity + coverage reconciliation) BEFORE verify runs — dropping a
|
|
488
560
|
# disputed ``covers vb=`` marker fails the build here, not the gate.
|
|
@@ -516,6 +588,30 @@ def run_test_rederivation(
|
|
|
516
588
|
|
|
517
589
|
# ── helpers ──────────────────────────────────────────────────────────────────
|
|
518
590
|
|
|
591
|
+
def _non_environment_findings(ora: Any) -> list[Any]:
|
|
592
|
+
"""The oracle findings that are SUT-fixable (not environment_build_error)."""
|
|
593
|
+
return [
|
|
594
|
+
f
|
|
595
|
+
for f in list(getattr(ora, "findings", ()) or ())
|
|
596
|
+
if str(getattr(f, "category", "") or "") != "environment_build_error"
|
|
597
|
+
]
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
def _oracle_rejects_transcription(ora: Any) -> bool:
|
|
601
|
+
"""Whether a native-oracle result REJECTS the re-derived transcription.
|
|
602
|
+
|
|
603
|
+
Only a failed result carrying at least one NON-environment finding rejects:
|
|
604
|
+
an environment-only red (missing toolchain, opaque env failure — the
|
|
605
|
+
zero-infra clause) is never the transcription's fault, and a failed result
|
|
606
|
+
with no findings proves nothing about the test file. Both degrade to the
|
|
607
|
+
prior behavior (fresh verify stays the backstop) — anti-false-RED without a
|
|
608
|
+
false-green (verify still gates).
|
|
609
|
+
"""
|
|
610
|
+
if bool(getattr(ora, "passed", True)):
|
|
611
|
+
return False
|
|
612
|
+
return bool(_non_environment_findings(ora))
|
|
613
|
+
|
|
614
|
+
|
|
519
615
|
def _fence_allowed_paths(
|
|
520
616
|
eligible_paths: list[str], test_dirs: list[str] | None, config: Mapping[str, Any] | None
|
|
521
617
|
) -> tuple[str, ...]:
|
|
@@ -81,6 +81,7 @@ dependency edge runs gate → executor → adapters → leaf types, never back.
|
|
|
81
81
|
|
|
82
82
|
from __future__ import annotations
|
|
83
83
|
|
|
84
|
+
import dataclasses
|
|
84
85
|
import re
|
|
85
86
|
from pathlib import Path, PurePosixPath
|
|
86
87
|
|
|
@@ -494,8 +495,33 @@ def _parse_cpp_tool_output(
|
|
|
494
495
|
m = _CPP_DIAG_LINE.match(line)
|
|
495
496
|
if m is not None:
|
|
496
497
|
severity = (m.group("severity") or "").strip().lower()
|
|
497
|
-
if severity
|
|
498
|
-
continue # a warning
|
|
498
|
+
if severity == "warning":
|
|
499
|
+
continue # a warning is not a failure
|
|
500
|
+
if severity == "note":
|
|
501
|
+
# A positioned ``note:`` is CONTEXT for the PRECEDING error — the
|
|
502
|
+
# other side of a two-sided diagnostic (``previously defined
|
|
503
|
+
# here`` names the header a redefinition collides with; candidate
|
|
504
|
+
# sites for an overload miss). Attach it to the last finding's
|
|
505
|
+
# message and attribution so the repair feedback carries BOTH
|
|
506
|
+
# sides of the disagreement (cpp3 exprcalc dogfood, 2026-07-11:
|
|
507
|
+
# feedback saw only the .cpp side and oscillated). An orphan note
|
|
508
|
+
# (no preceding finding) stays noise — a note is never a failure
|
|
509
|
+
# of its own. Capped at 2 notes per finding (overload-candidate
|
|
510
|
+
# spam adds no repair signal past the first sites).
|
|
511
|
+
if findings and findings[-1].code.startswith("CPP_"):
|
|
512
|
+
last = findings[-1]
|
|
513
|
+
if last.message.count(": note: ") < 2:
|
|
514
|
+
note_txt = (
|
|
515
|
+
f"{m.group('path')}:{m.group('line')}: note: "
|
|
516
|
+
f"{m.group('message').strip()}"
|
|
517
|
+
)
|
|
518
|
+
findings[-1] = dataclasses.replace(
|
|
519
|
+
last, message=f"{last.message} [{note_txt}]"
|
|
520
|
+
)
|
|
521
|
+
rel_note = _cpp_rel_path(m.group("path"), project_root)
|
|
522
|
+
if rel_note and rel_note not in failed_paths:
|
|
523
|
+
failed_paths.append(rel_note)
|
|
524
|
+
continue
|
|
499
525
|
classified = _classify_cpp_compiler_diagnostic(
|
|
500
526
|
severity, m.group("message").strip()
|
|
501
527
|
)
|
|
@@ -5861,10 +5861,15 @@ def _java_resolve_module(importer_rel: str, spec: str, project_root: Path) -> Pa
|
|
|
5861
5861
|
#: helper like ``HarnessAssertions.assertSuccess`` is exactly this shape. A bare
|
|
5862
5862
|
#: CALL (``assertSuccess(result, "14.0");``) never matches: it has no
|
|
5863
5863
|
#: return-type-shaped token before it, and it ends in ``;`` rather than ``{``.
|
|
5864
|
+
#: The return type accepts a QUALIFIED / nested name (``Expr.Literal``,
|
|
5865
|
+
#: ``Map.Entry<K, V>``) — dot-separated identifier segments — not just a single
|
|
5866
|
+
#: identifier: a same-file helper returning a nested type was otherwise
|
|
5867
|
+
#: invisible, resolving as ``unresolved_helper`` and false-redding real
|
|
5868
|
+
#: delegated assertions (java3 exprcalc dogfood, 2026-07-11).
|
|
5864
5869
|
_JAVA_METHOD_DEF_RE = re.compile(
|
|
5865
5870
|
r"(?<![A-Za-z0-9_.])(?:(?:public|protected|private|static|final|synchronized|"
|
|
5866
5871
|
r"abstract|default|native|strictfp)\s+)*"
|
|
5867
|
-
r"[A-Za-z_][A-Za-z0-9_$]*(?:<[^;{}]*?>)?(?:\[\])*\s+"
|
|
5872
|
+
r"[A-Za-z_][A-Za-z0-9_$]*(?:\.[A-Za-z_][A-Za-z0-9_$]*)*(?:<[^;{}]*?>)?(?:\[\])*\s+"
|
|
5868
5873
|
r"(?P<name>[A-Za-z_][A-Za-z0-9_]*)\s*\((?P<params>[^;{}]*)\)"
|
|
5869
5874
|
r"(?:\s*throws\s+[A-Za-z0-9_.,\s<>]+?)?\s*\{",
|
|
5870
5875
|
re.DOTALL,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/defaults/runtime_capability_inference.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/assertion_handlers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codd_dev-3.27.0 → codd_dev-3.29.0}/codd/deployment/providers/verification/form_strategies.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|