@mnemonik/shared 6.6.3 → 6.7.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/dist/instructions.d.ts
CHANGED
|
@@ -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
|
|
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"}
|
package/dist/instructions.js
CHANGED
|
@@ -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.
|
package/dist/instructions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instructions.js","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":"AAAA
|
|
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
package/src/instructions.ts
CHANGED
|
@@ -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.
|