@davesheffer/hunch 1.19.0-rc.1 → 1.19.0
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 +16 -4
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -18,10 +18,22 @@ strict enforcement.
|
|
|
18
18
|
**Memory is the input. The product boundary is the receipt:** relevant evidence before an edit,
|
|
19
19
|
then a deterministic check of the change against the rules your team has explicitly trusted.
|
|
20
20
|
|
|
21
|
-
> **
|
|
21
|
+
> **New in v1.19.0:** correction search now keeps the flat top five but adds
|
|
22
22
|
> transfer-tested semantic declaration families and an efficiency-tested progressive queue.
|
|
23
23
|
> Evidence receipts are read-only annotations: they never reorder candidates or claim an exact
|
|
24
|
-
> owner. Install the
|
|
24
|
+
> owner. Install the stable release with `npm i -g @davesheffer/hunch`.
|
|
25
|
+
|
|
26
|
+
The measured improvement is deliberately scoped to fresh, preregistered transfer cases:
|
|
27
|
+
|
|
28
|
+
| Measure | Flat/baseline | v1.19 bounded view | Change |
|
|
29
|
+
| --- | ---: | ---: | ---: |
|
|
30
|
+
| Changed declaration found | 3/12 (25%) | 6/12 (50%) | +25 percentage points |
|
|
31
|
+
| Correct file found | 8/12 (66.7%) | 10/12 (83.3%) | +16.6 percentage points |
|
|
32
|
+
| Declarations inspected for the same five hits | 18.9 average | 11 average | 41.9% less |
|
|
33
|
+
|
|
34
|
+
These are bounded diagnostic and inspection results, not a claim that Hunch is universally twice as
|
|
35
|
+
accurate. Failed evidence and causal rerankers remain disabled; the receipts annotate the shortlist
|
|
36
|
+
without changing its order or asserting an exact owner.
|
|
25
37
|
|
|
26
38
|
> **New in v1.18.0:** YAML and Helm now enter the same dependency graph as application code.
|
|
27
39
|
> Anchors and aliases become reference edges; chart-scoped `define`, `include`, and `template`
|
|
@@ -137,7 +149,7 @@ Git repo that every teammate can access, install the Matrix release on team mach
|
|
|
137
149
|
have one maintainer run:
|
|
138
150
|
|
|
139
151
|
```bash
|
|
140
|
-
npm i -g @davesheffer/hunch@1.
|
|
152
|
+
npm i -g @davesheffer/hunch@1.19.0
|
|
141
153
|
hunch shared --repo git@github.com:acme/project-hunch-memory.git
|
|
142
154
|
git add .gitignore .hunch/team.json
|
|
143
155
|
git commit -m "chore: connect shared Hunch memory"
|
|
@@ -152,7 +164,7 @@ printed by Hunch. Omit `--migrate` for a new setup.
|
|
|
152
164
|
After the pointer commit lands, teammates need Hunch installed and Git access to the memory repo:
|
|
153
165
|
|
|
154
166
|
```bash
|
|
155
|
-
npm i -g @davesheffer/hunch@1.
|
|
167
|
+
npm i -g @davesheffer/hunch@1.19.0
|
|
156
168
|
git pull
|
|
157
169
|
hunch init
|
|
158
170
|
hunch doctor
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
9
|
"websiteUrl": "https://hunch-pi.vercel.app",
|
|
10
|
-
"version": "1.19.0
|
|
10
|
+
"version": "1.19.0",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
15
|
"identifier": "@davesheffer/hunch",
|
|
16
|
-
"version": "1.19.0
|
|
16
|
+
"version": "1.19.0",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"packageArguments": [
|
|
19
19
|
{
|