memhtml 0.2.5 → 0.3.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 +1 -1
- package/dist/{dist-Uj47oBRC.mjs → dist-B3yDga97.mjs} +2049 -297
- package/dist/dist-B3yDga97.mjs.map +1 -0
- package/dist/{dist-t84Q_98w.mjs → dist-CSo_XRfz.mjs} +2 -2
- package/dist/{dist-t84Q_98w.mjs.map → dist-CSo_XRfz.mjs.map} +1 -1
- package/dist/{dist-Dj-MYf9q.mjs → dist-FgNX_rxc.mjs} +1 -1
- package/dist/memhtml-mcp.mjs +5 -5
- package/dist/memhtml-mcp.mjs.map +1 -1
- package/dist/memhtml.mjs +7 -7
- package/dist/memhtml.mjs.map +1 -1
- package/package.json +1 -1
- package/state-migrations/S0002_entity_corroboration.sql +55 -0
- package/dist/dist-Uj47oBRC.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -321,7 +321,7 @@ reach the model, so a skipped gate reads as skipped rather than as green.
|
|
|
321
321
|
## Sleep
|
|
322
322
|
|
|
323
323
|
`memhtml sleep run` executes fifteen curation phases on a `sleep/<date>` branch: dedup-merge, entity
|
|
324
|
-
resolution,
|
|
324
|
+
resolution, edge typing, confidence decay, arc synthesis, retention triage, compress, integrity,
|
|
325
325
|
and the rest. Each committing phase makes its own isolated commit with a machine-readable trailer, so
|
|
326
326
|
`memhtml sleep resume` re-runs only what is missing. Two phases commit nothing by design. `preflight`
|
|
327
327
|
refreshes the index, and `relationship-mining` writes derived edges to the index alone, because thousands
|