.actrc
.commitlintrc.json
.flake8
.gitignore
.gitmessage
.pre-commit-config.yaml
ARCHITECTURE.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DIMENSION_SCORING_EXPLAINED.md
EXPLICIT_SEVERITY_LEVELS_EXPLANATION.md
LICENSE
NOTICE
QUICKSTART.md
README.md
SECURITY.md
TRADEMARK.md
comprehensive-terminal-fix.sh
fix-vscode-terminal.sh
pyproject.toml
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/benchmark-thresholds.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/discussion.md
.github/ISSUE_TEMPLATE/enhancement.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/README.md
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
.github/workflows/test-windows-local.yml
.pre-commit-hooks/check-utf8-encoding.py
ADRI/config.yaml
ADRI/standards/ADRI_audit_log.yaml
ADRI/standards/ADRI_dimension_scores.yaml
ADRI/standards/ADRI_failed_validations.yaml
ADRI/standards/ADRI_view_logs_display.yaml
ADRI/standards/adri_execution_standard.yaml
ADRI/standards/adri_provenance_standard.yaml
ADRI/standards/adri_reasoning_prompts_standard.yaml
ADRI/standards/adri_reasoning_responses_standard.yaml
ADRI/standards/audit_logs/fallback_test.yaml
ADRI/standards/domains/customer_service_standard.yaml
ADRI/standards/domains/ecommerce_order_standard.yaml
ADRI/standards/domains/financial_transaction_standard.yaml
ADRI/standards/domains/healthcare_patient_standard.yaml
ADRI/standards/domains/marketing_campaign_standard.yaml
ADRI/standards/frameworks/autogen_message_standard.yaml
ADRI/standards/frameworks/crewai_task_context_standard.yaml
ADRI/standards/frameworks/langchain_chain_input_standard.yaml
ADRI/standards/frameworks/llamaindex_document_standard.yaml
ADRI/standards/templates/api_response_template.yaml
ADRI/standards/templates/key_value_template.yaml
ADRI/standards/templates/nested_json_template.yaml
ADRI/standards/templates/time_series_template.yaml
ADRI/tutorials/README.md
ADRI/tutorials/customer_service_standard/customer_service_standard_data.csv
ADRI/tutorials/customer_service_standard/test_customer_service_standard_data.csv
ADRI/tutorials/customer_service_standard/baseline_outcome/adri_assessment_logs.jsonl
ADRI/tutorials/customer_service_standard/baseline_outcome/adri_dimension_scores.jsonl
ADRI/tutorials/customer_service_standard/baseline_outcome/adri_failed_validations.jsonl
ADRI/tutorials/invoice_processing/invoice_data.csv
ADRI/tutorials/invoice_processing/test_invoice_data.csv
ADRI/tutorials/invoice_processing/baseline_outcome/adri_assessment_logs.jsonl
ADRI/tutorials/invoice_processing/baseline_outcome/adri_dimension_scores.jsonl
ADRI/tutorials/invoice_processing/baseline_outcome/adri_failed_validations.jsonl
demos/configs/adri.toml
demos/scripts/process_invoices.py
docs/.gitignore
docs/API_REFERENCE.md
docs/ARCHITECTURE.md
docs/ASSESSMENT_LOG_EXPLANATION.md
docs/BUILD_TEST_REPORT.md
docs/CLI_REFERENCE.md
docs/DOCUMENTATION_AUDIT_REPORT.md
docs/FAQ.md
docs/FRAMEWORK_PATTERNS.md
docs/GETTING_STARTED.md
docs/GUIDE_WALKTHROUGH.md
docs/HOW_IT_WORKS.md
docs/IMPLEMENTATION_ROADMAP.md
docs/OPEN_SOURCE_FEATURES.md
docs/README.md
docs/SEVERITY_LEVELS.md
docs/STANDARDS_AUTO_TESTING.md
docs/STANDARDS_LIBRARY.md
docs/STANDARD_VALIDATION_IMPLEMENTATION.md
docs/STANDARD_VALIDATION_WORKFLOW.md
docs/TESTING_CHECKLIST.md
docs/VALIDATION_REPORT.md
docs/WORKFLOW_ORCHESTRATION_INTEGRATION.md
docs/ci_trigger.md
docs/comprehensive_quality_report.md
docs/enterprise-setup-guide.md
docs/step2-quick-reference.md
docs/testing-framework.md
docs/development/CROSS_PLATFORM_BEST_PRACTICES.md
docs/development/CROSS_PLATFORM_PATH_TESTING.md
docs/development/PRE-COMMIT-TESTING-GUIDE.md
docs/development/actual-performance-analysis.md
docs/development/ci-local.md
docs/development/ci-validation-guide.md
docs/development/github-tag-protection-setup.md
docs/development/invoice_scoring_report.md
docs/development/local-ci-guide.md
docs/development/performance-standards.md
docs/development/performance-test-strategy.md
docs/development/test-consolidation-summary.md
docs/development/testing-thresholds.md
docs/development/threshold-transformation-summary.md
docs/diagrams/tier1-simple-user-flow.md
docs/diagrams/tier2-medium-system-flow.md
docs/diagrams/tier3-complete-technical-architecture.md
docs/static/.nojekyll
docs/static/img/adri-favicon.ico
docs/static/img/adri-favicon.svg
docs/static/img/adri-logo.svg
docs/static/img/docusaurus-social-card.jpg
docs/static/img/docusaurus.png
docs/static/img/favicon.ico
docs/static/img/logo.svg
docs/static/img/undraw_docusaurus_mountain.svg
docs/static/img/undraw_docusaurus_react.svg
docs/static/img/undraw_docusaurus_tree.svg
docs/tools/actrc.example
examples/README.md
examples/__init__.py
examples/crewai-business-analysis.py
examples/langchain-customer-service.py
examples/llamaindex-document-processing.py
examples/usage.md
examples/workflow_orchestration_example.py
examples/data/api_response.json
examples/data/crew_context.json
examples/data/invoice_data.csv
examples/data/rag_documents.json
examples/data/test_invoice_data.csv
examples/standards/ai_decision_step_standard.yaml
examples/standards/ai_narrative_step_standard.yaml
examples/standards/custom_invoice_standard.yaml
examples/standards/financial_risk_analyzer_financial_data_standard.yaml
examples/standards/high_quality_agent_data_standard.yaml
examples/standards/invoice_data_ADRI_standard.yaml
examples/standards/market_analysis_crew_market_data_standard.yaml
examples/standards/missing_standard.yaml
examples/standards/sample_data_ADRI_standard.yaml
examples/standards/test_invoice_data.yaml
examples/standards/test_minimal_messaging_data_standard.yaml
examples/use_cases/customer_support_agent.md
examples/utils/__init__.py
examples/utils/dependency_helpers.py
examples/utils/problem_demos.py
scripts/audit_test_thresholds.py
scripts/comprehensive-act-test.sh
scripts/create-rollback-point.sh
scripts/dev-test-install.sh
scripts/fix-encoding-issues.py
scripts/fix_test_standards.py
scripts/generate_standard_test_data.py
scripts/local-ci-test.sh
scripts/migrate_standards_to_severity.py
scripts/production_threshold_adjustment.py
scripts/realistic_threshold_adjustment.py
scripts/replace_thresholds.py
scripts/restore-from-rollback.sh
scripts/setup-enterprise-repo.sh
scripts/smart-commit-test.sh
scripts/test-before-commit.sh
scripts/test-recommendation-system.py
scripts/test-windows-local.sh
scripts/validate-github-compatibility.sh
scripts/validate_all_standards.py
src/adri/__init__.py
src/adri/_version.py
src/adri/decorator.py
src/adri/version.py
src/adri.egg-info/PKG-INFO
src/adri.egg-info/SOURCES.txt
src/adri.egg-info/dependency_links.txt
src/adri.egg-info/entry_points.txt
src/adri.egg-info/requires.txt
src/adri.egg-info/top_level.txt
src/adri/analysis/__init__.py
src/adri/analysis/data_profiler.py
src/adri/analysis/rule_inference.py
src/adri/analysis/standard_generator.py
src/adri/analysis/type_inference.py
src/adri/analysis/types.py
src/adri/analysis/generation/__init__.py
src/adri/analysis/generation/dimension_builder.py
src/adri/analysis/generation/explanation_generator.py
src/adri/analysis/generation/field_inference.py
src/adri/analysis/generation/standard_builder.py
src/adri/audit_logs/adri_assessment_logs_standard.yaml
src/adri/audit_logs/adri_dimension_scores_standard.yaml
src/adri/audit_logs/adri_failed_validations_standard.yaml
src/adri/catalog/__init__.py
src/adri/catalog/client.py
src/adri/cli/__init__.py
src/adri/cli/registry.py
src/adri/cli/commands/__init__.py
src/adri/cli/commands/assess.py
src/adri/cli/commands/config.py
src/adri/cli/commands/generate_standard.py
src/adri/cli/commands/guide.py
src/adri/cli/commands/list_assessments.py
src/adri/cli/commands/scoring.py
src/adri/cli/commands/setup.py
src/adri/cli/commands/view_logs.py
src/adri/config/__init__.py
src/adri/config/loader.py
src/adri/config/severity_defaults.yaml
src/adri/config/severity_loader.py
src/adri/core/__init__.py
src/adri/core/config.py
src/adri/core/exceptions.py
src/adri/core/protocols.py
src/adri/core/registry.py
src/adri/core/severity.py
src/adri/core/validation_rule.py
src/adri/guard/__init__.py
src/adri/guard/modes.py
src/adri/integrations/__init__.py
src/adri/logging/__init__.py
src/adri/logging/enterprise.py
src/adri/logging/local.py
src/adri/logging/log_reader.py
src/adri/standards/__init__.py
src/adri/standards/direct_test.yaml
src/adri/standards/exceptions.py
src/adri/standards/parser.py
src/adri/standards/reasoning_validator.py
src/adri/standards/schema.py
src/adri/standards/schema.yaml
src/adri/standards/validator.py
src/adri/standards/audit_logs/path_test.yaml
src/adri/utils/__init__.py
src/adri/utils/path_utils.py
src/adri/utils/serialization.py
src/adri/utils/validation_helpers.py
src/adri/validator/__init__.py
src/adri/validator/engine.py
src/adri/validator/loaders.py
src/adri/validator/pipeline.py
src/adri/validator/rules.py
src/adri/validator/dimensions/__init__.py
src/adri/validator/dimensions/completeness.py
src/adri/validator/dimensions/consistency.py
src/adri/validator/dimensions/freshness.py
src/adri/validator/dimensions/plausibility.py
src/adri/validator/dimensions/validity.py
tests/DECORATOR_AUTOGEN_TEST_RESULTS.md
tests/PARITY_TEST_RESULTS.md
tests/README.md
tests/__init__.py
tests/conftest.py
tests/performance_thresholds.py
tests/quality_framework.py
tests/run_demo_validation.py
tests/test_adri_config.yaml
tests/test_analysis_type_inference.py
tests/test_assessment_id_timing.py
tests/test_bundled_standard_wrapper.py
tests/test_catalog_client.py
tests/test_completeness_severity_scoring.py
tests/test_config.py
tests/test_consistency_dimension_expansion.py
tests/test_consistency_severity_scoring.py
tests/test_decorator.py
tests/test_decorator_autogen_equivalence.py
tests/test_dimension_scoring_integrity.py
tests/test_environment_documentation.py
tests/test_guard_modes.py
tests/test_guide_mode_formatting.py
tests/test_jsonl_logging_durability.py
tests/test_license_compliance.py
tests/test_logging_local.py
tests/test_path_resolution_comprehensive.py
tests/test_path_resolution_validation.py
tests/test_plausibility_rules.py
tests/test_rule_inference.py
tests/test_severity_defaults_loader.py
tests/test_severity_levels.py
tests/test_severity_scoring_calculations.py
tests/test_source_code_bug_fixes.py
tests/test_standard_validator.py
tests/test_standard_validator_integration.py
tests/test_standards_catalog.py
tests/test_standards_parser.py
tests/test_standards_schema_enhancements.py
tests/test_threshold_explanations.py
tests/test_tutorial_auto_discovery.py
tests/test_tutorial_cli_decorator_parity.py
tests/test_tutorial_framework.py
tests/test_tutorial_framework_example.py
tests/test_tutorial_invoice_flow_validation.py
tests/test_use_cases.py
tests/test_validation_failure_extraction.py
tests/test_validation_rules_structure.py
tests/test_validator_engine.py
tests/test_validator_integration.py
tests/test_validator_loaders.py
tests/test_validator_rules.py
tests/test_validity_severity_scoring.py
tests/test_what_if_edge_cases.py
tests/cli/__init__.py
tests/cli/conftest.py
tests/cli/fixtures.py
tests/cli/test_command_registry.py
tests/cli/test_guide_command.py
tests/cli/test_modern_cli.py
tests/cli/test_specialized_cli.py
tests/coverage/act-logs/comprehensive-test-report.json
tests/coverage/pre-pr-validation/validation-report-20250922_142725.json
tests/coverage/pre-pr-validation/validation-report-20250922_142752.json
tests/coverage/pre-pr-validation/validation-report-20250922_145421.json
tests/coverage/pre-pr-validation/validation-report-20250922_145612.json
tests/demo-structure/ADRI/config.yaml
tests/demo-structure/ADRI/standards/ADRI_audit_log.yaml
tests/demo-structure/ADRI/standards/ADRI_dimension_scores.yaml
tests/demo-structure/ADRI/standards/ADRI_failed_validations.yaml
tests/demo-structure/ADRI/standards/audit_logs/fallback_test.yaml
tests/demo-structure/ADRI/tutorials/README.md
tests/demo-structure/ADRI/tutorials/invoice_processing/invoice_data.csv
tests/demo-structure/ADRI/tutorials/invoice_processing/test_invoice_data.csv
tests/demo-structure/ADRI/tutorials/invoice_processing/baseline_outcome/adri_assessment_logs.csv
tests/demo-structure/ADRI/tutorials/invoice_processing/baseline_outcome/adri_dimension_scores.csv
tests/demo-structure/ADRI/tutorials/invoice_processing/baseline_outcome/adri_failed_validations.csv
tests/fixtures/TUTORIAL_FRAMEWORK_README.md
tests/fixtures/TUTORIAL_SCENARIOS.md
tests/fixtures/baseline_utils.py
tests/fixtures/issue_35_test_data.csv
tests/fixtures/issue_35_test_standard.yaml
tests/fixtures/mock_projects.py
tests/fixtures/modern_fixtures.py
tests/fixtures/parity_helpers.py
tests/fixtures/standards_cache_cleanup.py
tests/fixtures/standards_discovery.py
tests/fixtures/tutorial_discovery.py
tests/fixtures/tutorial_scenarios.py
tests/fixtures/sample_data/customers.csv
tests/fixtures/standards/api_response.yaml
tests/fixtures/standards/api_response_template.yaml
tests/fixtures/standards/autogen_test_decorator.yaml
tests/fixtures/standards/callback_test.yaml
tests/fixtures/standards/completely_missing_standard.yaml
tests/fixtures/standards/complex_standard.yaml
tests/fixtures/standards/crew_context.yaml
tests/fixtures/standards/custom_invoice_standard.yaml
tests/fixtures/standards/custom_standard.yaml
tests/fixtures/standards/customer_standard.yaml
tests/fixtures/standards/dimension_standard.yaml
tests/fixtures/standards/documents.yaml
tests/fixtures/standards/ecommerce_order_standard.yaml
tests/fixtures/standards/error_test.yaml
tests/fixtures/standards/fail_test.yaml
tests/fixtures/standards/financial_transaction_standard.yaml
tests/fixtures/standards/full_result_test.yaml
tests/fixtures/standards/healthcare_patient_standard.yaml
tests/fixtures/standards/id_test.yaml
tests/fixtures/standards/invoice_data.yaml
tests/fixtures/standards/key_value_template.yaml
tests/fixtures/standards/langchain_chain_input_standard.yaml
tests/fixtures/standards/llamaindex_document_standard.yaml
tests/fixtures/standards/malformed_test.yaml
tests/fixtures/standards/marketing_campaign_standard.yaml
tests/fixtures/standards/mode_test_continue.yaml
tests/fixtures/standards/mode_test_raise.yaml
tests/fixtures/standards/mode_test_warn.yaml
tests/fixtures/standards/multi_invoke_test.yaml
tests/fixtures/standards/nested_json_template.yaml
tests/fixtures/standards/nested_standard.yaml
tests/fixtures/standards/no_callback_test.yaml
tests/fixtures/standards/permissive_standard.yaml
tests/fixtures/standards/pipeline_standard.yaml
tests/fixtures/standards/sample_standard.yaml
tests/fixtures/standards/selective_standard.yaml
tests/fixtures/standards/test.yaml
tests/fixtures/standards/test_assessment_decorator.yaml
tests/fixtures/standards/test_autogen_invoice.yaml
tests/fixtures/standards/test_decorator_invoice.yaml
tests/fixtures/standards/test_fields_decorator.yaml
tests/fixtures/standards/test_function_data_standard.yaml
tests/fixtures/standards/test_invoice_data.yaml
tests/fixtures/standards/test_reuse_standard.yaml
tests/fixtures/standards/test_rules_decorator.yaml
tests/fixtures/standards/time_series_template.yaml
tests/fixtures/standards/valid.yaml
tests/fixtures/standards/warn_standard.yaml
tests/fixtures/standards/workflow_callback_test.yaml
tests/fixtures/standards/invalid/invalid_dimension_name.yaml
tests/fixtures/standards/invalid/invalid_overall_minimum.yaml
tests/fixtures/standards/invalid/invalid_weight_range.yaml
tests/fixtures/standards/invalid/missing_standards_section.yaml
tests/fixtures/standards/valid/comprehensive_valid_standard.yaml
tests/fixtures/standards/valid/minimal_valid_standard.yaml
tests/fixtures/validation/empty_data.csv
tests/fixtures/validation/good_invoice_data.csv
tests/fixtures/validation/minimal_data.csv
tests/fixtures/validation/standard_default.yaml
tests/fixtures/validation/standard_lenient.yaml
tests/fixtures/validation/standard_strict.yaml
tests/fixtures/validation/test_invoice_boundary_79.csv
tests/fixtures/validation/test_invoice_boundary_80.csv
tests/fixtures/validation/test_invoice_fail.csv
tests/fixtures/validation/test_invoice_perfect.csv
tests/integration/test_cli_imports.py
tests/integration/test_component_interactions.py
tests/integration/test_generate_standard_enriched.py
tests/integration/test_issue_35_actual_bug_data.py
tests/performance/cli_path_resolution_benchmarks.py
tests/performance/test_quality_benchmarks.py
tests/unit/analysis/test_data_profiler_comprehensive.py
tests/unit/analysis/test_type_inference_comprehensive.py
tests/unit/config/test_loader_comprehensive.py
tests/unit/core/__init__.py
tests/unit/core/test_exceptions.py
tests/unit/core/test_protocols.py
tests/unit/core/test_registry.py
tests/unit/decorator/test_decorator_comprehensive.py
tests/unit/guard/test_modes_comprehensive.py
tests/unit/logging/test_local_comprehensive.py
tests/unit/logging/test_log_reader.py
tests/unit/standards/test_parser_comprehensive.py
tests/unit/validator/test_engine_comprehensive.py
tests/unit/validator/dimensions/__init__.py
tests/unit/validator/dimensions/test_validity.py
tests/utils/performance_helpers.py