LICENSE
README.md
pyproject.toml
src/agentseam/__init__.py
src/agentseam/_data.py
src/agentseam/allow_semantics.py
src/agentseam/bundler.py
src/agentseam/bundler_templates.py
src/agentseam/cli.py
src/agentseam/cli_report.py
src/agentseam/conformance.py
src/agentseam/contract.py
src/agentseam/dispatch.py
src/agentseam/evidence_report.py
src/agentseam/harness.py
src/agentseam/install.py
src/agentseam/install_config.py
src/agentseam/install_identity.py
src/agentseam/instructions.py
src/agentseam/matrix.py
src/agentseam/matrix_data.py
src/agentseam/matrix_evidence.py
src/agentseam/matrix_gaps.py
src/agentseam/matrix_notes.py
src/agentseam/matrix_terms.py
src/agentseam/packaging.py
src/agentseam/packaging_data.py
src/agentseam/packaging_limits.py
src/agentseam/permissions.py
src/agentseam/permissions_data.py
src/agentseam/permissions_render.py
src/agentseam/recordings.py
src/agentseam/staleness.py
src/agentseam/tier_table.py
src/agentseam/vendor_config.py
src/agentseam.egg-info/PKG-INFO
src/agentseam.egg-info/SOURCES.txt
src/agentseam.egg-info/dependency_links.txt
src/agentseam.egg-info/entry_points.txt
src/agentseam.egg-info/requires.txt
src/agentseam.egg-info/top_level.txt
src/agentseam/adapters/__init__.py
src/agentseam/adapters/_antigravity.py
src/agentseam/adapters/_cursor.py
src/agentseam/adapters/_family.py
src/agentseam/adapters/_hook_entry.py
src/agentseam/adapters/_hook_json.py
src/agentseam/adapters/_payload.py
src/agentseam/adapters/_probes.py
src/agentseam/adapters/_windows.py
src/agentseam/adapters/_windsurf.py
src/agentseam/adapters/vscode_copilot.py
src/agentseam/data/allow-semantics.json
src/agentseam/data/allow-semantics.schema.json
src/agentseam/data/harness.json
src/agentseam/data/matrix-notes.json
src/agentseam/data/matrix.json
src/agentseam/data/packaging-limits.json
src/agentseam/data/packaging-limits.schema.json
src/agentseam/data/packaging.json
src/agentseam/data/permissions-capability.json
src/agentseam/data/permissions-content-reasons.json
src/agentseam/data/permissions-content-reasons.schema.json
src/agentseam/data/permissions-unrecorded.json
src/agentseam/data/vendor-releases.json
src/agentseam/data/recordings/claude_code@2.1.263.json
src/agentseam/data/recordings/claude_code@2.1.275.json
src/agentseam/data/recordings/schema.json
src/agentseam/data/templates/binding.py.tmpl
src/agentseam/data/templates/header.py.tmpl
src/agentseam/data/templates/runtime.py.tmpl
src/agentseam/data/vendors/antigravity.json
src/agentseam/data/vendors/claude_code.json
src/agentseam/data/vendors/codex_cli.json
src/agentseam/data/vendors/cursor.json
src/agentseam/data/vendors/devin.json
src/agentseam/data/vendors/gemini_cli.json
src/agentseam/data/vendors/grok.json
src/agentseam/data/vendors/junie.json
src/agentseam/data/vendors/kimi_code.json
src/agentseam/data/vendors/schema.json
src/agentseam/data/vendors/tabnine.json
src/agentseam/data/vendors/vscode_copilot.json
src/agentseam/data/vendors/windsurf.json
src/agentseam/probe/__init__.py
src/agentseam/probe/_shell.py
src/agentseam/probe/cli.py
src/agentseam/probe/conformance_report.py
src/agentseam/probe/experiment.py
src/agentseam/probe/experiment_cli.py
src/agentseam/probe/experiment_driver.py
src/agentseam/probe/experiment_escalate.py
src/agentseam/probe/experiment_probe.py
src/agentseam/probe/experiment_report.py
src/agentseam/probe/recorded_driver.py
src/agentseam/probe/reference_agent.py
tests/test_adapter_antigravity.py
tests/test_adapter_claude_code.py
tests/test_adapter_codex_cli.py
tests/test_adapter_cursor.py
tests/test_adapter_devin.py
tests/test_adapter_gemini_cli.py
tests/test_adapter_grok.py
tests/test_adapter_junie.py
tests/test_adapter_kimi_code.py
tests/test_adapter_tabnine.py
tests/test_adapter_vscode_copilot.py
tests/test_adapter_windsurf.py
tests/test_allow_is_vendor_default.py
tests/test_bundle_equivalence.py
tests/test_bundler.py
tests/test_bundler_subprocess.py
tests/test_bundler_templates.py
tests/test_capture_kit.py
tests/test_capture_probe.py
tests/test_cli.py
tests/test_conformance.py
tests/test_coverage_skeleton.py
tests/test_cursor_ask_dialect.py
tests/test_data_tables.py
tests/test_decision_vocabulary.py
tests/test_dispatch.py
tests/test_dispatch_handler_failure.py
tests/test_evidence_report.py
tests/test_examples.py
tests/test_experiment_driver.py
tests/test_experiment_kit.py
tests/test_experiment_kit_escalate.py
tests/test_fail_closed_gates_are_answered.py
tests/test_git_hooks.py
tests/test_golden_fixtures.py
tests/test_harness.py
tests/test_install.py
tests/test_install_identity.py
tests/test_install_toml_block.py
tests/test_instructions.py
tests/test_literal_duplication.py
tests/test_matrix.py
tests/test_matrix_evidence.py
tests/test_no_private_data.py
tests/test_packaging.py
tests/test_packaging_copilot.py
tests/test_packaging_executable.py
tests/test_parse_is_total.py
tests/test_permissions.py
tests/test_probe_ci.py
tests/test_probe_harness_wiring.py
tests/test_quickstart_block.py
tests/test_recorded_driver.py
tests/test_recordings.py
tests/test_redaction.py
tests/test_repo_standards.py
tests/test_staleness.py
tests/test_thirteenth_vendor.py
tests/test_tier_table.py
tests/test_unknown_events.py
tests/test_vendor_config.py
tests/test_vendor_config_claims.py
tests/test_vendor_lookups.py
tests/test_watch_versions.py