LICENSE
README.md
pyproject.toml
src/agentseam/__init__.py
src/agentseam/allow_semantics.py
src/agentseam/bundler.py
src/agentseam/bundler_templates.py
src/agentseam/cli.py
src/agentseam/contract.py
src/agentseam/dispatch.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.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/_windows.py
src/agentseam/adapters/antigravity.py
src/agentseam/adapters/claude_code.py
src/agentseam/adapters/codex_cli.py
src/agentseam/adapters/cursor.py
src/agentseam/adapters/devin.py
src/agentseam/adapters/gemini_cli.py
src/agentseam/adapters/grok.py
src/agentseam/adapters/junie.py
src/agentseam/adapters/kimi_code.py
src/agentseam/adapters/tabnine.py
src/agentseam/adapters/vscode_copilot.py
src/agentseam/adapters/windsurf.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_bundler.py
tests/test_bundler_subprocess.py
tests/test_capture_kit.py
tests/test_capture_probe.py
tests/test_cli.py
tests/test_decision_vocabulary.py
tests/test_dispatch.py
tests/test_examples.py
tests/test_fail_closed_gates_are_answered.py
tests/test_git_hooks.py
tests/test_install.py
tests/test_install_identity.py
tests/test_instructions.py
tests/test_matrix.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_redaction.py
tests/test_repo_standards.py
tests/test_unknown_events.py
tests/test_vendor_lookups.py