dotagents-cli 0.3.3__tar.gz → 0.3.4__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.
Files changed (69) hide show
  1. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/CHANGELOG.md +26 -0
  2. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/PKG-INFO +3 -3
  3. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/pyproject.toml +3 -3
  4. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/__init__.py +1 -1
  5. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/cli/build_pyz.py +8 -2
  6. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/.gitignore +0 -0
  7. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/LICENSE +0 -0
  8. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/README.md +0 -0
  9. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/build.py +0 -0
  10. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/agents.md +0 -0
  11. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/cli.md +0 -0
  12. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/context.md +0 -0
  13. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/env.md +0 -0
  14. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/hooks.md +0 -0
  15. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/merge.md +0 -0
  16. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/overlays.md +0 -0
  17. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/reference.md +0 -0
  18. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/resolve.md +0 -0
  19. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/scope.md +0 -0
  20. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/api/skills.md +0 -0
  21. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/changelog.md +0 -0
  22. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/guide/authoring.md +0 -0
  23. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/guide/commands.md +0 -0
  24. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/guide/install.md +0 -0
  25. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/guide/overlays.md +0 -0
  26. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/guide/private-sync.md +0 -0
  27. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/docs/index.md +0 -0
  28. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/install.py +0 -0
  29. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/mkdocs.yml +0 -0
  30. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/AGENTS.md +0 -0
  31. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/__main__.py +0 -0
  32. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_agents.py +0 -0
  33. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_context.py +0 -0
  34. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_env.py +0 -0
  35. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_hooks.py +0 -0
  36. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_merge.py +0 -0
  37. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlay/AGENTS.md +0 -0
  38. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlay/CLAUDE.md +0 -0
  39. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlay/README.md +0 -0
  40. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlay/dotagents/DECISIONS.md +0 -0
  41. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlay/dotagents/cmds/README.md +0 -0
  42. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlay/dotagents/hooks/preinvocation_antigravity_context.py +0 -0
  43. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlay/dotagents/hooks/pretooluse_codex_env.py +0 -0
  44. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_overlays.py +0 -0
  45. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_resolve.py +0 -0
  46. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_scope.py +0 -0
  47. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_skills.py +0 -0
  48. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/_wrappers.py +0 -0
  49. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/cli/__init__.py +0 -0
  50. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/cli/_common.py +0 -0
  51. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/cli/context.py +0 -0
  52. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/cli/env.py +0 -0
  53. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/cli/init.py +0 -0
  54. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/src/dotagents/cli/overlays.py +0 -0
  55. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_agents.py +0 -0
  56. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_audit_leak.py +0 -0
  57. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_build_pyz.py +0 -0
  58. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_cmds_discovery.py +0 -0
  59. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_context.py +0 -0
  60. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_env.py +0 -0
  61. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_env_cli_scope.py +0 -0
  62. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_env_format.py +0 -0
  63. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_hooks.py +0 -0
  64. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_overlays_command.py +0 -0
  65. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_scope.py +0 -0
  66. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_wire_hooks.py +0 -0
  67. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tests/test_wrappers.py +0 -0
  68. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tools/audit.py +0 -0
  69. {dotagents_cli-0.3.3 → dotagents_cli-0.3.4}/tools/cloud-setup.sh +0 -0
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.4] - 2026-08-16
11
+
12
+ ### Changed
13
+
14
+ - chore: raise the dependency floors and scope them to a minor series —
15
+ `duho>=0.5.0,<0.6` (was `>=0.4.0`) and `pathlib_next>=0.9.0,<0.10` (was
16
+ `>=0.8.0`). Both are pre-1.0, where a minor bump is the signal that the
17
+ documented API broke, so the ceiling is what keeps the next one from arriving
18
+ unannounced. Neither floor sits above its `.0` patch: the suite and a CLI
19
+ smoke pass at exactly duho 0.5.0 and pathlib_next 0.9.0, so nothing here needs
20
+ an API added later in either series. The one 0.5.0 behavior change that
21
+ reaches this CLI's surface is list-typed *option* fields taking one value per
22
+ occurrence instead of `nargs="*"` — `--agents` and `--cmdspath` are unaffected,
23
+ since the documented forms are the comma list (`--agents a,b`, split by the
24
+ command itself) and the repeated flag, both of which behave the same either
25
+ way. Exercised end to end against duho 0.5.4 / pathlib_next 0.9.2 on Python
26
+ 3.9 and 3.14. The `[uri]`/`[http]`/`[sftp]`/`[s3]` extras stay unversioned
27
+ passthroughs to `pathlib_next`'s own extras.
28
+ - chore: `build-pyz`'s vendored pins moved with those floors — the `.pyz` now
29
+ bundles duho 0.5.0 and pathlib_next 0.9.0 (was 0.4.0 / 0.8.0), the minimum the
30
+ package claims to support rather than the latest patch. These pins are a
31
+ second copy of the dependency versions and had drifted a full minor series
32
+ behind, so the shipped zipapp bundled versions `pip install dotagents-cli`
33
+ would have refused. The rebuilt `.pyz` keeps full flag/help/positional
34
+ fidelity through the zipapp shim.
35
+
10
36
  ## [0.3.3] - 2026-08-16
11
37
 
12
38
  ### Added
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: dotagents-cli
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: The dotagents CLI: install and manage a portable ~/.agents config for AI coding agents
5
5
  Project-URL: Homepage, https://github.com/jose-pr/dotagents/
6
6
  Project-URL: Repository, https://github.com/jose-pr/dotagents
@@ -41,8 +41,8 @@ Classifier: Programming Language :: Python :: 3.12
41
41
  Classifier: Programming Language :: Python :: 3.13
42
42
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
43
43
  Requires-Python: >=3.9
44
- Requires-Dist: duho>=0.4.0
45
- Requires-Dist: pathlib-next>=0.8.0
44
+ Requires-Dist: duho<0.6,>=0.5.0
45
+ Requires-Dist: pathlib-next<0.10,>=0.9.0
46
46
  Provides-Extra: dev
47
47
  Requires-Dist: pytest; extra == 'dev'
48
48
  Provides-Extra: docs
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
9
9
  # redirect/placeholder before someone else does, but the CLI ships under -cli.
10
10
  [project]
11
11
  name = "dotagents-cli"
12
- version = "0.3.3"
12
+ version = "0.3.4"
13
13
  authors = [{ name = "Jose A." }]
14
14
  description = "The dotagents CLI: install and manage a portable ~/.agents config for AI coding agents"
15
15
  readme = "README.md"
@@ -30,8 +30,8 @@ classifiers = [
30
30
  "Topic :: Software Development :: Libraries :: Python Modules",
31
31
  ]
32
32
  dependencies = [
33
- "duho>=0.4.0",
34
- "pathlib_next>=0.8.0",
33
+ "duho>=0.5.0,<0.6",
34
+ "pathlib_next>=0.9.0,<0.10",
35
35
  ]
36
36
 
37
37
  [project.optional-dependencies]
@@ -1,3 +1,3 @@
1
1
  """dotagents: installable CLI for the dotagents agent-config payload."""
2
2
 
3
- __version__ = "0.3.3"
3
+ __version__ = "0.3.4"
@@ -28,11 +28,17 @@ class BuildPyz(LoggingArgs, Cmd):
28
28
  "Shebang line to embed in the pyz."
29
29
  ("--python",)
30
30
 
31
- duho_version: str = "0.4.0"
31
+ # These two are a SECOND copy of the dependency versions declared in
32
+ # `pyproject.toml`'s `[project] dependencies`, and the two must move
33
+ # together: the zipapp bundles what the package claims to support, so a
34
+ # stale pin here ships an artifact `pip install dotagents-cli` would refuse.
35
+ # Pin the FLOOR of each declared range, not the latest patch -- the .pyz then
36
+ # exercises the minimum the metadata promises.
37
+ duho_version: str = "0.5.0"
32
38
  "Pinned duho version to vendor."
33
39
  ("--duho-version",)
34
40
 
35
- pathlib_next_version: str = "0.8.0"
41
+ pathlib_next_version: str = "0.9.0"
36
42
  "Pinned pathlib_next version to vendor."
37
43
  ("--pathlib-next-version",)
38
44
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes