memhtml 0.2.0 → 0.2.2
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/{dist-CrYVXFO2.mjs → dist-0IU3R2cD.mjs} +8 -4
- package/dist/dist-0IU3R2cD.mjs.map +1 -0
- package/dist/{dist-DUuomISL.mjs → dist-CI2-0MRk.mjs} +17 -3
- package/dist/dist-CI2-0MRk.mjs.map +1 -0
- package/dist/{dist-Bubu4ZZa.mjs → dist-DBdR0zt7.mjs} +1 -1
- package/dist/memhtml-mcp.mjs +3 -3
- package/dist/memhtml-mcp.mjs.map +1 -1
- package/dist/memhtml.mjs +5 -5
- package/dist/memhtml.mjs.map +1 -1
- package/package.json +8 -8
- package/dist/dist-CrYVXFO2.mjs.map +0 -1
- package/dist/dist-DUuomISL.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as MEMORY_EXTENSION, B as ModelUnavailable, Ct as slugify, H as StorageFailure, J as relClassFor, L as DirtyTree, Q as INBOX_DIR, R as InvalidMemory, St as filenameFor, U as WriteConflict, V as PathNotFound, W as EdgeRel, X as relTokenFor, Y as relForToken, Z as ARCS_DIR, _t as TaskStatus, at as memoryPathFor, bt as parseEntity, ct as placementFor, dt as MEMORY_TYPES, et as PEOPLE_DIR, ft as MemoryStatus, gt as TASK_STATUSES, ht as PERSON_ENTITY_PREFIX, it as isValidMemoryPath, lt as Confidence, mt as PARA_BUCKETS, nt as archivePathFor, ot as normalizePath, pt as MemoryType, q as isEdgeRel, rt as isArchivePath, st as paraBucketOf, ut as Importance, vt as WRITABLE_MEMORY_TYPES, wt as withCollisionOrdinal, xt as SLUG_FALLBACK, yt as isTaskStatus, z as LlmContractViolation } from "./dist-
|
|
1
|
+
import { $ as MEMORY_EXTENSION, B as ModelUnavailable, Ct as slugify, H as StorageFailure, J as relClassFor, L as DirtyTree, Q as INBOX_DIR, R as InvalidMemory, St as filenameFor, U as WriteConflict, V as PathNotFound, W as EdgeRel, X as relTokenFor, Y as relForToken, Z as ARCS_DIR, _t as TaskStatus, at as memoryPathFor, bt as parseEntity, ct as placementFor, dt as MEMORY_TYPES, et as PEOPLE_DIR, ft as MemoryStatus, gt as TASK_STATUSES, ht as PERSON_ENTITY_PREFIX, it as isValidMemoryPath, lt as Confidence, mt as PARA_BUCKETS, nt as archivePathFor, ot as normalizePath, pt as MemoryType, q as isEdgeRel, rt as isArchivePath, st as paraBucketOf, ut as Importance, vt as WRITABLE_MEMORY_TYPES, wt as withCollisionOrdinal, xt as SLUG_FALLBACK, yt as isTaskStatus, z as LlmContractViolation } from "./dist-CI2-0MRk.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import { Config, Context, Effect, Layer, Result, Schedule, Schema } from "effect";
|
|
4
4
|
import { mkdir, mkdtemp, readFile, readdir, rm, stat, writeFile } from "node:fs/promises";
|
|
@@ -2928,11 +2928,15 @@ const articleOf = (document) => {
|
|
|
2928
2928
|
* 24.4%. Both numbers are recorded because the measured one is the evidence and the deployed one
|
|
2929
2929
|
* is the decision.
|
|
2930
2930
|
*
|
|
2931
|
-
* DETERMINISM. highlight.js is pinned EXACTLY (`11.11.
|
|
2931
|
+
* DETERMINISM. highlight.js is pinned EXACTLY (`11.11.2`, no caret) in this package's
|
|
2932
2932
|
* `package.json`, because relevance scores are grammar-dependent: a version bump silently moves
|
|
2933
2933
|
* every confidence, and therefore which fences get stamped. The contract is "same input + same
|
|
2934
2934
|
* pinned version → same stamp". A bump is a deliberate decision that RE-RUNS the eval and
|
|
2935
|
-
* re-derives the threshold, not a routine dependency refresh.
|
|
2935
|
+
* re-derives the threshold, not a routine dependency refresh. Measured against 11.12.0 on
|
|
2936
|
+
* 2026-08-18, which is the size of "silently": `slice:example-service/mise.toml@42+9` fell 0.5406
|
|
2937
|
+
* to 0.1993 and stopped stamping `toml`, and one python row stopped stamping — coverage lost with
|
|
2938
|
+
* no evidence about precision, because the 332-snippet corpus that measured it lives in
|
|
2939
|
+
* `memhtml-evals`, not here. `.github/dependabot.yml` holds minor and major back for that reason.
|
|
2936
2940
|
*
|
|
2937
2941
|
* WRITE TIME ONLY. Detection runs on the write path and the result is stamped into the file, which
|
|
2938
2942
|
* is the system of record. Index rebuild reads `data-lang` back (`parse.ts`) and never re-detects,
|
|
@@ -12843,4 +12847,4 @@ const latest = (left, right) => left === null ? right : right === null ? left :
|
|
|
12843
12847
|
|
|
12844
12848
|
//#endregion
|
|
12845
12849
|
export { STATE_SIDECAR_PATH as $, makeIndexRecorder as A, makeGitPort as B, ModelClientLive as C, EMBED_DIM as D, EmbeddingsLive as E, reinforce as F, STATE_MIGRATIONS_DIR as G, DatabaseService as H, Indexer as I, expandRoot as J, STATE_SCHEMA as K, makeIndexer as L, readWatermark as M, Retrieval as N, EMBED_WATERMARK as O, makeRetrieval as P, STATE_DB_PATH as Q, readIndexState as R, ModelClient as S, Embeddings as T, makeDatabase as U, sanitizeFtsQuery as V, MIGRATIONS_DIR as W, INDEX_DB_PATH as X, makeStore as Y, SLEEP_REPORTS_DIR as Z, unlink as _, parseSidecar as a, commitSubject as at, discriminationGate as b, generateArtifacts as c, isValidDatetime as ct, danglingEdges as d, REINFORCE_SIGNALS as dt, attemptIo as et, publishRows as f, frameKeyOf as ft, meta as g, link as h, makeSleep as i, makeGit as it, persistScanned as j, IndexRecorder as k, accessRows as l, closesFence as lt, hrefFor as m, scanTraceRoot as n, readFileOrNull as nt, renderSidecar as o, checkMemory as ot, applyHeadEdits as p, Store as q, Sleep as r, Git as rt, archivedFormOf as s, setMeta as st, mergeTailExtract as t, initRepo as tt, allPaths as u, fenceOpeningOf as ut, SLEEP_PHASES as v, wrapAsData as w, runDiscrimination as x, isSleepPhase as y, IndexGit as z };
|
|
12846
|
-
//# sourceMappingURL=dist-
|
|
12850
|
+
//# sourceMappingURL=dist-0IU3R2cD.mjs.map
|