@isparling/engram-omp 0.1.0 → 0.2.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 +3 -3
- package/omp-extension.ts +1200 -136
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -13,9 +13,9 @@ import engramExtension from "@isparling/engram-omp";
|
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
The independently installed `@isparling/engram-cli` is required for normal
|
|
16
|
-
knowledge capture: the extension shells out to it for
|
|
17
|
-
|
|
18
|
-
transaction work itself.
|
|
16
|
+
knowledge capture: the extension shells out to it for turn-end extraction and
|
|
17
|
+
for the two hash-bound `engram_capture_preview` / `engram_capture_apply`
|
|
18
|
+
tools, and does not perform any transaction work itself.
|
|
19
19
|
|
|
20
20
|
- [INSTALL.md](https://github.com/isparling/engram/blob/main/harness/omp/INSTALL.md) — installing and configuring the extension.
|
|
21
21
|
- [SPEC.md](https://github.com/isparling/engram/blob/main/harness/omp/SPEC.md) — extension behavior and scope.
|