agentbundle 0.10.0__tar.gz → 0.10.2__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.10.0 → agentbundle-0.10.2}/PKG-INFO +1 -1
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/install.py +8 -3
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/source_defaults.py +6 -3
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/version.py +1 -1
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle.egg-info/PKG-INFO +1 -1
- {agentbundle-0.10.0 → agentbundle-0.10.2}/pyproject.toml +1 -1
- {agentbundle-0.10.0 → agentbundle-0.10.2}/README.md +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/__init__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/__main__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/adapter.schema.json +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/adapter.toml +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/install-defaults.toml +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/install-marker.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/pack.schema.json +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/plugin-manifest.derived.schema.json +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/plugin-manifest.schema.json +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/_data/profile.schema.json +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/__init__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/__main__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapter_root_bins.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/__init__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/claude_code.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/codex.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/copilot.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/cursor.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/gemini.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/kiro.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/kiro_cli.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/adapters/kiro_ide.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/contract.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/lint_packs.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/main.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/phase_order.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/__init__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/codex_agent_toml.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/copilot_agent_md.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/copilot_hooks_json.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/direct_directory.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/gemini_command_toml.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/hook_id.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/kiro_ide_hook.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/merge_into_agent_json.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/merge_json.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/user_merge_json.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/scope_rails.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/self_host.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/shared_libs.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/target_resolver.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/__init__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_claude_code.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_codex.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_copilot.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_cursor.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_gemini.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_kiro.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_kiro_alias.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_kiro_cli.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_kiro_ide.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_adapter_root_bins_projection.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_architect_design_reviewer_projection.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_architect_design_reviewer_rubric_parity.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_build_ships_seeds.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_contract.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_contract_scope.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_contract_v07.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_contract_v08.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_direct_directory_cleanup.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_end_to_end_build.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_lint_agents_md_diataxis_block.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_lint_agents_md_legacy_block.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_lint_agents_md_risk_block.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_lint_packs.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_load_pack_hook_wiring_safely.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_pack_schema.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_pack_schema_allowed_adapters.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_pack_schema_install.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_pipeline.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_plugin_manifest_schema.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_projectable_subset.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_projections_merge_json.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_scope_rails.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_security.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_self_host_check.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_self_host_fixture_guard.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_self_host_recipe_config.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_shared_libs_projection.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_shared_prefix_contract.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_shipped_packs_v07_declarations.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_shipped_packs_v08_declarations.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_user_libs_projection.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_validate.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_writers_emit_lf.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/user_libs.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/validate.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/catalogue.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/categories.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/cli.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/__init__.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/_common.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/_drop_warning.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/adapt.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/config.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/diff.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/init_state.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/list_installed.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/list_packs.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/list_profiles.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/list_targets.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/profile.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/reconcile.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/render.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/scaffold.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/uninstall.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/upgrade.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/commands/validate.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/config.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/render.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/safety.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/scope.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/statelock.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/user_config.py +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle.egg-info/SOURCES.txt +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle.egg-info/dependency_links.txt +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle.egg-info/entry_points.txt +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle.egg-info/top_level.txt +0 -0
- {agentbundle-0.10.0 → agentbundle-0.10.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentbundle
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.2
|
|
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
|
|
@@ -1888,9 +1888,9 @@ def _offer_upgrade(
|
|
|
1888
1888
|
``yes=True``. Builds the FULL attribute set ``upgrade.run`` reads — mapping
|
|
1889
1889
|
``install.output`` → ``upgrade.root``, pinning the concrete install-resolved
|
|
1890
1890
|
``scope`` (never ``None`` so upgrade's own multi-scope disambiguator is a
|
|
1891
|
-
no-op), threading ``_user_config`` so adapter
|
|
1892
|
-
``upgrade`` invocation, and leaving all five
|
|
1893
|
-
(whole-pack). Returns ``upgrade.run``'s exit code.
|
|
1891
|
+
no-op), forwarding ``--adapter`` and threading ``_user_config`` so adapter
|
|
1892
|
+
resolution matches a direct ``upgrade`` invocation, and leaving all five
|
|
1893
|
+
primitive flags unset (whole-pack). Returns ``upgrade.run``'s exit code.
|
|
1894
1894
|
"""
|
|
1895
1895
|
import argparse as _argparse
|
|
1896
1896
|
|
|
@@ -1904,6 +1904,11 @@ def _offer_upgrade(
|
|
|
1904
1904
|
ns.catalogue = catalogue_uri
|
|
1905
1905
|
ns.root = getattr(args, "output", ".")
|
|
1906
1906
|
ns.scope = scope
|
|
1907
|
+
# RFC-0052: forward the install-side `--adapter` so upgrade targets the same
|
|
1908
|
+
# adapter the user picked. Without this, a pack installed for multiple
|
|
1909
|
+
# adapters at one scope trips upgrade's multi-adapter disambiguator even
|
|
1910
|
+
# though the operator already passed `--adapter` to `install`.
|
|
1911
|
+
ns.adapter = getattr(args, "adapter", None)
|
|
1907
1912
|
ns.yes = True
|
|
1908
1913
|
ns.dry_run = False
|
|
1909
1914
|
ns.skill = ns.agent = ns.hook = ns.seed = ns.command = None
|
|
@@ -38,10 +38,13 @@ _WIN_DRIVE_RE = re.compile(r"^[A-Za-z]:[\\/]")
|
|
|
38
38
|
_MARKER_DIR = "packs"
|
|
39
39
|
_MARKER_FILE = (".claude-plugin", "marketplace.json")
|
|
40
40
|
|
|
41
|
-
# The exact substring the spec pins for the all-layers-empty error.
|
|
41
|
+
# The exact substring the spec pins for the all-layers-empty error. Names the
|
|
42
|
+
# real surface: the catalogue is a trailing positional argument, not a
|
|
43
|
+
# `--catalogue` flag (no such flag exists), so the recovery text must not send
|
|
44
|
+
# the user to one.
|
|
42
45
|
_NO_SOURCE_MSG = (
|
|
43
|
-
"no catalogue source: pass
|
|
44
|
-
"source …', or pip install -e the catalogue"
|
|
46
|
+
"no catalogue source: pass a catalogue argument, run 'agentbundle config "
|
|
47
|
+
"set source …', or pip install -e the catalogue"
|
|
45
48
|
)
|
|
46
49
|
|
|
47
50
|
# Sentinel: distinguishes "caller did not pass a distribution" (load it
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentbundle
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.2
|
|
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.10.
|
|
7
|
+
version = "0.10.2"
|
|
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.10.0 → agentbundle-0.10.2}/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.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/copilot_hooks_json.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/projections/gemini_command_toml.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/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.10.0 → agentbundle-0.10.2}/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.10.0 → agentbundle-0.10.2}/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.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_direct_directory_cleanup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/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.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_pack_schema_install.py
RENAMED
|
File without changes
|
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_plugin_manifest_schema.py
RENAMED
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_projectable_subset.py
RENAMED
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_projections_merge_json.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_self_host_fixture_guard.py
RENAMED
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_self_host_recipe_config.py
RENAMED
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_shared_libs_projection.py
RENAMED
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/agentbundle/build/tests/test_shared_prefix_contract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentbundle-0.10.0 → agentbundle-0.10.2}/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
|