@doxbrix/doxloop 0.1.0 → 0.1.2

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 (42) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +156 -450
  3. package/assets/doxbrix-preview.css +191 -1
  4. package/dist/agents.js +1 -1
  5. package/dist/agents.js.map +1 -1
  6. package/dist/args.d.ts.map +1 -1
  7. package/dist/args.js +1 -0
  8. package/dist/args.js.map +1 -1
  9. package/dist/artifact-deploy.d.ts +1 -0
  10. package/dist/artifact-deploy.d.ts.map +1 -1
  11. package/dist/artifact-deploy.js +6 -2
  12. package/dist/artifact-deploy.js.map +1 -1
  13. package/dist/author.js +1 -1
  14. package/dist/author.js.map +1 -1
  15. package/dist/cli.js +10 -2
  16. package/dist/cli.js.map +1 -1
  17. package/dist/deploy.d.ts +1 -0
  18. package/dist/deploy.d.ts.map +1 -1
  19. package/dist/deploy.js +6 -3
  20. package/dist/deploy.js.map +1 -1
  21. package/dist/deployment-visibility.d.ts +7 -0
  22. package/dist/deployment-visibility.d.ts.map +1 -0
  23. package/dist/deployment-visibility.js +14 -0
  24. package/dist/deployment-visibility.js.map +1 -0
  25. package/dist/doxbrix-markdown.js +33 -2
  26. package/dist/doxbrix-markdown.js.map +1 -1
  27. package/dist/preview.d.ts.map +1 -1
  28. package/dist/preview.js +224 -3
  29. package/dist/preview.js.map +1 -1
  30. package/dist/public-deploy-confirmation.d.ts +5 -0
  31. package/dist/public-deploy-confirmation.d.ts.map +1 -0
  32. package/dist/public-deploy-confirmation.js +22 -0
  33. package/dist/public-deploy-confirmation.js.map +1 -0
  34. package/dist/validation.d.ts.map +1 -1
  35. package/dist/validation.js +151 -8
  36. package/dist/validation.js.map +1 -1
  37. package/docs/doxbrix-http-api.md +10 -5
  38. package/docs/releasing.md +60 -0
  39. package/docs/security-model.md +2 -0
  40. package/package.json +32 -27
  41. package/skills/doxloop-doxbrix/SKILL.md +3 -1
  42. package/skills/doxloop-doxbrix/references/api-endpoints.md +8 -36
package/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ uses semantic versioning after its first stable release.
5
5
 
6
6
  ## Unreleased
7
7
 
8
+ ## 0.1.2 - 2026-07-25
9
+
10
+ ### Fixed
11
+
12
+ - Launch Codex, Claude Code, and Gemini correctly through npm and Volta
13
+ command shims on Windows.
14
+
15
+ ## 0.1.1 - 2026-07-23
16
+
8
17
  ### Added
9
18
 
10
19
  - Request-driven application guide screenshots for `doxloop create` and
@@ -15,11 +24,17 @@ uses semantic versioning after its first stable release.
15
24
  - Post-authoring validation receipts and guarded synchronization baselines.
16
25
  - Source-content fingerprints for committed and uncommitted synchronization.
17
26
  - JSON output for `test` and `status`.
27
+ - Private-by-default deployment visibility and a confirmation-gated `--public`
28
+ deploy option.
29
+ - Guarded local npm and GitHub releases that automatically include modified
30
+ generator packages.
18
31
  - Security, project-format, agent, CI, generator-authoring, generator-selection,
19
32
  and troubleshooting documentation.
20
33
 
21
34
  ### Changed
22
35
 
36
+ - Release validation now runs npm package lifecycle checks against the proposed
37
+ version before committing or pushing.
23
38
  - Expanded native guidance for every official generator skill.
24
39
  - Strengthened real-agent review evaluation with evidence, prioritization,
25
40
  rubric, and read-only checks.