hadara 0.3.2-rc.0 → 0.3.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.
- package/README.md +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<img alt="Stable npm release" src="https://img.shields.io/badge/npm-0.3.
|
|
9
|
-
<img alt="Source version" src="https://img.shields.io/badge/source-0.3.2
|
|
8
|
+
<img alt="Stable npm release" src="https://img.shields.io/badge/npm-0.3.2-blue">
|
|
9
|
+
<img alt="Source version" src="https://img.shields.io/badge/source-0.3.2-blue">
|
|
10
10
|
<img alt="Node.js" src="https://img.shields.io/badge/node-%3E%3D22-brightgreen">
|
|
11
11
|
<img alt="License" src="https://img.shields.io/badge/license-MIT-lightgrey">
|
|
12
12
|
</p>
|
|
@@ -24,7 +24,7 @@ This repository is both the HADARA source checkout and the HADARA protocol works
|
|
|
24
24
|
Current stable npm release:
|
|
25
25
|
|
|
26
26
|
```text
|
|
27
|
-
hadara@0.3.
|
|
27
|
+
hadara@0.3.2
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
Current release candidate:
|
|
@@ -33,13 +33,13 @@ Current release candidate:
|
|
|
33
33
|
hadara@0.3.2-rc.0
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
The 0.3.2
|
|
36
|
+
The 0.3.2 line is the Evidence v2 refactor release. It hardens evidence writer metadata, exact resolution markers, durable evidence id discovery, canonical/derived evidence boundaries, and release-facing docs after the 0.3.1 post-publish recycle.
|
|
37
37
|
|
|
38
|
-
Phase labels are internal implementation phases, not npm release-candidate labels. The stable `0.3.
|
|
38
|
+
Phase labels are internal implementation phases, not npm release-candidate labels. The stable `0.3.2` source is prepared for approval-gated npm publish; the `0.3.2-rc.0` package remains the prior release-candidate evaluation build until stable publish is executed.
|
|
39
39
|
|
|
40
40
|
| Surface | Status |
|
|
41
41
|
|---|---|
|
|
42
|
-
| Current stable | [`hadara@0.3.
|
|
42
|
+
| Current stable | [`hadara@0.3.2`](docs/RELEASE_NOTES.md#032) |
|
|
43
43
|
| Current RC | [`hadara@0.3.2-rc.0`](docs/RELEASE_NOTES.md#032-rc0) |
|
|
44
44
|
| Previous RC | [`hadara@0.3.1-rc.1`](docs/RELEASE_NOTES.md#031-rc1) |
|
|
45
45
|
| Historical RCs | See [Release Notes](docs/RELEASE_NOTES.md). |
|
|
@@ -57,7 +57,7 @@ Requires Node.js 22.
|
|
|
57
57
|
Install the stable release:
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
|
-
npm install -g hadara@0.3.
|
|
60
|
+
npm install -g hadara@0.3.2
|
|
61
61
|
hadara help
|
|
62
62
|
hadara doctor --json
|
|
63
63
|
```
|
|
@@ -65,8 +65,8 @@ hadara doctor --json
|
|
|
65
65
|
Run without a global install:
|
|
66
66
|
|
|
67
67
|
```bash
|
|
68
|
-
npx hadara@0.3.
|
|
69
|
-
npx hadara@0.3.
|
|
68
|
+
npx hadara@0.3.2 help
|
|
69
|
+
npx hadara@0.3.2 doctor --json
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
Evaluate the release candidate explicitly:
|
|
@@ -80,11 +80,11 @@ For release or recycle evidence, prefer an isolated prefix install when PATH, gl
|
|
|
80
80
|
|
|
81
81
|
```bash
|
|
82
82
|
tmp="$(mktemp -d)"
|
|
83
|
-
npm --prefix "$tmp" install hadara@0.3.
|
|
83
|
+
npm --prefix "$tmp" install hadara@0.3.2
|
|
84
84
|
"$tmp/node_modules/.bin/hadara" version --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
`npx hadara@0.3.
|
|
87
|
+
`npx hadara@0.3.2 ...` remains convenient for normal use. The isolated installed-bin path is stronger proof that the published package installed and executed from the intended package tree.
|
|
88
88
|
|
|
89
89
|
## What HADARA Gives You
|
|
90
90
|
|
|
@@ -245,7 +245,7 @@ Dashboard, TUI, Hermes, MCP, installer, package, release, and run commands stay
|
|
|
245
245
|
|
|
246
246
|
## Safety Boundaries
|
|
247
247
|
|
|
248
|
-
HADARA 0.3.2
|
|
248
|
+
HADARA 0.3.2 is not:
|
|
249
249
|
|
|
250
250
|
- a full agent runtime;
|
|
251
251
|
- Rack/enterprise behavior;
|