skillwiki 0.10.55 → 0.10.57

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.
@@ -6,7 +6,7 @@ import {
6
6
  readPage,
7
7
  scanSensitiveContent,
8
8
  splitFrontmatter
9
- } from "./chunk-IJ7DD7QZ.js";
9
+ } from "./chunk-MHGUYPGE.js";
10
10
 
11
11
  // src/utils/vault-path-safety.ts
12
12
  import { lstatSync, realpathSync } from "fs";
@@ -6,7 +6,7 @@ import {
6
6
  import {
7
7
  renderRootIndex,
8
8
  writeRootIndexProjection
9
- } from "./chunk-O3HCB7R2.js";
9
+ } from "./chunk-NHRRYAXT.js";
10
10
  import {
11
11
  CONFIG_KEYS,
12
12
  acquireOwnedSyncLock,
@@ -35,11 +35,11 @@ import {
35
35
  snapshotterAliasForLocalHost,
36
36
  toUndirectedWeighted,
37
37
  writeDotenv
38
- } from "./chunk-EHUFPORA.js";
38
+ } from "./chunk-FM6RWVW6.js";
39
39
  import {
40
40
  atomicWriteText,
41
41
  prepareTypedPage
42
- } from "./chunk-74OSLCXE.js";
42
+ } from "./chunk-NG72ZD4C.js";
43
43
  import {
44
44
  applySourceCompileClaim,
45
45
  applySourceCompilePublished,
@@ -52,11 +52,11 @@ import {
52
52
  planSourceCompileRelease,
53
53
  planSourceReview,
54
54
  runSourcesPending
55
- } from "./chunk-HBQTTYXZ.js";
55
+ } from "./chunk-JMV7YBQN.js";
56
56
  import {
57
57
  eventPathFor,
58
58
  writeLogEvent
59
- } from "./chunk-GAHMWLWU.js";
59
+ } from "./chunk-6AMXNODT.js";
60
60
  import {
61
61
  CompoundSchema,
62
62
  ExitCode,
@@ -77,7 +77,7 @@ import {
77
77
  scanVault,
78
78
  splitFrontmatter,
79
79
  systemdPropertyFor
80
- } from "./chunk-IJ7DD7QZ.js";
80
+ } from "./chunk-MHGUYPGE.js";
81
81
 
82
82
  // src/commands/log-append.ts
83
83
  import { readFile, stat } from "fs/promises";
@@ -5918,7 +5918,7 @@ async function runQuery(input) {
5918
5918
  }
5919
5919
  let pendingSources;
5920
5920
  if (input.includePending) {
5921
- const { runSourcesPending: runSourcesPending2 } = await import("./sources-BFYEFTS4.js");
5921
+ const { runSourcesPending: runSourcesPending2 } = await import("./sources-JABI35OW.js");
5922
5922
  const pending = await runSourcesPending2({
5923
5923
  vault: input.vault,
5924
5924
  match: input.text,
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  atomicWriteText,
4
4
  buildRootIndexUniverse
5
- } from "./chunk-74OSLCXE.js";
5
+ } from "./chunk-NG72ZD4C.js";
6
6
  import {
7
7
  authorizeRawOperation,
8
8
  buildSourceReferenceIndex,
@@ -22,7 +22,7 @@ import {
22
22
  resolveExistingRegularFileInsideVault,
23
23
  stripFencedBlocks,
24
24
  writeLogEvent
25
- } from "./chunk-GAHMWLWU.js";
25
+ } from "./chunk-6AMXNODT.js";
26
26
  import {
27
27
  ExitCode,
28
28
  FleetManifestSchema,
@@ -40,7 +40,7 @@ import {
40
40
  scanVault,
41
41
  splitFrontmatter,
42
42
  vaultIoConcurrency
43
- } from "./chunk-IJ7DD7QZ.js";
43
+ } from "./chunk-MHGUYPGE.js";
44
44
 
45
45
  // src/utils/managed-write-preflight.ts
46
46
  import { existsSync as existsSync11 } from "fs";
@@ -8,7 +8,7 @@ import {
8
8
  readLogEvents,
9
9
  resolveExistingRegularFileInsideVault,
10
10
  writeLogEvent
11
- } from "./chunk-GAHMWLWU.js";
11
+ } from "./chunk-6AMXNODT.js";
12
12
  import {
13
13
  ExitCode,
14
14
  RawSourceSchema,
@@ -19,7 +19,7 @@ import {
19
19
  scanSensitiveContent,
20
20
  scanVault,
21
21
  splitFrontmatter
22
- } from "./chunk-IJ7DD7QZ.js";
22
+ } from "./chunk-MHGUYPGE.js";
23
23
 
24
24
  // src/commands/sources.ts
25
25
  import { readFile as readFile4 } from "fs/promises";
@@ -572,6 +572,7 @@ function isSyntheticPlaceholder(value) {
572
572
  }
573
573
  function isNonSecretTokenCapture(value) {
574
574
  if (value.startsWith("//")) return true;
575
+ if (value.includes("/")) return true;
575
576
  if (/^[a-z0-9.]+(?:-[a-z0-9.]+)+$/.test(value) && !/^[0-9a-f]+(?:-[0-9a-f]+)+$/.test(value)) return true;
576
577
  return false;
577
578
  }
@@ -8,7 +8,7 @@ import {
8
8
  ok,
9
9
  scanSensitiveContent,
10
10
  scanVault
11
- } from "./chunk-IJ7DD7QZ.js";
11
+ } from "./chunk-MHGUYPGE.js";
12
12
 
13
13
  // src/utils/atomic-write.ts
14
14
  import { randomBytes } from "crypto";
@@ -3,11 +3,11 @@ import {
3
3
  ROOT_INDEX_SECTION_ORDER,
4
4
  atomicWriteText,
5
5
  buildRootIndexUniverse
6
- } from "./chunk-74OSLCXE.js";
6
+ } from "./chunk-NG72ZD4C.js";
7
7
  import {
8
8
  err,
9
9
  ok
10
- } from "./chunk-IJ7DD7QZ.js";
10
+ } from "./chunk-MHGUYPGE.js";
11
11
 
12
12
  // src/utils/index-projection.ts
13
13
  import { readFile } from "fs/promises";
package/dist/cli.js CHANGED
@@ -50,7 +50,7 @@ import {
50
50
  snapshotterHealthChecks,
51
51
  upsertIndexEntry,
52
52
  vectorIndexStatus
53
- } from "./chunk-Q23OSECM.js";
53
+ } from "./chunk-AVVFFPQ5.js";
54
54
  import {
55
55
  normalizeDistTag,
56
56
  readCache,
@@ -63,7 +63,7 @@ import {
63
63
  UNMANAGED_START,
64
64
  renderRootIndex,
65
65
  writeRootIndexProjection
66
- } from "./chunk-O3HCB7R2.js";
66
+ } from "./chunk-NHRRYAXT.js";
67
67
  import {
68
68
  FLEET_REL_PATH,
69
69
  REDACTED_MALFORMED_REFERENCE,
@@ -147,12 +147,12 @@ import {
147
147
  supersedeStaleReviewRequiredJournals,
148
148
  taxonomyCommentForPage,
149
149
  writeDotenv
150
- } from "./chunk-EHUFPORA.js";
150
+ } from "./chunk-FM6RWVW6.js";
151
151
  import {
152
152
  assertTargetInsideVault,
153
153
  atomicWriteText,
154
154
  prepareTypedPage
155
- } from "./chunk-74OSLCXE.js";
155
+ } from "./chunk-NG72ZD4C.js";
156
156
  import {
157
157
  applySourceDisposition,
158
158
  decodeSourceActionApproval,
@@ -160,7 +160,7 @@ import {
160
160
  inventorySources,
161
161
  planSourceDisposition,
162
162
  runSourcesPending
163
- } from "./chunk-HBQTTYXZ.js";
163
+ } from "./chunk-JMV7YBQN.js";
164
164
  import {
165
165
  authorizeRawOperation,
166
166
  buildSourceReferenceIndex,
@@ -177,7 +177,7 @@ import {
177
177
  resolveExistingRegularFileInsideVault,
178
178
  validateLogEvent,
179
179
  writeLogEvent
180
- } from "./chunk-GAHMWLWU.js";
180
+ } from "./chunk-6AMXNODT.js";
181
181
  import {
182
182
  ExitCode,
183
183
  MetaSchema,
@@ -198,7 +198,7 @@ import {
198
198
  scanVault,
199
199
  splitFrontmatter,
200
200
  vaultIoConcurrency
201
- } from "./chunk-IJ7DD7QZ.js";
201
+ } from "./chunk-MHGUYPGE.js";
202
202
 
203
203
  // src/cli.ts
204
204
  import { join as join42 } from "path";
@@ -3705,7 +3705,7 @@ ${fmRewritten}
3705
3705
  }
3706
3706
  let indexUpdated = false;
3707
3707
  if (!isRaw) {
3708
- const { renderRootIndex: renderRootIndex2, writeRootIndexProjection: writeRootIndexProjection2 } = await import("./index-projection-EXBX32RR.js");
3708
+ const { renderRootIndex: renderRootIndex2, writeRootIndexProjection: writeRootIndexProjection2 } = await import("./index-projection-IICN2TUG.js");
3709
3709
  const before = await readFile7(join19(input.vault, "index.md"), "utf8").catch(() => "");
3710
3710
  const fullTarget = relPath.replace(/\.md$/, "");
3711
3711
  const bare = fullTarget.split("/").pop() ?? fullTarget;
@@ -3828,7 +3828,7 @@ async function runRemove(input) {
3828
3828
  if (relPath.endsWith(".md") && !relPath.startsWith("raw/")) {
3829
3829
  const { readFile: readFile22 } = await import("fs/promises");
3830
3830
  const { join: pathJoin } = await import("path");
3831
- const { renderRootIndex: renderRootIndex2, writeRootIndexProjection: writeRootIndexProjection2 } = await import("./index-projection-EXBX32RR.js");
3831
+ const { renderRootIndex: renderRootIndex2, writeRootIndexProjection: writeRootIndexProjection2 } = await import("./index-projection-IICN2TUG.js");
3832
3832
  const before = await readFile22(pathJoin(input.vault, "index.md"), "utf8").catch(() => "");
3833
3833
  const fullTarget = relPath.replace(/\.md$/, "");
3834
3834
  const bare = fullTarget.split("/").pop() ?? fullTarget;
@@ -10108,7 +10108,7 @@ async function emitManagedVaultWrite(vault, command, mutate, opts) {
10108
10108
  if (dirty) {
10109
10109
  return emit(dirty, void 0, { postCommit: false });
10110
10110
  }
10111
- const { runManagedWriteTransaction: runManagedWriteTransaction2 } = await import("./managed-write-preflight-CMVCRXRG.js");
10111
+ const { runManagedWriteTransaction: runManagedWriteTransaction2 } = await import("./managed-write-preflight-SP2A57YY.js");
10112
10112
  const run = await runManagedWriteTransaction2({
10113
10113
  vault,
10114
10114
  command,
@@ -4,9 +4,9 @@ import {
4
4
  UNMANAGED_START,
5
5
  renderRootIndex,
6
6
  writeRootIndexProjection
7
- } from "./chunk-O3HCB7R2.js";
8
- import "./chunk-74OSLCXE.js";
9
- import "./chunk-IJ7DD7QZ.js";
7
+ } from "./chunk-NHRRYAXT.js";
8
+ import "./chunk-NG72ZD4C.js";
9
+ import "./chunk-MHGUYPGE.js";
10
10
  export {
11
11
  UNMANAGED_END,
12
12
  UNMANAGED_START,
@@ -6,10 +6,10 @@ import {
6
6
  runManagedWritePeerGate,
7
7
  runManagedWritePreflight,
8
8
  runManagedWriteTransaction
9
- } from "./chunk-EHUFPORA.js";
10
- import "./chunk-74OSLCXE.js";
11
- import "./chunk-GAHMWLWU.js";
12
- import "./chunk-IJ7DD7QZ.js";
9
+ } from "./chunk-FM6RWVW6.js";
10
+ import "./chunk-NG72ZD4C.js";
11
+ import "./chunk-6AMXNODT.js";
12
+ import "./chunk-MHGUYPGE.js";
13
13
  export {
14
14
  DEFAULT_MANAGED_WRITE_WAIT_MS,
15
15
  MANAGED_WRITE_POLL_INTERVAL_MS,
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runSkillwikiMcpStdio
4
- } from "./chunk-Q23OSECM.js";
4
+ } from "./chunk-AVVFFPQ5.js";
5
5
  import "./chunk-7I2TPIV5.js";
6
- import "./chunk-O3HCB7R2.js";
7
- import "./chunk-EHUFPORA.js";
8
- import "./chunk-74OSLCXE.js";
9
- import "./chunk-HBQTTYXZ.js";
10
- import "./chunk-GAHMWLWU.js";
11
- import "./chunk-IJ7DD7QZ.js";
6
+ import "./chunk-NHRRYAXT.js";
7
+ import "./chunk-FM6RWVW6.js";
8
+ import "./chunk-NG72ZD4C.js";
9
+ import "./chunk-JMV7YBQN.js";
10
+ import "./chunk-6AMXNODT.js";
11
+ import "./chunk-MHGUYPGE.js";
12
12
 
13
13
  // src/mcp-entry.ts
14
14
  runSkillwikiMcpStdio().catch((error) => {
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ runSourcesPending
4
+ } from "./chunk-JMV7YBQN.js";
5
+ import "./chunk-6AMXNODT.js";
6
+ import "./chunk-MHGUYPGE.js";
7
+ export {
8
+ runSourcesPending
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.10.55",
3
+ "version": "0.10.57",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "skillwiki": "dist/cli.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.10.55",
3
+ "version": "0.10.57",
4
4
  "skills": "./",
5
5
  "description": "Project-aware Karpathy-style knowledge base for Claude Code: 20 prompt-only skills (wiki-*, proj-*, using-skillwiki) backed by the deterministic `skillwiki` CLI.",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.10.55",
3
+ "version": "0.10.57",
4
4
  "description": "Project-aware Karpathy-style knowledge base for Codex with 20 prompt-only skills backed by the deterministic skillwiki CLI.",
5
5
  "author": {
6
6
  "name": "karlorz",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillwiki/skills",
3
- "version": "0.10.55",
3
+ "version": "0.10.57",
4
4
  "private": true,
5
5
  "files": [
6
6
  "wiki-*",
@@ -287,6 +287,7 @@ skillwiki has multiple distribution channels that can drift:
287
287
  | Claude plugin | `~/.claude/plugins/cache/llm-wiki/` | `claude plugin update skillwiki@llm-wiki` |
288
288
  | Codex plugin | `~/.codex/plugins/cache/llm-wiki/` | `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed |
289
289
  | Grok plugin | `~/.grok/installed-plugins/` (marketplace cache under `~/.grok/marketplace-cache/`) | `grok plugin update skillwiki`, then start a new session or reload plugins |
290
+ | Cursor / Grok Bot (Team GitHub import) | `~/.cursor/plugins/cache/llm-wiki/` and `~/.cursor/plugins/marketplaces/github.com/karlorz/llm-wiki/<sha>/` | Cursor Dashboard → Plugins → **Refresh** or Enable Auto Refresh on `karlorz/llm-wiki`. Reinstall does not move a pinned snapshot. |
290
291
  | Local git dev | source repo checkout | `npm link ./packages/cli` (from repo root) |
291
292
  **Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree. For Grok, also inspect `~/.grok/installed-plugins/*/.claude-plugin/plugin.json` version and agent frontmatter under `agents/*.md`.
292
293
  **Plugin channel rule:** Plugin-managed skills and agents are not refreshed with `skillwiki install`. When Claude, Codex, or Grok plugin is installed and enabled, the plugin install root is the skill/agent provider; `skillwiki install` is only a legacy/standalone copier for `~/.claude/skills/`.
@@ -287,6 +287,7 @@ skillwiki has multiple distribution channels that can drift:
287
287
  | Claude plugin | `~/.claude/plugins/cache/llm-wiki/` | `claude plugin update skillwiki@llm-wiki` |
288
288
  | Codex plugin | `~/.codex/plugins/cache/llm-wiki/` | `codex plugin marketplace upgrade llm-wiki`, then reinstall or restart Codex as needed |
289
289
  | Grok plugin | `~/.grok/installed-plugins/` (marketplace cache under `~/.grok/marketplace-cache/`) | `grok plugin update skillwiki`, then start a new session or reload plugins |
290
+ | Cursor / Grok Bot (Team GitHub import) | `~/.cursor/plugins/cache/llm-wiki/` and `~/.cursor/plugins/marketplaces/github.com/karlorz/llm-wiki/<sha>/` | Cursor Dashboard → Plugins → **Refresh** or Enable Auto Refresh on `karlorz/llm-wiki`. Reinstall does not move a pinned snapshot. |
290
291
  | Local git dev | source repo checkout | `npm link ./packages/cli` (from repo root) |
291
292
  **Check versions:** `skillwiki doctor` reports Plugin/CLI version mismatch warnings when installed channels disagree. For Grok, also inspect `~/.grok/installed-plugins/*/.claude-plugin/plugin.json` version and agent frontmatter under `agents/*.md`.
292
293
  **Plugin channel rule:** Plugin-managed skills and agents are not refreshed with `skillwiki install`. When Claude, Codex, or Grok plugin is installed and enabled, the plugin install root is the skill/agent provider; `skillwiki install` is only a legacy/standalone copier for `~/.claude/skills/`.
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env node
2
- import {
3
- runSourcesPending
4
- } from "./chunk-HBQTTYXZ.js";
5
- import "./chunk-GAHMWLWU.js";
6
- import "./chunk-IJ7DD7QZ.js";
7
- export {
8
- runSourcesPending
9
- };