agentbundle 0.11.0__tar.gz → 0.11.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentbundle-0.11.0 → agentbundle-0.11.1}/PKG-INFO +1 -1
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/install.py +19 -2
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/version.py +1 -1
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle.egg-info/PKG-INFO +1 -1
- {agentbundle-0.11.0 → agentbundle-0.11.1}/pyproject.toml +1 -1
- {agentbundle-0.11.0 → agentbundle-0.11.1}/README.md +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/__init__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/__main__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/adapter.schema.json +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/adapter.toml +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/install-defaults.toml +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/install-marker.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/pack.schema.json +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/plugin-manifest.derived.schema.json +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/plugin-manifest.schema.json +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/profile.schema.json +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/__init__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/__main__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapter_root_bins.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/__init__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/claude_code.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/codex.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/copilot.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/cursor.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/gemini.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/kiro.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/kiro_cli.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/adapters/kiro_ide.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/contract.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/lint_packs.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/main.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/phase_order.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/__init__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/codex_agent_toml.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/copilot_agent_md.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/copilot_hooks_json.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/direct_directory.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/gemini_command_toml.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/hook_id.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/kiro_ide_hook.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/merge_into_agent_json.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/merge_json.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/user_merge_json.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/scope_rails.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/self_host.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/shared_libs.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/target_resolver.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/__init__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_claude_code.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_codex.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_copilot.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_cursor.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_gemini.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_kiro.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_kiro_alias.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_kiro_cli.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_kiro_ide.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_root_bins_projection.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_architect_design_reviewer_projection.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_architect_design_reviewer_rubric_parity.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_build_ships_seeds.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_contract.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_contract_scope.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_contract_v07.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_contract_v08.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_direct_directory_cleanup.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_end_to_end_build.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_lint_agents_md_diataxis_block.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_lint_agents_md_legacy_block.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_lint_agents_md_risk_block.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_lint_packs.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_load_pack_hook_wiring_safely.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_pack_schema.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_pack_schema_allowed_adapters.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_pack_schema_install.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_pipeline.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_plugin_manifest_schema.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_projectable_subset.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_projections_merge_json.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_scope_rails.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_security.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_self_host_check.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_self_host_fixture_guard.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_self_host_recipe_config.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_shared_libs_projection.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_shared_prefix_contract.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_shipped_packs_v07_declarations.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_shipped_packs_v08_declarations.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_user_libs_projection.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_validate.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_writers_emit_lf.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/user_libs.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/validate.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/catalogue.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/categories.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/cli.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/__init__.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/_common.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/_drop_warning.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/adapt.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/config.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/diff.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/init_state.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/list_installed.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/list_packs.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/list_profiles.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/list_targets.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/profile.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/reconcile.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/render.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/scaffold.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/show.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/uninstall.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/upgrade.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/commands/validate.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/config.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/pack_inventory.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/render.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/safety.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/scope.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/source_defaults.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/statelock.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/user_config.py +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle.egg-info/SOURCES.txt +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle.egg-info/dependency_links.txt +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle.egg-info/entry_points.txt +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle.egg-info/top_level.txt +0 -0
- {agentbundle-0.11.0 → agentbundle-0.11.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentbundle
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: npm for your coding agent. Install packs of skills, subagents, and hooks into any repo, for every major agent.
|
|
5
5
|
Author-email: eugenelim <eugenelim@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0 OR MIT
|
|
@@ -534,6 +534,9 @@ def run(args: "argparse.Namespace") -> int:
|
|
|
534
534
|
pack_name=pack_name,
|
|
535
535
|
scope=requested_scope,
|
|
536
536
|
catalogue_uri=catalogue_uri,
|
|
537
|
+
resolved_adapter=(
|
|
538
|
+
user_target_adapter if requested_scope == "user" else repo_target_adapter
|
|
539
|
+
),
|
|
537
540
|
)
|
|
538
541
|
|
|
539
542
|
# 4b. Already at the *other* scope, no --force → refuse cross-scope.
|
|
@@ -1880,7 +1883,12 @@ def _scan_dist_tree_artifacts(root: Path, pack_name: str) -> list[Path]:
|
|
|
1880
1883
|
|
|
1881
1884
|
|
|
1882
1885
|
def _offer_upgrade(
|
|
1883
|
-
args: "argparse.Namespace",
|
|
1886
|
+
args: "argparse.Namespace",
|
|
1887
|
+
*,
|
|
1888
|
+
pack_name: str,
|
|
1889
|
+
scope: str,
|
|
1890
|
+
catalogue_uri: str,
|
|
1891
|
+
resolved_adapter: "str | None" = None,
|
|
1884
1892
|
) -> int:
|
|
1885
1893
|
"""Hand off an already-installed `install` to `upgrade` (CLI-hygiene AC11/12).
|
|
1886
1894
|
|
|
@@ -1891,6 +1899,11 @@ def _offer_upgrade(
|
|
|
1891
1899
|
no-op), forwarding ``--adapter`` and threading ``_user_config`` so adapter
|
|
1892
1900
|
resolution matches a direct ``upgrade`` invocation, and leaving all five
|
|
1893
1901
|
primitive flags unset (whole-pack). Returns ``upgrade.run``'s exit code.
|
|
1902
|
+
|
|
1903
|
+
``resolved_adapter`` is the adapter install auto-detected for this run (may
|
|
1904
|
+
differ from ``args.adapter`` when ``--adapter`` was omitted). Used as a
|
|
1905
|
+
fallback so the upgrade targets the same row the install would have written,
|
|
1906
|
+
even when the pack is installed for multiple adapters at this scope.
|
|
1894
1907
|
"""
|
|
1895
1908
|
import argparse as _argparse
|
|
1896
1909
|
|
|
@@ -1908,7 +1921,11 @@ def _offer_upgrade(
|
|
|
1908
1921
|
# adapter the user picked. Without this, a pack installed for multiple
|
|
1909
1922
|
# adapters at one scope trips upgrade's multi-adapter disambiguator even
|
|
1910
1923
|
# though the operator already passed `--adapter` to `install`.
|
|
1911
|
-
|
|
1924
|
+
# Fall back to `resolved_adapter` when --adapter was omitted: install
|
|
1925
|
+
# auto-detects a target adapter and the upgrade offer must target that same
|
|
1926
|
+
# row rather than leaving upgrade to re-disambiguate (and fail) when multiple
|
|
1927
|
+
# adapter rows exist at this scope.
|
|
1928
|
+
ns.adapter = getattr(args, "adapter", None) or resolved_adapter
|
|
1912
1929
|
ns.yes = True
|
|
1913
1930
|
ns.dry_run = False
|
|
1914
1931
|
ns.skill = ns.agent = ns.hook = ns.seed = ns.command = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentbundle
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: npm for your coding agent. Install packs of skills, subagents, and hooks into any repo, for every major agent.
|
|
5
5
|
Author-email: eugenelim <eugenelim@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0 OR MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentbundle"
|
|
7
|
-
version = "0.11.
|
|
7
|
+
version = "0.11.1"
|
|
8
8
|
description = "npm for your coding agent. Install packs of skills, subagents, and hooks into any repo, for every major agent."
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
dependencies = []
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/_data/plugin-manifest.derived.schema.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/copilot_hooks_json.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/gemini_command_toml.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/projections/merge_into_agent_json.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_claude_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_adapter_kiro_alias.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_direct_directory_cleanup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_lint_agents_md_risk_block.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_pack_schema_install.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_plugin_manifest_schema.py
RENAMED
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_projectable_subset.py
RENAMED
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_projections_merge_json.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_self_host_fixture_guard.py
RENAMED
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_self_host_recipe_config.py
RENAMED
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_shared_libs_projection.py
RENAMED
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_shared_prefix_contract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.11.0 → agentbundle-0.11.1}/agentbundle/build/tests/test_user_libs_projection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|