MANIFEST.in
README-pypi.md
README.md
conftest.py
pyproject.toml
agentbundle/__init__.py
agentbundle/__main__.py
agentbundle/catalogue.py
agentbundle/categories.py
agentbundle/cli.py
agentbundle/config.py
agentbundle/https_catalogue.py
agentbundle/local_exclude.py
agentbundle/oplog.py
agentbundle/pack_inventory.py
agentbundle/render.py
agentbundle/safety.py
agentbundle/scaffold.py
agentbundle/scope.py
agentbundle/source_defaults.py
agentbundle/statelock.py
agentbundle/user_config.py
agentbundle/version.py
agentbundle/workspace_mcp.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/requires.txt
agentbundle.egg-info/top_level.txt
agentbundle/_data/adapter.schema.json
agentbundle/_data/adapter.toml
agentbundle/_data/catalogue.schema.json
agentbundle/_data/guide.schema.json
agentbundle/_data/install-defaults.toml
agentbundle/_data/install-marker.py
agentbundle/_data/marketplace-entry.schema.json
agentbundle/_data/pack.schema.json
agentbundle/_data/plugin-manifest.derived.schema.json
agentbundle/_data/plugin-manifest.schema.json
agentbundle/_data/profile.schema.json
agentbundle/_data/skill-manifest.schema.json
agentbundle/_data/skill.schema.json
agentbundle/_data/target-vocab.toml
agentbundle/_data/catalogue-scaffold/manifest.json
agentbundle/_data/catalogue-scaffold/guides/_shared/reference/catalogue-authoring-standards.md
agentbundle/_data/catalogue-scaffold/guides/_shared/reference/catalogue-ci-contract.md
agentbundle/_data/catalogue-scaffold/packs/AGENTS.md
agentbundle/_data/catalogue-scaffold/packs/README.md
agentbundle/_data/catalogue-scaffold/packs/_example/README.md
agentbundle/_data/catalogue-scaffold/packs/_example/pack.toml
agentbundle/_data/catalogue-scaffold/packs/_example/.apm/skills/example-skill/SKILL.md
agentbundle/_data/catalogue-scaffold/packs/_example/.apm/skills/example-skill/evals/eval_queries.json
agentbundle/_data/catalogue-scaffold/packs/_example/.claude-plugin/plugin.json
agentbundle/_data/catalogue-scaffold/profiles/AGENTS.md
agentbundle/_data/catalogue-scaffold/profiles/README.md
agentbundle/_data/catalogue-scaffold/profiles/_example/README.md
agentbundle/_data/catalogue-scaffold/profiles/_example/profile.toml
agentbundle/_data/catalogue-scaffold/tests/conformance/test_gemini_admissibility.py
agentbundle/_data/catalogue-scaffold/tests/conformance/test_pack_metadata.py
agentbundle/_data/catalogue-scaffold/tests/conformance/test_shared_library_boundaries.py
agentbundle/build/__init__.py
agentbundle/build/__main__.py
agentbundle/build/adapter_root_bins.py
agentbundle/build/contract.py
agentbundle/build/hook_wiring_rules.py
agentbundle/build/lint_packs.py
agentbundle/build/main.py
agentbundle/build/phase_order.py
agentbundle/build/projection_io.py
agentbundle/build/scope_rails.py
agentbundle/build/self_host.py
agentbundle/build/shared_libs.py
agentbundle/build/target_resolver.py
agentbundle/build/user_libs.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/cursor.py
agentbundle/build/adapters/gemini.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/gemini_command_toml.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/plugin_hooks.py
agentbundle/build/projections/user_merge_json.py
agentbundle/build/recipes/composite-agents-md.toml
agentbundle/build/recipes/composite-marketplace.toml
agentbundle/build/recipes/marketplace.toml
agentbundle/build/recipes/per-pack-apm-package.toml
agentbundle/build/recipes/per-pack-claude-plugin.toml
agentbundle/build/recipes/per-pack-overlay.toml
agentbundle/build/recipes/self-host.toml
agentbundle/catalogue_tooling/__init__.py
agentbundle/catalogue_tooling/archive.py
agentbundle/catalogue_tooling/build.py
agentbundle/catalogue_tooling/config.py
agentbundle/catalogue_tooling/defaults.py
agentbundle/catalogue_tooling/diagnostics.py
agentbundle/catalogue_tooling/file_safety.py
agentbundle/catalogue_tooling/identity.py
agentbundle/catalogue_tooling/initialise.py
agentbundle/catalogue_tooling/initialise_self_hosted.py
agentbundle/catalogue_tooling/lint.py
agentbundle/catalogue_tooling/package.py
agentbundle/catalogue_tooling/results.py
agentbundle/catalogue_tooling/self_host.py
agentbundle/catalogue_tooling/self_host_windows.py
agentbundle/catalogue_tooling/skill_spec_lint.py
agentbundle/catalogue_tooling/toml_emit.py
agentbundle/catalogue_tooling/verify.py
agentbundle/commands/__init__.py
agentbundle/commands/_common.py
agentbundle/commands/_drop_warning.py
agentbundle/commands/adapt.py
agentbundle/commands/catalogue_build.py
agentbundle/commands/catalogue_init.py
agentbundle/commands/catalogue_lint.py
agentbundle/commands/catalogue_package.py
agentbundle/commands/catalogue_self_host.py
agentbundle/commands/catalogue_sync_defaults.py
agentbundle/commands/catalogue_tooling_stub.py
agentbundle/commands/catalogue_verify.py
agentbundle/commands/config.py
agentbundle/commands/diff.py
agentbundle/commands/docs.py
agentbundle/commands/init_state.py
agentbundle/commands/install.py
agentbundle/commands/list_installed.py
agentbundle/commands/list_packs.py
agentbundle/commands/list_profiles.py
agentbundle/commands/list_targets.py
agentbundle/commands/oplog_cmd.py
agentbundle/commands/pack_config_cmd.py
agentbundle/commands/pack_evals.py
agentbundle/commands/package_catalogue.py
agentbundle/commands/profile.py
agentbundle/commands/reconcile.py
agentbundle/commands/render.py
agentbundle/commands/scaffold.py
agentbundle/commands/show.py
agentbundle/commands/uninstall.py
agentbundle/commands/upgrade.py
agentbundle/commands/validate.py
templates/install-marker.py
tests/__init__.py
tests/_support.py
tests/conftest.py
tests/test_adapter_permissions_projection.py
tests/test_workspace_mcp_elicit.py
tests/test_workspace_mcp_event_bridge.py
tests/test_workspace_mcp_git.py
tests/test_workspace_mcp_lifecycle.py
tests/test_workspace_mcp_stdin.py
tests/test_workspace_mcp_tools.py
tests/build_pipeline/__init__.py
tests/build_pipeline/test_adapter_claude_code.py
tests/build_pipeline/test_adapter_codex.py
tests/build_pipeline/test_adapter_copilot.py
tests/build_pipeline/test_adapter_cursor.py
tests/build_pipeline/test_adapter_gemini.py
tests/build_pipeline/test_adapter_kiro.py
tests/build_pipeline/test_adapter_kiro_alias.py
tests/build_pipeline/test_adapter_kiro_cli.py
tests/build_pipeline/test_adapter_kiro_ide.py
tests/build_pipeline/test_adapter_root_bins_projection.py
tests/build_pipeline/test_build_ships_seeds.py
tests/build_pipeline/test_contract.py
tests/build_pipeline/test_contract_scope.py
tests/build_pipeline/test_contract_v07.py
tests/build_pipeline/test_contract_v08.py
tests/build_pipeline/test_direct_directory_cleanup.py
tests/build_pipeline/test_end_to_end_build.py
tests/build_pipeline/test_hook_wiring_rules.py
tests/build_pipeline/test_lint_packs.py
tests/build_pipeline/test_load_pack_hook_wiring_safely.py
tests/build_pipeline/test_pack_schema.py
tests/build_pipeline/test_pack_schema_allowed_adapters.py
tests/build_pipeline/test_pack_schema_install.py
tests/build_pipeline/test_pipeline.py
tests/build_pipeline/test_plugin_hooks.py
tests/build_pipeline/test_plugin_manifest_schema.py
tests/build_pipeline/test_projectable_subset.py
tests/build_pipeline/test_projections_merge_json.py
tests/build_pipeline/test_scope_rails.py
tests/build_pipeline/test_security.py
tests/build_pipeline/test_self_host_check.py
tests/build_pipeline/test_self_host_fixture_guard.py
tests/build_pipeline/test_self_host_recipe_config.py
tests/build_pipeline/test_shared_libs_projection.py
tests/build_pipeline/test_shared_prefix_contract.py
tests/build_pipeline/test_user_libs_projection.py
tests/build_pipeline/test_validate.py
tests/build_pipeline/test_writers_emit_lf.py
tests/build_pipeline/fixtures/README.md
tests/build_pipeline/fixtures/packs/core/pack.toml
tests/build_pipeline/fixtures/packs/core/.apm/agents/bar.md
tests/build_pipeline/fixtures/packs/core/.apm/commands/qux.md
tests/build_pipeline/fixtures/packs/core/.apm/hook-wiring/baz.toml
tests/build_pipeline/fixtures/packs/core/.apm/hook-wiring/qux.toml
tests/build_pipeline/fixtures/packs/core/.apm/hooks/baz.py
tests/build_pipeline/fixtures/packs/core/.apm/hooks/baz.sh
tests/build_pipeline/fixtures/packs/core/.apm/skills/example/SKILL.md
tests/build_pipeline/fixtures/packs/core/.claude-plugin/plugin.json
tests/build_pipeline/fixtures/packs/governance-extras/pack.toml
tests/build_pipeline/fixtures/packs/governance-extras/.apm/skills/example/SKILL.md
tests/build_pipeline/fixtures/packs/governance-extras/.claude-plugin/plugin.json
tests/build_pipeline/fixtures/packs/monorepo-extras/pack.toml
tests/build_pipeline/fixtures/packs/monorepo-extras/.apm/skills/example/SKILL.md
tests/build_pipeline/fixtures/packs/monorepo-extras/.claude-plugin/plugin.json
tests/build_pipeline/fixtures/packs/product-documentation/pack.toml
tests/build_pipeline/fixtures/packs/product-documentation/.apm/skills/example/SKILL.md
tests/build_pipeline/fixtures/packs/product-documentation/.claude-plugin/plugin.json
tests/build_pipeline/fixtures/packs/user-guide-diataxis/pack.toml
tests/build_pipeline/fixtures/packs/user-guide-diataxis/.apm/skills/example/SKILL.md
tests/build_pipeline/fixtures/packs/user-guide-diataxis/.claude-plugin/plugin.json
tests/build_pipeline/fixtures/recipes/bogus-target.toml
tests/fixtures/adapt/.adapt-discovery.toml
tests/fixtures/adapt/values.toml
tests/fixtures/blank_catalogue/.claude-plugin/marketplace.json
tests/fixtures/blank_catalogue/packs/.gitkeep
tests/fixtures/blank_catalogue/packs/_example/README.md
tests/fixtures/blank_catalogue/packs/_example/pack.toml
tests/fixtures/blank_catalogue/packs/_example/.apm/skills/example-skill/SKILL.md
tests/fixtures/blank_catalogue/packs/_example/.claude-plugin/plugin.json
tests/fixtures/blank_catalogue/packs/_example/evals/eval_queries.json
tests/fixtures/blank_catalogue/profiles/.gitkeep
tests/fixtures/blank_catalogue/profiles/_example/README.md
tests/fixtures/blank_catalogue/profiles/_example/profile.toml
tests/fixtures/brownfield/values.toml
tests/fixtures/brownfield-adapt/AGENTS.md
tests/fixtures/brownfield-adapt/AGENTS.upstream.md
tests/fixtures/brownfield-adapt/DESIGN.md
tests/fixtures/brownfield-adapt/EXPECTED_TREE.md
tests/fixtures/brownfield-adapt-expected/AGENTS.md
tests/fixtures/brownfield-adapt-expected/docs/CHARTER.md
tests/fixtures/brownfield-adapt-user-home/.agentbundle/.adapt-discovery.toml
tests/fixtures/brownfield-adapt-user-home/.agentbundle/state.toml
tests/fixtures/brownfield-adapt/docs/CHARTER.md
tests/fixtures/brownfield-adapt/docs/guides/how-to/index.md
tests/fixtures/brownfield-adapt/docs/howto/getting-started.md
tests/fixtures/creds/skills/argv-flag/SKILL.md
tests/fixtures/creds/skills/argv-flag-derived/SKILL.md
tests/fixtures/creds/skills/argv-flag-derived/scripts/cli.py
tests/fixtures/creds/skills/argv-flag-normalised/SKILL.md
tests/fixtures/creds/skills/argv-flag-normalised/scripts/cli.py
tests/fixtures/creds/skills/argv-flag/scripts/cli.py
tests/fixtures/creds/skills/conforming/SKILL.md
tests/fixtures/creds/skills/conforming/scripts/cli.py
tests/fixtures/creds/skills/dotfile-grep/SKILL.md
tests/fixtures/creds/skills/dotfile-grep/scripts/leak.py
tests/fixtures/creds/skills/dotfile-with-optout/SKILL.md
tests/fixtures/creds/skills/dotfile-with-optout/scripts/legit.py
tests/fixtures/creds/skills/mcp-server-headers/SKILL.md
tests/fixtures/creds/skills/mcp-server-headers/scripts/cli.py
tests/fixtures/creds/skills/missing-dont-block/SKILL.md
tests/fixtures/install/catalogue/packs/alpha/pack.toml
tests/fixtures/install/catalogue/packs/alpha/.apm/agents/helper.md
tests/fixtures/install/catalogue/packs/alpha/.apm/commands/cmd.md
tests/fixtures/install/catalogue/packs/alpha/.apm/hook-wiring/run.toml
tests/fixtures/install/catalogue/packs/alpha/.apm/hooks/run.sh
tests/fixtures/install/catalogue/packs/alpha/.apm/skills/example/SKILL.md
tests/fixtures/install/catalogue/packs/alpha/.claude-plugin/plugin.json
tests/fixtures/kiro_ide_hook/ask_agent_basic.kiro.hook
tests/fixtures/kiro_ide_hook/run_command_with_placeholder.kiro.hook
tests/fixtures/lint_packs/clean/pack.toml
tests/fixtures/lint_packs/clean/seeds/README.md
tests/fixtures/list-installed/golden_120col.txt
tests/fixtures/list-installed/golden_80col.txt
tests/fixtures/list_packs/catalogue/packs/alpha/pack.toml
tests/fixtures/list_packs/catalogue/packs/beta/pack.toml
tests/fixtures/local_scope/catalogue/packs/local-test-pack/pack.toml
tests/fixtures/local_scope/catalogue/packs/local-test-pack/.apm/skills/local-test/SKILL.md
tests/fixtures/packs/cc-user-hooks/pack.toml
tests/fixtures/packs/cc-user-hooks/.apm/hook-wiring/on-prompt.toml
tests/fixtures/packs/cc-user-hooks/.apm/hooks/on-prompt.sh
tests/fixtures/packs/kiro-repo-hooks/pack.toml
tests/fixtures/packs/kiro-repo-hooks/.apm/agents/reviewer.md
tests/fixtures/packs/kiro-repo-hooks/.apm/hook-wiring/on-spawn.toml
tests/fixtures/packs/kiro-repo-hooks/.apm/hooks/on-spawn.sh
tests/fixtures/packs/kiro-user-hooks/pack.toml
tests/fixtures/packs/kiro-user-hooks/.apm/agents/reviewer.md
tests/fixtures/packs/kiro-user-hooks/.apm/hook-wiring/on-spawn.toml
tests/fixtures/packs/kiro-user-hooks/.apm/hooks/on-spawn.sh
tests/fixtures/packs/malformed-kiro-missing-attach/pack.toml
tests/fixtures/packs/malformed-kiro-missing-attach/.apm/agents/reviewer.md
tests/fixtures/packs/malformed-kiro-missing-attach/.apm/hook-wiring/on-spawn.toml
tests/fixtures/packs/malformed-kiro-missing-attach/.apm/hooks/on-spawn.sh
tests/fixtures/packs/malformed-kiro-pascal-events/pack.toml
tests/fixtures/packs/malformed-kiro-pascal-events/.apm/agents/reviewer.md
tests/fixtures/packs/malformed-kiro-pascal-events/.apm/hook-wiring/on-spawn.toml
tests/fixtures/packs/malformed-kiro-pascal-events/.apm/hooks/on-spawn.sh
tests/fixtures/packs/malformed-kiro-unknown-agent/pack.toml
tests/fixtures/packs/malformed-kiro-unknown-agent/.apm/agents/reviewer.md
tests/fixtures/packs/malformed-kiro-unknown-agent/.apm/hook-wiring/on-spawn.toml
tests/fixtures/packs/malformed-kiro-unknown-agent/.apm/hooks/on-spawn.sh
tests/fixtures/scaffold/test-pack/seeds/AGENTS.md
tests/fixtures/scaffold/test-pack/seeds/_agents-footer.md
tests/fixtures/scaffold/test-pack/seeds/docs/CHARTER.md
tests/fixtures/upgrade/catalogue_v1/packs/core/pack.toml
tests/fixtures/upgrade/catalogue_v1/packs/core/.apm/agents/reviewer.md
tests/fixtures/upgrade/catalogue_v1/packs/core/.apm/commands/deploy.md
tests/fixtures/upgrade/catalogue_v1/packs/core/.apm/hook-wiring/pre-commit.toml
tests/fixtures/upgrade/catalogue_v1/packs/core/.apm/hooks/lint.py
tests/fixtures/upgrade/catalogue_v1/packs/core/.apm/hooks/pre-commit.sh
tests/fixtures/upgrade/catalogue_v1/packs/core/.apm/skills/work-loop/SKILL.md
tests/fixtures/upgrade/catalogue_v1/packs/core/.claude-plugin/plugin.json
tests/fixtures/upgrade/catalogue_v2/packs/core/pack.toml
tests/fixtures/upgrade/catalogue_v2/packs/core/.apm/agents/reviewer.md
tests/fixtures/upgrade/catalogue_v2/packs/core/.apm/commands/deploy.md
tests/fixtures/upgrade/catalogue_v2/packs/core/.apm/hook-wiring/pre-commit.toml
tests/fixtures/upgrade/catalogue_v2/packs/core/.apm/hooks/lint.py
tests/fixtures/upgrade/catalogue_v2/packs/core/.apm/hooks/pre-commit.sh
tests/fixtures/upgrade/catalogue_v2/packs/core/.apm/skills/work-loop/SKILL.md
tests/fixtures/upgrade/catalogue_v2/packs/core/.claude-plugin/plugin.json
tests/fixtures/upgrade/catalogue_v3/packs/core/pack.toml
tests/fixtures/upgrade/catalogue_v3/packs/core/.apm/agents/reviewer.md
tests/fixtures/upgrade/catalogue_v3/packs/core/.apm/commands/deploy.md
tests/fixtures/upgrade/catalogue_v3/packs/core/.apm/hook-wiring/pre-commit.toml
tests/fixtures/upgrade/catalogue_v3/packs/core/.apm/hooks/lint.py
tests/fixtures/upgrade/catalogue_v3/packs/core/.apm/hooks/pre-commit.sh
tests/fixtures/upgrade/catalogue_v3/packs/core/.apm/skills/work-loop/SKILL.md
tests/fixtures/upgrade/catalogue_v3/packs/core/.claude-plugin/plugin.json
tests/fixtures/validate/bad_recipe_pack/pack.toml
tests/fixtures/validate/malformed_pack/pack.toml
tests/fixtures/validate/valid_pack/pack.toml
tests/fixtures/validate/version_mismatch_pack/pack.toml
tests/integration/__init__.py
tests/integration/test_adapt_cmd.py
tests/integration/test_adapt_dual_scope.py
tests/integration/test_adapt_preflight_detection.py
tests/integration/test_adapt_schema_migration.py
tests/integration/test_apm_install_route.py
tests/integration/test_blank_catalogue.py
tests/integration/test_brownfield_adapt_end_to_end.py
tests/integration/test_brownfield_round_trip.py
tests/integration/test_brownfield_user_home_fixture.py
tests/integration/test_build_check_drift_gates.py
tests/integration/test_build_derivation_apm.py
tests/integration/test_build_derivation_claude_plugins.py
tests/integration/test_catalogue_init.py
tests/integration/test_cc_user_hooks_fixture.py
tests/integration/test_claude_plugins_install_route.py
tests/integration/test_config_cascade.py
tests/integration/test_credential_brokers_pack_install.py
tests/integration/test_credentials_wheel.py
tests/integration/test_discovery_schema_cross_consumer.py
tests/integration/test_editable_source_detection.py
tests/integration/test_fixtures_validate.py
tests/integration/test_hook_wiring_ingress.py
tests/integration/test_install_adapt_chain.py
tests/integration/test_install_cmd.py
tests/integration/test_install_converters_user_scope.py
tests/integration/test_install_copilot_full_parity.py
tests/integration/test_install_core_smoke.py
tests/integration/test_install_default_source.py
tests/integration/test_install_dependencies_gate.py
tests/integration/test_install_dropped_primitives_warning.py
tests/integration/test_install_dual_scope.py
tests/integration/test_install_orphan_reshape.py
tests/integration/test_install_pack_metadata_shape.py
tests/integration/test_install_profile.py
tests/integration/test_install_profile_live.py
tests/integration/test_install_repo_scope_per_adapter.py
tests/integration/test_install_research_user_scope.py
tests/integration/test_install_seed_delivery.py
tests/integration/test_install_session_start_wiring.py
tests/integration/test_install_upgrade_offer.py
tests/integration/test_install_user_hooks.py
tests/integration/test_install_user_scope_allowed_adapters.py
tests/integration/test_kiro_ide_hook_e2e.py
tests/integration/test_kiro_repo_hooks_fixture.py
tests/integration/test_kiro_user_hooks_fixture.py
tests/integration/test_list_packs_cmd.py
tests/integration/test_local_scope_install.py
tests/integration/test_marketplace_entry_validation.py
tests/integration/test_marketplace_manifest_regression.py
tests/integration/test_multi_pack_install.py
tests/integration/test_orphan_cleanup_respects_foreign_state.py
tests/integration/test_plugin_route_membership.py
tests/integration/test_recommends_cross_scope.py
tests/integration/test_reconcile.py
tests/integration/test_reserved_path_filter.py
tests/integration/test_scaffold_projection.py
tests/integration/test_self_host_schema_migration.py
tests/integration/test_self_host_sweep_respects_state.py
tests/integration/test_shared_prefix_coexistence.py
tests/integration/test_show_cmd.py
tests/integration/test_tier_invariants.py
tests/integration/test_uninstall_cmd.py
tests/integration/test_uninstall_user_hooks.py
tests/integration/test_upgrade_attach_to_agent.py
tests/integration/test_upgrade_cmd.py
tests/integration/test_upgrade_user_hooks.py
tests/integration/test_version_gate_matrix.py
tests/integration/test_workspace_mcp_git_fsm.py
tests/integration/test_zipapp.py
tests/unit/__init__.py
tests/unit/test_adapt_discovery_schema.py
tests/unit/test_append_layout_section.py
tests/unit/test_architect_readme_install_command.py
tests/unit/test_catalogue_ci_contract.py
tests/unit/test_catalogue_curation_deps.py
tests/unit/test_catalogue_init_cli_self_hosted.py
tests/unit/test_catalogue_pack_defaults.py
tests/unit/test_catalogue_self_hosted_export_removal.py
tests/unit/test_catalogue_skill_spec_lint.py
tests/unit/test_catalogue_tooling_archive.py
tests/unit/test_catalogue_tooling_build.py
tests/unit/test_catalogue_tooling_defaults.py
tests/unit/test_catalogue_tooling_foundation.py
tests/unit/test_catalogue_tooling_identity.py
tests/unit/test_catalogue_tooling_init.py
tests/unit/test_catalogue_tooling_lint.py
tests/unit/test_catalogue_tooling_package.py
tests/unit/test_catalogue_tooling_self_host.py
tests/unit/test_catalogue_tooling_self_hosted_init.py
tests/unit/test_catalogue_tooling_source_package.py
tests/unit/test_catalogue_tooling_verify.py
tests/unit/test_catalogue_wave2_schema.py
tests/unit/test_catalogue_wave2_validation.py
tests/unit/test_cli_catalogue_optional.py
tests/unit/test_cli_help_lists_config.py
tests/unit/test_cli_path_normalisation.py
tests/unit/test_cli_profile_surface.py
tests/unit/test_cli_scope_flags.py
tests/unit/test_codex_agent_toml.py
tests/unit/test_codex_projection_modes.py
tests/unit/test_common_classify_seeds.py
tests/unit/test_config.py
tests/unit/test_config_cmd.py
tests/unit/test_configured_adapter.py
tests/unit/test_confirm_helper.py
tests/unit/test_contract_parity.py
tests/unit/test_contract_v0_3_schema.py
tests/unit/test_copilot_agent_md.py
tests/unit/test_copilot_hooks_json.py
tests/unit/test_copilot_user_scope_wiring.py
tests/unit/test_credbroker_lint_hardening.py
tests/unit/test_dependencies_batch.py
tests/unit/test_diff_cmd.py
tests/unit/test_footprint_ownership.py
tests/unit/test_https_catalogue.py
tests/unit/test_init_state_cmd.py
tests/unit/test_install_argparse_adapter_flag.py
tests/unit/test_install_argparse_emit_install_routes.py
tests/unit/test_install_defaults_preferred_adapter.py
tests/unit/test_install_dropped_primitives_warning.py
tests/unit/test_install_event_dropped_wirings.py
tests/unit/test_install_first_value_handoff.py
tests/unit/test_install_force_help.py
tests/unit/test_install_inband_detection.py
tests/unit/test_install_messages.py
tests/unit/test_install_messages_repo_scope.py
tests/unit/test_install_refusal_ordering.py
tests/unit/test_install_state_provenance.py
tests/unit/test_kiro_ide_hook_projection.py
tests/unit/test_kiro_ide_hook_rail.py
tests/unit/test_kiro_ide_hook_schema.py
tests/unit/test_lint_agent_artifacts_metadata_auth.py
tests/unit/test_list_installed_cmd.py
tests/unit/test_list_installed_status.py
tests/unit/test_list_targets_cmd.py
tests/unit/test_local_scope_schema.py
tests/unit/test_local_scope_t10_uninstall.py
tests/unit/test_local_scope_t12_show.py
tests/unit/test_local_scope_t2_resolve.py
tests/unit/test_local_scope_t3_config.py
tests/unit/test_local_scope_t4_state_path.py
tests/unit/test_local_scope_t5_list_installed.py
tests/unit/test_local_scope_t7_install_gates.py
tests/unit/test_local_scope_t8_install.py
tests/unit/test_local_scope_t9_exclude.py
tests/unit/test_marker_schema_version_parity.py
tests/unit/test_merge_into_agent_json.py
tests/unit/test_multi_adapter_disambiguator.py
tests/unit/test_nested_symlink_hardening.py
tests/unit/test_org_bootstrap.py
tests/unit/test_pack_config_api.py
tests/unit/test_pack_inventory.py
tests/unit/test_package_catalogue.py
tests/unit/test_packstate_source_provenance.py
tests/unit/test_pipeline_phase_order.py
tests/unit/test_plugin_scope_filter.py
tests/unit/test_profile_reader.py
tests/unit/test_render.py
tests/unit/test_render_cmd.py
tests/unit/test_render_table.py
tests/unit/test_resolve_state_path.py
tests/unit/test_resolve_target_adapter_user_config.py
tests/unit/test_resolve_user_scope_target_adapter.py
tests/unit/test_safety.py
tests/unit/test_safety_repo_scope_prefixes.py
tests/unit/test_safety_scan_per_pack_scoping.py
tests/unit/test_scaffold_cmd.py
tests/unit/test_scope.py
tests/unit/test_self_host_windows.py
tests/unit/test_shared_prefix_disclosure.py
tests/unit/test_source_conflict_guard.py
tests/unit/test_source_defaults.py
tests/unit/test_state_v01_refuse_write.py
tests/unit/test_state_v02.py
tests/unit/test_state_v0_4_schema.py
tests/unit/test_statelock.py
tests/unit/test_target_resolver.py
tests/unit/test_toml_emitters.py
tests/unit/test_unresolved_markers.py
tests/unit/test_upgrade_bulk_all.py
tests/unit/test_upgrade_recap.py
tests/unit/test_upgrade_source_inference.py
tests/unit/test_user_config_io.py
tests/unit/test_user_config_isolation.py
tests/unit/test_user_config_path.py
tests/unit/test_user_config_source.py
tests/unit/test_user_merge_json.py
tests/unit/test_validate_attach_to_agent.py
tests/unit/test_validate_categories.py
tests/unit/test_validate_cmd.py
tests/unit/test_validate_hook_wiring_per_file_compatibility.py
tests/unit/test_values_from_shapes.py
tests/unit/test_version.py