README-pypi.md
README.md
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/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/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/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/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/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
tests/test_adapter_permissions_projection.py
tests/test_linear_primitive.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