AUTHORS.md
LICENSE
MANIFEST.in
NOTICE
PROTECTED_INVARIANTS.md
PUBLIC_SCOPE.md
README.md
START_HERE.md
pyproject.toml
registries/evidence_ledger.yaml
registries/external_consumer_profiles.yaml
registries/operation_spec_registry.yaml
registries/safety_registry.yaml
release/v1_0_rc_candidate_manifest.yaml
schemas/conformance_pack.schema.json
schemas/conformance_report.schema.json
schemas/draft_packet.schema.yaml
schemas/evidence_bundle.schema.json
schemas/evidence_provider_policy.schema.json
schemas/evidence_record.schema.json
schemas/evidence_request.schema.json
schemas/evidence_resolution.schema.json
schemas/evidence_validation_report.schema.json
schemas/mcp_host_context.schema.json
schemas/mcp_tool_call_assessment.schema.json
schemas/mcp_tool_call_conformance_pack.schema.json
schemas/mcp_tool_call_conformance_report.schema.json
schemas/mcp_tool_call_envelope.schema.json
schemas/mcp_tool_call_profile.schema.json
schemas/openai_function_call_binding.schema.json
schemas/openai_function_tool_preflight.schema.json
schemas/profile_manifest.schema.json
schemas/registry_diff.schema.json
schemas/registry_migration_record.schema.json
schemas/registry_snapshot.schema.json
schemas/trust_gate_decision.schema.json
schemas/trust_receipt.schema.json
schemas/trust_receipt_replay_report.schema.json
schemas/verified_intent_packet.schema.json
src/ainir/__init__.py
src/ainir/__main__.py
src/ainir/_version.py
src/ainir/canonical.py
src/ainir/cli.py
src/ainir/conformance_runner.py
src/ainir/contract_validation.py
src/ainir/contracts.py
src/ainir/core.py
src/ainir/demo_resources.py
src/ainir/draft_ast.py
src/ainir/entrypoint.py
src/ainir/evidence_ledger.py
src/ainir/evidence_provider.py
src/ainir/execution_context.py
src/ainir/golden_trace_harness.py
src/ainir/lowering.py
src/ainir/lowering_gate.py
src/ainir/mcp_authoring.py
src/ainir/mcp_conformance.py
src/ainir/mcp_host_adapter.py
src/ainir/mcp_tool_call.py
src/ainir/mcp_tool_call_eval.py
src/ainir/negative_conformance_harness.py
src/ainir/normalizer.py
src/ainir/offline_evidence_provider_eval.py
src/ainir/openai_function_tool_adapter.py
src/ainir/openai_function_tool_eval.py
src/ainir/operation_registry.py
src/ainir/phase18_trust_gate_eval.py
src/ainir/phase19_trust_receipt_eval.py
src/ainir/phase20_receipt_conformance_eval.py
src/ainir/phase21_release_readiness_eval.py
src/ainir/phase22_verified_intent_eval.py
src/ainir/phase23_verified_intent_hardening_eval.py
src/ainir/phase24_verified_intent_semantic_eval.py
src/ainir/phase25_verified_intent_contract_eval.py
src/ainir/phase26_private_trial.py
src/ainir/phase30_v1_rc_candidate.py
src/ainir/policy_core.py
src/ainir/profile_manifest.py
src/ainir/profile_runtime.py
src/ainir/profiles.py
src/ainir/registry_context.py
src/ainir/registry_evolution.py
src/ainir/registry_provenance.py
src/ainir/registry_replay.py
src/ainir/resources.py
src/ainir/safety_model.py
src/ainir/safety_registry.py
src/ainir/temp_paths.py
src/ainir/transaction_contract.py
src/ainir/trust_gate.py
src/ainir/trust_receipt_store.py
src/ainir/verified_intent_export.py
src/ainir/verifier.py
src/ainir.egg-info/PKG-INFO
src/ainir.egg-info/SOURCES.txt
src/ainir.egg-info/dependency_links.txt
src/ainir.egg-info/entry_points.txt
src/ainir.egg-info/requires.txt
src/ainir.egg-info/top_level.txt
src/ainir/demo_examples/__init__.py
src/ainir/demo_examples/demo_manifest.json
src/ainir/demo_examples/account_deletion_hard_delete_blocked/draft.yaml
src/ainir/demo_examples/create_user_outbox_safe/draft.yaml
src/ainir/demo_examples/order_payment_real_payment_blocked/draft.yaml
src/ainir/demo_examples/password_reset_raw_token_blocked/draft.yaml
src/ainir/demo_examples/pii_export_raw_pii_blocked/draft.yaml
src/ainir/mcp_profiles/__init__.py
src/ainir/mcp_profiles/reference_v1/__init__.py
src/ainir/mcp_profiles/reference_v1/cases.yaml
src/ainir/mcp_profiles/reference_v1/profile.yaml
src/ainir/mcp_profiles/reference_v1/descriptors/workspace.delete_file.json
src/ainir/mcp_profiles/reference_v1/descriptors/workspace.read_text.json
src/ainir/mcp_profiles/reference_v1/descriptors/workspace.write_text.json
src/ainir/profile_packs/__init__.py
src/ainir/profile_packs/public_demo_v1/__init__.py
src/ainir/profile_packs/public_demo_v1/conformance.yaml
src/ainir/profile_packs/public_demo_v1/golden_traces.yaml
src/ainir/profile_packs/public_demo_v1/negative_conformance_corpus.yaml
src/ainir/profile_packs/public_demo_v1/profile.yaml
src/ainir/profile_packs/public_demo_v1/examples/account_deletion_hard_delete_blocked/draft.yaml
src/ainir/profile_packs/public_demo_v1/examples/create_user_outbox_safe/draft.yaml
src/ainir/profile_packs/public_demo_v1/examples/order_payment_real_payment_blocked/draft.yaml
src/ainir/profile_packs/public_demo_v1/examples/password_reset_raw_token_blocked/draft.yaml
src/ainir/profile_packs/public_demo_v1/examples/pii_export_raw_pii_blocked/draft.yaml
src/ainir/registries/__init__.py
src/ainir/registries/evidence_ledger.yaml
src/ainir/registries/external_consumer_profiles.yaml
src/ainir/registries/operation_spec_registry.yaml
src/ainir/registries/safety_registry.yaml
src/ainir/schemas/__init__.py
src/ainir/schemas/conformance_pack.schema.json
src/ainir/schemas/conformance_report.schema.json
src/ainir/schemas/draft_packet.schema.yaml
src/ainir/schemas/evidence_bundle.schema.json
src/ainir/schemas/evidence_provider_policy.schema.json
src/ainir/schemas/evidence_record.schema.json
src/ainir/schemas/evidence_request.schema.json
src/ainir/schemas/evidence_resolution.schema.json
src/ainir/schemas/evidence_validation_report.schema.json
src/ainir/schemas/mcp_host_context.schema.json
src/ainir/schemas/mcp_tool_call_assessment.schema.json
src/ainir/schemas/mcp_tool_call_conformance_pack.schema.json
src/ainir/schemas/mcp_tool_call_conformance_report.schema.json
src/ainir/schemas/mcp_tool_call_envelope.schema.json
src/ainir/schemas/mcp_tool_call_profile.schema.json
src/ainir/schemas/openai_function_call_binding.schema.json
src/ainir/schemas/openai_function_tool_preflight.schema.json
src/ainir/schemas/profile_manifest.schema.json
src/ainir/schemas/registry_diff.schema.json
src/ainir/schemas/registry_migration_record.schema.json
src/ainir/schemas/registry_snapshot.schema.json
src/ainir/schemas/trust_gate_decision.schema.json
src/ainir/schemas/trust_receipt.schema.json
src/ainir/schemas/trust_receipt_replay_report.schema.json
src/ainir/schemas/verified_intent_packet.schema.json
tests/test_defensive_integrity_p0_regressions.py
tests/test_defensive_integrity_pass18_supply_chain.py
tests/test_demo.py
tests/test_negative_conformance_regressions.py
tests/test_oss_readiness.py
tests/test_p2_stable_cli_and_contracts.py
tests/test_p3_profile_sdk_and_conformance.py
tests/test_p4_registry_evolution_and_replay.py
tests/test_p5_offline_evidence_providers.py
tests/test_p6_mcp_tool_call_profile.py
tests/test_p7_openai_host_adapter_and_mcp_authoring.py
tests/test_packaged_demo_entrypoint.py
tests/test_phase10_effect_contracts.py
tests/test_phase12_transaction_binding.py
tests/test_phase14_operation_contract_runner.py
tests/test_phase15_capability_and_host_contract.py
tests/test_phase16_exact_capability_contracts.py
tests/test_phase18_trust_gate.py
tests/test_phase19_trust_receipt.py
tests/test_phase1_registry.py
tests/test_phase20_receipt_conformance.py
tests/test_phase21_launch_readiness.py
tests/test_phase22_verified_intent_export.py
tests/test_phase23_verified_intent_hardening.py
tests/test_phase24_verified_intent_semantic.py
tests/test_phase25_verified_intent_contract.py
tests/test_phase26_private_trial.py
tests/test_phase2_strict_ast.py
tests/test_phase30_v1_rc_candidate.py
tests/test_phase31_trust_gate_integrity_regressions.py
tests/test_phase32_parser_context_hardening.py
tests/test_phase32_parser_context_integrity_regressions.py
tests/test_phase32_parser_receipt_hardening.py
tests/test_phase3_evidence_ledger.py
tests/test_phase4_operation_specs.py
tests/test_phase5_execution_context.py
tests/test_phase6_lowering_gate.py
tests/test_phase7_negative_conformance.py
tests/test_phase8_golden_traces.py
tests/test_publish_workflow_contract.py
tests/test_release_identity_and_resources.py
tests/test_safety_edges.py
tests/test_v1_rc_patch2_trust_surface.py
tests/test_v1_rc_patch3_scope_boundaries.py
tests/test_v1_rc_patch4_registry_consistency.py
tests/test_verified_intent_bundle_integrity.py