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.
- package/dist/{chunk-U34B2XQJ.js → chunk-NMUYMNNB.js} +2 -0
- package/dist/{chunk-P2FCRGKU.js → chunk-YYWGP7DN.js} +5 -1
- package/dist/cli.js +441 -154
- package/dist/{index-projection-VNJ3TLEK.js → index-projection-MHXG7QO2.js} +5 -1
- package/dist/skillwiki-mcp.js +2 -2
- package/dist/vault-sync/scripts/lib/delete-intent.sh +27 -0
- package/dist/vault-sync/scripts/wiki-snapshot.sh +246 -43
- package/package.json +1 -1
- package/skills/.claude-plugin/plugin.json +1 -1
- package/skills/.codex-plugin/plugin.json +1 -1
- package/skills/package.json +1 -1
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
splitFrontmatter,
|
|
20
20
|
vaultIoConcurrency,
|
|
21
21
|
writeRootIndexProjection
|
|
22
|
-
} from "./chunk-
|
|
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,
|