skillwiki 0.10.11 → 0.10.12

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.
@@ -680,6 +680,8 @@ export {
680
680
  readPage,
681
681
  readPageCached,
682
682
  buildRootIndexUniverse,
683
+ UNMANAGED_START,
684
+ UNMANAGED_END,
683
685
  renderRootIndex,
684
686
  writeRootIndexProjection
685
687
  };
@@ -19,7 +19,7 @@ import {
19
19
  splitFrontmatter,
20
20
  vaultIoConcurrency,
21
21
  writeRootIndexProjection
22
- } from "./chunk-U34B2XQJ.js";
22
+ } from "./chunk-NMUYMNNB.js";
23
23
  import {
24
24
  CONFIG_KEYS,
25
25
  git,
@@ -7158,6 +7158,7 @@ var HYGIENE_COMMANDS = /* @__PURE__ */ new Set([
7158
7158
  "log migrate-legacy",
7159
7159
  "index rebuild",
7160
7160
  "projections materialize",
7161
+ "projections repair-legacy",
7161
7162
  "doctor",
7162
7163
  "health",
7163
7164
  "lint",
@@ -9853,6 +9854,9 @@ export {
9853
9854
  readLastOp,
9854
9855
  appendLastOp,
9855
9856
  clearLastOp,
9857
+ eventPathFor,
9858
+ validateLogEvent,
9859
+ canonicalEventJson,
9856
9860
  writeLogEvent,
9857
9861
  readLogEvents,
9858
9862
  runLogAppend,