@doxbrix/doxloop 0.1.0 → 0.1.1

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ uses semantic versioning after its first stable release.
5
5
 
6
6
  ## Unreleased
7
7
 
8
+ ## 0.1.1 - 2026-07-23
9
+
8
10
  ### Added
9
11
 
10
12
  - Request-driven application guide screenshots for `doxloop create` and
@@ -15,11 +17,17 @@ uses semantic versioning after its first stable release.
15
17
  - Post-authoring validation receipts and guarded synchronization baselines.
16
18
  - Source-content fingerprints for committed and uncommitted synchronization.
17
19
  - JSON output for `test` and `status`.
20
+ - Private-by-default deployment visibility and a confirmation-gated `--public`
21
+ deploy option.
22
+ - Guarded local npm and GitHub releases that automatically include modified
23
+ generator packages.
18
24
  - Security, project-format, agent, CI, generator-authoring, generator-selection,
19
25
  and troubleshooting documentation.
20
26
 
21
27
  ### Changed
22
28
 
29
+ - Release validation now runs npm package lifecycle checks against the proposed
30
+ version before committing or pushing.
23
31
  - Expanded native guidance for every official generator skill.
24
32
  - Strengthened real-agent review evaluation with evidence, prioritization,
25
33
  rubric, and read-only checks.