README.md
pyproject.toml
agentbundle/__init__.py
agentbundle/__main__.py
agentbundle/catalogue.py
agentbundle/cli.py
agentbundle/config.py
agentbundle/render.py
agentbundle/safety.py
agentbundle/scope.py
agentbundle/user_config.py
agentbundle/version.py
agentbundle.egg-info/PKG-INFO
agentbundle.egg-info/SOURCES.txt
agentbundle.egg-info/dependency_links.txt
agentbundle.egg-info/entry_points.txt
agentbundle.egg-info/top_level.txt
agentbundle/_data/adapter.schema.json
agentbundle/_data/adapter.toml
agentbundle/_data/install-marker.py
agentbundle/_data/pack.schema.json
agentbundle/_data/plugin-manifest.derived.schema.json
agentbundle/_data/plugin-manifest.schema.json
agentbundle/build/__init__.py
agentbundle/build/__main__.py
agentbundle/build/adapter_root_bins.py
agentbundle/build/contract.py
agentbundle/build/lint_packs.py
agentbundle/build/main.py
agentbundle/build/phase_order.py
agentbundle/build/scope_rails.py
agentbundle/build/self_host.py
agentbundle/build/shared_libs.py
agentbundle/build/target_resolver.py
agentbundle/build/validate.py
agentbundle/build/adapters/__init__.py
agentbundle/build/adapters/claude_code.py
agentbundle/build/adapters/codex.py
agentbundle/build/adapters/copilot.py
agentbundle/build/adapters/kiro.py
agentbundle/build/adapters/kiro_cli.py
agentbundle/build/adapters/kiro_ide.py
agentbundle/build/projections/__init__.py
agentbundle/build/projections/codex_agent_toml.py
agentbundle/build/projections/copilot_agent_md.py
agentbundle/build/projections/copilot_hooks_json.py
agentbundle/build/projections/direct_directory.py
agentbundle/build/projections/hook_id.py
agentbundle/build/projections/kiro_ide_hook.py
agentbundle/build/projections/merge_into_agent_json.py
agentbundle/build/projections/merge_json.py
agentbundle/build/projections/user_merge_json.py
agentbundle/build/tests/__init__.py
agentbundle/build/tests/test_adapter_claude_code.py
agentbundle/build/tests/test_adapter_codex.py
agentbundle/build/tests/test_adapter_copilot.py
agentbundle/build/tests/test_adapter_kiro.py
agentbundle/build/tests/test_adapter_kiro_alias.py
agentbundle/build/tests/test_adapter_kiro_cli.py
agentbundle/build/tests/test_adapter_kiro_ide.py
agentbundle/build/tests/test_adapter_root_bins_projection.py
agentbundle/build/tests/test_build_ships_seeds.py
agentbundle/build/tests/test_contract.py
agentbundle/build/tests/test_contract_scope.py
agentbundle/build/tests/test_contract_v07.py
agentbundle/build/tests/test_contract_v08.py
agentbundle/build/tests/test_direct_directory_cleanup.py
agentbundle/build/tests/test_end_to_end_build.py
agentbundle/build/tests/test_lint_agents_md_legacy_block.py
agentbundle/build/tests/test_lint_agents_md_risk_block.py
agentbundle/build/tests/test_lint_packs.py
agentbundle/build/tests/test_load_pack_hook_wiring_safely.py
agentbundle/build/tests/test_pack_schema.py
agentbundle/build/tests/test_pack_schema_allowed_adapters.py
agentbundle/build/tests/test_pack_schema_install.py
agentbundle/build/tests/test_pipeline.py
agentbundle/build/tests/test_plugin_manifest_schema.py
agentbundle/build/tests/test_projections_merge_json.py
agentbundle/build/tests/test_scope_rails.py
agentbundle/build/tests/test_security.py
agentbundle/build/tests/test_self_host_check.py
agentbundle/build/tests/test_shared_libs_projection.py
agentbundle/build/tests/test_shipped_packs_v07_declarations.py
agentbundle/build/tests/test_shipped_packs_v08_declarations.py
agentbundle/build/tests/test_validate.py
agentbundle/commands/__init__.py
agentbundle/commands/_common.py
agentbundle/commands/_drop_warning.py
agentbundle/commands/adapt.py
agentbundle/commands/config.py
agentbundle/commands/diff.py
agentbundle/commands/init_state.py
agentbundle/commands/install.py
agentbundle/commands/list_packs.py
agentbundle/commands/list_targets.py
agentbundle/commands/reconcile.py
agentbundle/commands/render.py
agentbundle/commands/scaffold.py
agentbundle/commands/uninstall.py
agentbundle/commands/upgrade.py
agentbundle/commands/validate.py