@davesheffer/hunch 1.9.2 → 1.9.3
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ strict enforcement.
|
|
|
16
16
|
**Memory is the input. The product boundary is the receipt:** relevant evidence before an edit,
|
|
17
17
|
then a deterministic check of the change against the rules your team has explicitly trusted.
|
|
18
18
|
|
|
19
|
-
> **New in v1.9.
|
|
19
|
+
> **New in v1.9.3:** Matrix mode gives the whole team one live, private Git memory across fresh
|
|
20
20
|
> clones, worktrees, CLI checks, and MCP assistants. npm publishes with short-lived OIDC
|
|
21
21
|
> credentials, while the editor companion ships as one immutable, publicly verified Open VSX
|
|
22
22
|
> artifact.
|
|
@@ -82,7 +82,7 @@ Git repo that every teammate can access, install the Matrix release on team mach
|
|
|
82
82
|
have one maintainer run:
|
|
83
83
|
|
|
84
84
|
```bash
|
|
85
|
-
npm i -g @davesheffer/hunch@1.9.
|
|
85
|
+
npm i -g @davesheffer/hunch@1.9.3
|
|
86
86
|
hunch shared --repo git@github.com:acme/project-hunch-memory.git
|
|
87
87
|
git add .gitignore .hunch/team.json
|
|
88
88
|
git commit -m "chore: connect shared Hunch memory"
|
|
@@ -97,7 +97,7 @@ printed by Hunch. Omit `--migrate` for a new setup.
|
|
|
97
97
|
After the pointer commit lands, teammates need Hunch installed and Git access to the memory repo:
|
|
98
98
|
|
|
99
99
|
```bash
|
|
100
|
-
npm i -g @davesheffer/hunch@1.9.
|
|
100
|
+
npm i -g @davesheffer/hunch@1.9.3
|
|
101
101
|
git pull
|
|
102
102
|
hunch init
|
|
103
103
|
hunch doctor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davesheffer/hunch",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Dave Sheffer <dave.sheffer1@gmail.com>",
|
|
6
6
|
"description": "Engineering memory and a deterministic Change Gate for AI-assisted codebases: decisions, rejected approaches, constraints, and bug lineage become portable context and opt-in enforcement for every MCP assistant.",
|