bijux-cli 0.1.2__tar.gz → 0.1.3__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.
@@ -23,7 +23,24 @@ This project adheres to [Semantic Versioning](https://semver.org) and the
23
23
 
24
24
  <!-- towncrier start -->
25
25
 
26
+ <a id="v0-1-3"></a>
27
+
28
+ ## [0.1.3] – 2025-08-20
29
+
30
+ ### Added
31
+ * **ADR-0005:** Zero-root-pollution via **Makefile-orchestrated artifact containment** (all generated outputs under `artifacts/`).
32
+ * **Curated release assets:** zipped bundles for **tests (py311/py312/py313)** and for **lint, quality, security, api, docs, sbom, citation, build**, plus consolidated **checksums**.
33
+ * **End-to-end automation:** GitHub Actions to **publish to PyPI**, **create a GitHub Release** with curated bundles, and **deploy docs**.
34
+
35
+ ### Changed
36
+ * **Makefiles + workflows** brought into **full ADR-0005 compliance**: CI uploads/downloads only `artifacts/**`; docs deploy hydrates from CI artifacts and builds from `artifacts/docs/**`.
37
+
38
+ [Back to top](#top)
39
+
40
+ ---
41
+
26
42
  <a id="v0-1-2"></a>
43
+
27
44
  ## [0.1.2] – 2025-08-17
28
45
 
29
46
  ### Added
@@ -51,6 +68,7 @@ This project adheres to [Semantic Versioning](https://semver.org) and the
51
68
 
52
69
  [Back to top](#top)
53
70
 
71
+ ---
54
72
 
55
73
  <a id="v0-1-1"></a>
56
74
 
@@ -198,6 +216,9 @@ This project adheres to [Semantic Versioning](https://semver.org) and the
198
216
 
199
217
  [Back to top](#top)
200
218
 
201
- [Unreleased]: https://github.com/bijux/bijux-cli/compare/v0.1.1...HEAD
219
+ [Unreleased]: https://github.com/bijux/bijux-cli/compare/v0.1.3...HEAD
220
+ [0.1.3]: https://github.com/bijux/bijux-cli/compare/v0.1.2...v0.1.3
221
+ [0.1.2]: https://github.com/bijux/bijux-cli/compare/v0.1.1...v0.1.2
202
222
  [0.1.1]: https://github.com/bijux/bijux-cli/compare/v0.1.0...v0.1.1
203
223
  [0.1.0]: https://github.com/bijux/bijux-cli/releases/tag/v0.1.0
224
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bijux-cli
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Lean, plug-in-driven CLI kernel
5
5
  Project-URL: Homepage, https://github.com/bijux/bijux-cli
6
6
  Project-URL: Repository, https://github.com/bijux/bijux-cli.git
@@ -113,7 +113,7 @@ Requires-Dist: towncrier<25.0,>=23.0; extra == 'dev'
113
113
  Requires-Dist: twine<7.0,>=6.1.0; extra == 'dev'
114
114
  Requires-Dist: types-colorama<1.0,>=0.0.14; extra == 'dev'
115
115
  Requires-Dist: types-orjson<4.0,>=3.6.0; extra == 'dev'
116
- Requires-Dist: types-pexpect<5.0,>4.9.0; extra == 'dev'
116
+ Requires-Dist: types-pexpect<5.0,>=4.9.0; extra == 'dev'
117
117
  Requires-Dist: types-psutil<7.0,>=6.0.0; extra == 'dev'
118
118
  Requires-Dist: types-pyyaml<7.0,>=6.0.12; extra == 'dev'
119
119
  Requires-Dist: typing-extensions<5.0,>=4.5.0; extra == 'dev'
@@ -128,15 +128,18 @@ Description-Content-Type: text/markdown
128
128
 
129
129
  [![PyPI - Version](https://img.shields.io/pypi/v/bijux-cli.svg)](https://pypi.org/project/bijux-cli/)
130
130
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bijux-cli.svg)](https://pypi.org/project/bijux-cli/)
131
+ [![Typing: typed (PEP 561)](https://img.shields.io/badge/typing-typed-4F8CC9.svg)](https://peps.python.org/pep-0561/)
131
132
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bijux/bijux-cli/main/LICENSES/MIT.txt)
132
133
  [![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-brightgreen)](https://bijux.github.io/bijux-cli/)
133
134
  [![CI Status](https://github.com/bijux/bijux-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/bijux/bijux-cli/actions)
134
135
 
135
136
  > **At a glance:** Plugin-driven • deterministic flags • DI for testability • REPL • structured JSON/YAML
136
137
  > **Quality:** **2,600+ tests** across layers with **98%+ coverage** (see
137
- > [Test Artifacts](artifacts/test.md) and
138
- > <a href="artifacts/test/htmlcov/index.html" target="_blank" rel="noopener">HTML coverage</a>).
138
+ > [Test Artifacts](https://bijux.github.io/bijux-cli/artifacts/test/)
139
+ > and
140
+ > [HTML coverage](https://bijux.github.io/bijux-cli/artifacts/test/htmlcov/index.html)).
139
141
  > Multi-version CI. Docs build enforced. No telemetry.
142
+
140
143
  ---
141
144
 
142
145
  ## Table of Contents
@@ -320,14 +323,14 @@ bijux dev list-plugins
320
323
 
321
324
  Fixed ordering eliminates ambiguity.
322
325
 
323
- | Priority | Flag | Effect |
324
- | -------: | --------------------------- | --------------------------------------------------------- |
325
- | 1 | `-h`, `--help` | Immediate exit (code 0) with usage; ignores all. |
326
- | 2 | `-q`, `--quiet` | Suppress stdout/stderr; preserves exit code. |
327
- | 3 | `-d`, `--debug` | Full diagnostics; implies `--verbose`, forces `--pretty`. |
328
- | 4 | `-f, --format <json\|yaml>` | Structured output; invalid → code 2. |
329
- | 5 | `--pretty` / `--no-pretty` | Indentation toggle (default: `--pretty`). |
330
- | 6 | `-v`, `--verbose` | Runtime metadata; implied by `--debug`. |
326
+ | Priority | Flag | Effect |
327
+ | -------: |-------------------------------| --------------------------------------------------------- |
328
+ | 1 | `-h`, `--help` | Immediate exit (code 0) with usage; ignores all. |
329
+ | 2 | `-q`, `--quiet` | Suppress stdout/stderr; preserves exit code. |
330
+ | 3 | `-d`, `--debug` | Full diagnostics; implies `--verbose`, forces `--pretty`. |
331
+ | 4 | `-f`, `--format <json\|yaml>` | Structured output; invalid → code 2. |
332
+ | 5 | `--pretty` / `--no-pretty` | Indentation toggle (default: `--pretty`). |
333
+ | 6 | `-v`, `--verbose` | Runtime metadata; implied by `--debug`. |
331
334
 
332
335
  Rationale: [ADR-0002](https://bijux.github.io/bijux-cli/ADR/0002-global-flags-precedence)
333
336
 
@@ -423,7 +426,7 @@ export BIJUXCLI_PLUGINS_DIR=./custom-plugins
423
426
  * **Coverage:** **98%+** code coverage (measured via `pytest-cov` in CI).
424
427
  * **Determinism:** CI runs the full suite on multiple Python versions (3.11+).
425
428
  * **Artifacts:** JSON/YAML fixtures validate structured outputs; E2E simulates real usage (REPL, plugins, DI).
426
- * **Docs:** Read the full testing guide → **[TESTS.md](TESTS.md)**.
429
+ * **Docs:** Read the full testing guide → **[TESTS.md](https://github.com/bijux/bijux-cli/blob/main/TESTS.md)**.
427
430
 
428
431
  Quick commands:
429
432
 
@@ -433,10 +436,10 @@ make test-unit # unit tests only
433
436
  make test-e2e # end-to-end tests only
434
437
  ```
435
438
 
436
- **Artifacts:** [Test Artifacts](artifacts/test.md) ·
437
- [JUnit report](artifacts/test.md#junit-xml) ·
438
- <a href="artifacts/test/htmlcov/index.html" target="_blank" rel="noopener">HTML coverage report</a>
439
-
439
+ **Artifacts:**
440
+ [Test Artifacts](https://bijux.github.io/bijux-cli/artifacts/test/) ·
441
+ [JUnit report](https://bijux.github.io/bijux-cli/artifacts/test/#junit-xml) ·
442
+ [HTML coverage report](https://bijux.github.io/bijux-cli/artifacts/test/htmlcov/index.html)
440
443
 
441
444
  [Back to top](#top)
442
445
 
@@ -447,7 +450,7 @@ make test-e2e # end-to-end tests only
447
450
  ## Project Tree
448
451
 
449
452
  A guided map of the repository (what lives where, and why).
450
- See **[PROJECT\_TREE.md](PROJECT_TREE.md)** for the full breakdown.
453
+ See **[PROJECT\_TREE.md](https://github.com/bijux/bijux-cli/blob/main/PROJECT_TREE.md)** for the full breakdown.
451
454
 
452
455
  Quick glance:
453
456
 
@@ -488,11 +491,12 @@ Track progress and suggest features via [Issues](https://github.com/bijux/bijux-
488
491
  * **Repository**: [https://github.com/bijux/bijux-cli](https://github.com/bijux/bijux-cli)
489
492
  * **Issues**: [https://github.com/bijux/bijux-cli/issues](https://github.com/bijux/bijux-cli/issues)
490
493
  * **Security** (private reports): [https://github.com/bijux/bijux-cli/security/advisories/new](https://github.com/bijux/bijux-cli/security/advisories/new)
491
- * **Tests:** See **[TESTS.md](TESTS.md)**
492
- * **Project Tree:** See **[PROJECT\_TREE.md](PROJECT_TREE.md)**
493
- * **Artifacts:** Browse all reports & logs — [index](artifacts/index.md)
494
- · [Tests](artifacts/test.md) · [Lint](artifacts/lint.md) · [Quality](artifacts/quality.md)
495
- · [Security](artifacts/security.md) · [SBOM](artifacts/sbom.md) · [API](artifacts/api.md) · [Citation](artifacts/citation.md)
494
+ * **Tests:** **[TESTS.md](https://github.com/bijux/bijux-cli/blob/main/TESTS.md)**
495
+ * **Project Tree:** **[PROJECT\_TREE.md](https://github.com/bijux/bijux-cli/blob/main/PROJECT_TREE.md)**
496
+ * **Artifacts:** Browse all reports & logs — [index](https://bijux.github.io/bijux-cli/artifacts/)
497
+ · [Tests](https://bijux.github.io/bijux-cli/artifacts/test/) · [Lint](https://bijux.github.io/bijux-cli/artifacts/lint/)
498
+ · [Quality](https://bijux.github.io/bijux-cli/artifacts/quality/) · [Security](https://bijux.github.io/bijux-cli/artifacts/security/)
499
+ · [SBOM](https://bijux.github.io/bijux-cli/artifacts/sbom/) · [API](https://bijux.github.io/bijux-cli/artifacts/api/) · [Citation](https://bijux.github.io/bijux-cli/artifacts/citation/)
496
500
 
497
501
  *When filing issues, include `--debug` output where possible.*
498
502
 
@@ -555,7 +559,24 @@ This project adheres to [Semantic Versioning](https://semver.org) and the
555
559
 
556
560
  <!-- towncrier start -->
557
561
 
562
+ <a id="v0-1-3"></a>
563
+
564
+ ## [0.1.3] – 2025-08-20
565
+
566
+ ### Added
567
+ * **ADR-0005:** Zero-root-pollution via **Makefile-orchestrated artifact containment** (all generated outputs under `artifacts/`).
568
+ * **Curated release assets:** zipped bundles for **tests (py311/py312/py313)** and for **lint, quality, security, api, docs, sbom, citation, build**, plus consolidated **checksums**.
569
+ * **End-to-end automation:** GitHub Actions to **publish to PyPI**, **create a GitHub Release** with curated bundles, and **deploy docs**.
570
+
571
+ ### Changed
572
+ * **Makefiles + workflows** brought into **full ADR-0005 compliance**: CI uploads/downloads only `artifacts/**`; docs deploy hydrates from CI artifacts and builds from `artifacts/docs/**`.
573
+
574
+ [Back to top](#top)
575
+
576
+ ---
577
+
558
578
  <a id="v0-1-2"></a>
579
+
559
580
  ## [0.1.2] – 2025-08-17
560
581
 
561
582
  ### Added
@@ -583,6 +604,7 @@ This project adheres to [Semantic Versioning](https://semver.org) and the
583
604
 
584
605
  [Back to top](#top)
585
606
 
607
+ ---
586
608
 
587
609
  <a id="v0-1-1"></a>
588
610
 
@@ -730,6 +752,9 @@ This project adheres to [Semantic Versioning](https://semver.org) and the
730
752
 
731
753
  [Back to top](#top)
732
754
 
733
- [Unreleased]: https://github.com/bijux/bijux-cli/compare/v0.1.1...HEAD
755
+ [Unreleased]: https://github.com/bijux/bijux-cli/compare/v0.1.3...HEAD
756
+ [0.1.3]: https://github.com/bijux/bijux-cli/compare/v0.1.2...v0.1.3
757
+ [0.1.2]: https://github.com/bijux/bijux-cli/compare/v0.1.1...v0.1.2
734
758
  [0.1.1]: https://github.com/bijux/bijux-cli/compare/v0.1.0...v0.1.1
735
759
  [0.1.0]: https://github.com/bijux/bijux-cli/releases/tag/v0.1.0
760
+
@@ -5,15 +5,18 @@
5
5
 
6
6
  [![PyPI - Version](https://img.shields.io/pypi/v/bijux-cli.svg)](https://pypi.org/project/bijux-cli/)
7
7
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bijux-cli.svg)](https://pypi.org/project/bijux-cli/)
8
+ [![Typing: typed (PEP 561)](https://img.shields.io/badge/typing-typed-4F8CC9.svg)](https://peps.python.org/pep-0561/)
8
9
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bijux/bijux-cli/main/LICENSES/MIT.txt)
9
10
  [![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-brightgreen)](https://bijux.github.io/bijux-cli/)
10
11
  [![CI Status](https://github.com/bijux/bijux-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/bijux/bijux-cli/actions)
11
12
 
12
13
  > **At a glance:** Plugin-driven • deterministic flags • DI for testability • REPL • structured JSON/YAML
13
14
  > **Quality:** **2,600+ tests** across layers with **98%+ coverage** (see
14
- > [Test Artifacts](artifacts/test.md) and
15
- > <a href="artifacts/test/htmlcov/index.html" target="_blank" rel="noopener">HTML coverage</a>).
15
+ > [Test Artifacts](https://bijux.github.io/bijux-cli/artifacts/test/)
16
+ > and
17
+ > [HTML coverage](https://bijux.github.io/bijux-cli/artifacts/test/htmlcov/index.html)).
16
18
  > Multi-version CI. Docs build enforced. No telemetry.
19
+
17
20
  ---
18
21
 
19
22
  ## Table of Contents
@@ -197,14 +200,14 @@ bijux dev list-plugins
197
200
 
198
201
  Fixed ordering eliminates ambiguity.
199
202
 
200
- | Priority | Flag | Effect |
201
- | -------: | --------------------------- | --------------------------------------------------------- |
202
- | 1 | `-h`, `--help` | Immediate exit (code 0) with usage; ignores all. |
203
- | 2 | `-q`, `--quiet` | Suppress stdout/stderr; preserves exit code. |
204
- | 3 | `-d`, `--debug` | Full diagnostics; implies `--verbose`, forces `--pretty`. |
205
- | 4 | `-f, --format <json\|yaml>` | Structured output; invalid → code 2. |
206
- | 5 | `--pretty` / `--no-pretty` | Indentation toggle (default: `--pretty`). |
207
- | 6 | `-v`, `--verbose` | Runtime metadata; implied by `--debug`. |
203
+ | Priority | Flag | Effect |
204
+ | -------: |-------------------------------| --------------------------------------------------------- |
205
+ | 1 | `-h`, `--help` | Immediate exit (code 0) with usage; ignores all. |
206
+ | 2 | `-q`, `--quiet` | Suppress stdout/stderr; preserves exit code. |
207
+ | 3 | `-d`, `--debug` | Full diagnostics; implies `--verbose`, forces `--pretty`. |
208
+ | 4 | `-f`, `--format <json\|yaml>` | Structured output; invalid → code 2. |
209
+ | 5 | `--pretty` / `--no-pretty` | Indentation toggle (default: `--pretty`). |
210
+ | 6 | `-v`, `--verbose` | Runtime metadata; implied by `--debug`. |
208
211
 
209
212
  Rationale: [ADR-0002](https://bijux.github.io/bijux-cli/ADR/0002-global-flags-precedence)
210
213
 
@@ -300,7 +303,7 @@ export BIJUXCLI_PLUGINS_DIR=./custom-plugins
300
303
  * **Coverage:** **98%+** code coverage (measured via `pytest-cov` in CI).
301
304
  * **Determinism:** CI runs the full suite on multiple Python versions (3.11+).
302
305
  * **Artifacts:** JSON/YAML fixtures validate structured outputs; E2E simulates real usage (REPL, plugins, DI).
303
- * **Docs:** Read the full testing guide → **[TESTS.md](TESTS.md)**.
306
+ * **Docs:** Read the full testing guide → **[TESTS.md](https://github.com/bijux/bijux-cli/blob/main/TESTS.md)**.
304
307
 
305
308
  Quick commands:
306
309
 
@@ -310,10 +313,10 @@ make test-unit # unit tests only
310
313
  make test-e2e # end-to-end tests only
311
314
  ```
312
315
 
313
- **Artifacts:** [Test Artifacts](artifacts/test.md) ·
314
- [JUnit report](artifacts/test.md#junit-xml) ·
315
- <a href="artifacts/test/htmlcov/index.html" target="_blank" rel="noopener">HTML coverage report</a>
316
-
316
+ **Artifacts:**
317
+ [Test Artifacts](https://bijux.github.io/bijux-cli/artifacts/test/) ·
318
+ [JUnit report](https://bijux.github.io/bijux-cli/artifacts/test/#junit-xml) ·
319
+ [HTML coverage report](https://bijux.github.io/bijux-cli/artifacts/test/htmlcov/index.html)
317
320
 
318
321
  [Back to top](#top)
319
322
 
@@ -324,7 +327,7 @@ make test-e2e # end-to-end tests only
324
327
  ## Project Tree
325
328
 
326
329
  A guided map of the repository (what lives where, and why).
327
- See **[PROJECT\_TREE.md](PROJECT_TREE.md)** for the full breakdown.
330
+ See **[PROJECT\_TREE.md](https://github.com/bijux/bijux-cli/blob/main/PROJECT_TREE.md)** for the full breakdown.
328
331
 
329
332
  Quick glance:
330
333
 
@@ -365,11 +368,12 @@ Track progress and suggest features via [Issues](https://github.com/bijux/bijux-
365
368
  * **Repository**: [https://github.com/bijux/bijux-cli](https://github.com/bijux/bijux-cli)
366
369
  * **Issues**: [https://github.com/bijux/bijux-cli/issues](https://github.com/bijux/bijux-cli/issues)
367
370
  * **Security** (private reports): [https://github.com/bijux/bijux-cli/security/advisories/new](https://github.com/bijux/bijux-cli/security/advisories/new)
368
- * **Tests:** See **[TESTS.md](TESTS.md)**
369
- * **Project Tree:** See **[PROJECT\_TREE.md](PROJECT_TREE.md)**
370
- * **Artifacts:** Browse all reports & logs — [index](artifacts/index.md)
371
- · [Tests](artifacts/test.md) · [Lint](artifacts/lint.md) · [Quality](artifacts/quality.md)
372
- · [Security](artifacts/security.md) · [SBOM](artifacts/sbom.md) · [API](artifacts/api.md) · [Citation](artifacts/citation.md)
371
+ * **Tests:** **[TESTS.md](https://github.com/bijux/bijux-cli/blob/main/TESTS.md)**
372
+ * **Project Tree:** **[PROJECT\_TREE.md](https://github.com/bijux/bijux-cli/blob/main/PROJECT_TREE.md)**
373
+ * **Artifacts:** Browse all reports & logs — [index](https://bijux.github.io/bijux-cli/artifacts/)
374
+ · [Tests](https://bijux.github.io/bijux-cli/artifacts/test/) · [Lint](https://bijux.github.io/bijux-cli/artifacts/lint/)
375
+ · [Quality](https://bijux.github.io/bijux-cli/artifacts/quality/) · [Security](https://bijux.github.io/bijux-cli/artifacts/security/)
376
+ · [SBOM](https://bijux.github.io/bijux-cli/artifacts/sbom/) · [API](https://bijux.github.io/bijux-cli/artifacts/api/) · [Citation](https://bijux.github.io/bijux-cli/artifacts/citation/)
373
377
 
374
378
  *When filing issues, include `--debug` output where possible.*
375
379
 
@@ -7,7 +7,8 @@ path = [
7
7
  "**/*.html", "**/*.toml", "**/*.ini", "**/*.cfg", "**/*.conf",
8
8
  "**/*.env", "**/*.env.*", "**/*.yaml", "**/*.yml", "**/*.json",
9
9
  "**/*.cff", "**/*.dic", ".coverage*", ".gitattributes", ".gitignore",
10
- "changelog.d/**", "**/.editorconfig", "artifacts/**", "scripts/git-hooks/**"
10
+ "changelog.d/**", "**/.editorconfig", "artifacts/**", "scripts/git-hooks/**",
11
+ "docs/assets/styles/**"
11
12
  ]
12
13
  precedence = "override"
13
14
  SPDX-License-Identifier = "CC0-1.0"
@@ -66,7 +66,7 @@ dev = [
66
66
  "types-colorama>=0.0.14,<1.0",
67
67
  "types-psutil>=6.0.0,<7.0",
68
68
  "typing-extensions>=4.5.0,<5.0",
69
- "types-pexpect>4.9.0,<5.0",
69
+ "types-pexpect>=4.9.0,<5.0",
70
70
 
71
71
  "pytest>=8.4.1,<9.0",
72
72
  "pytest-cov>=6.2.1,<7.0",
@@ -157,6 +157,9 @@ source = "vcs"
157
157
  packages = ["src/bijux_cli"]
158
158
  zip-safe = false
159
159
 
160
+ [tool.hatch.build.targets.wheel.package-data]
161
+ "bijux_cli" = ["py.typed"]
162
+
160
163
  [tool.hatch.metadata.hooks.fancy-pypi-readme]
161
164
  content-type = "text/markdown"
162
165
  fragments = [
File without changes
File without changes
File without changes
File without changes