@mnemonik/shared 6.6.3 → 6.6.4

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.
@@ -79,6 +79,9 @@
79
79
  * bootstrap now includes _methodCatalog (discoverMemoryTools({})) so
80
80
  * agents have the memory_tools calling convention from turn one.
81
81
  * Instruction updated to reference _methodCatalog directly.
82
+ * Superseded 2026-07-13: a real Config-B host persisted the expanded
83
+ * 15.1KB hook output instead of injecting it. Bootstrap now carries a
84
+ * compact discovery bridge; memory_discover({}) owns the full catalog.
82
85
  * v2.95 — Drop `augments` from JIT directive verdict list per plan §5 default
83
86
  * (augments downgrades to ambient via the parallel recall gate, not
84
87
  * the directive lane). See jit-knowledge-injector.md §5 decision note.
@@ -1 +1 @@
1
- {"version":3,"file":"instructions.d.ts","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8FG;AAUH;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,IAAI,MAAM,CAO3C;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,6uDAAuB,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,gBAAgB,QAAuB,CAAC"}
1
+ {"version":3,"file":"instructions.d.ts","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiGG;AAUH;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,IAAI,MAAM,CAO3C;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,6uDAAuB,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,gBAAgB,QAAuB,CAAC"}
@@ -79,6 +79,9 @@
79
79
  * bootstrap now includes _methodCatalog (discoverMemoryTools({})) so
80
80
  * agents have the memory_tools calling convention from turn one.
81
81
  * Instruction updated to reference _methodCatalog directly.
82
+ * Superseded 2026-07-13: a real Config-B host persisted the expanded
83
+ * 15.1KB hook output instead of injecting it. Bootstrap now carries a
84
+ * compact discovery bridge; memory_discover({}) owns the full catalog.
82
85
  * v2.95 — Drop `augments` from JIT directive verdict list per plan §5 default
83
86
  * (augments downgrades to ambient via the parallel recall gate, not
84
87
  * the directive lane). See jit-knowledge-injector.md §5 decision note.
@@ -1 +1 @@
1
- {"version":3,"file":"instructions.js","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8FG;AAEH,oFAAoF;AACpF,qFAAqF;AACrF,MAAM,oBAAoB,GAAG;;;;m0BAIsyB,CAAC;AAEp0B;;;;;;;;GAQG;AACH,MAAM,UAAU,kBAAkB;IAChC,MAAM,GAAG,GAAI,UAAyE,CAAC,OAAO;QAC5F,EAAE,GAAG,CAAC;IACR,IAAI,GAAG,EAAE,6BAA6B,KAAK,OAAO,EAAE,CAAC;QACnD,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,OAAO,oBAAoB,CAAC;AAC9B,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,oBAAoB,CAAC;AAEzD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"instructions.js","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiGG;AAEH,oFAAoF;AACpF,qFAAqF;AACrF,MAAM,oBAAoB,GAAG;;;;m0BAIsyB,CAAC;AAEp0B;;;;;;;;GAQG;AACH,MAAM,UAAU,kBAAkB;IAChC,MAAM,GAAG,GAAI,UAAyE,CAAC,OAAO;QAC5F,EAAE,GAAG,CAAC;IACR,IAAI,GAAG,EAAE,6BAA6B,KAAK,OAAO,EAAE,CAAC;QACnD,OAAO,EAAE,CAAC;IACZ,CAAC;IACD,OAAO,oBAAoB,CAAC;AAC9B,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,oBAAoB,CAAC;AAEzD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,kBAAkB,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mnemonik/shared",
3
- "version": "6.6.3",
3
+ "version": "6.6.4",
4
4
  "description": "Shared constants and utilities for Mnemonik packages",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -79,6 +79,9 @@
79
79
  * bootstrap now includes _methodCatalog (discoverMemoryTools({})) so
80
80
  * agents have the memory_tools calling convention from turn one.
81
81
  * Instruction updated to reference _methodCatalog directly.
82
+ * Superseded 2026-07-13: a real Config-B host persisted the expanded
83
+ * 15.1KB hook output instead of injecting it. Bootstrap now carries a
84
+ * compact discovery bridge; memory_discover({}) owns the full catalog.
82
85
  * v2.95 — Drop `augments` from JIT directive verdict list per plan §5 default
83
86
  * (augments downgrades to ambient via the parallel recall gate, not
84
87
  * the directive lane). See jit-knowledge-injector.md §5 decision note.