skillwiki 0.9.44 → 0.9.45

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.
@@ -3398,6 +3398,14 @@ async function runLint(input) {
3398
3398
  }
3399
3399
  const scan = scanResult.data;
3400
3400
  const pageTextCache = /* @__PURE__ */ new Map();
3401
+ if (!input.fix) {
3402
+ await mapWithConcurrency(scan.allMarkdown, vaultIoConcurrency(), async (page) => {
3403
+ try {
3404
+ await readPageCached(page, pageTextCache);
3405
+ } catch {
3406
+ }
3407
+ });
3408
+ }
3401
3409
  const links = await runLinks({ vault: input.vault, scan, pageTextCache });
3402
3410
  if (links.result.ok && links.result.data.broken.length > 0) buckets.broken_wikilinks = links.result.data.broken;
3403
3411
  if (!links.result.ok && links.result.error === "INVALID_FRONTMATTER") {
package/dist/cli.js CHANGED
@@ -75,7 +75,7 @@ import {
75
75
  triggerAutoUpdate,
76
76
  writeCache,
77
77
  writeDotenv
78
- } from "./chunk-H4X5Z2TU.js";
78
+ } from "./chunk-RYTUYQFQ.js";
79
79
  import {
80
80
  normalizeDistTag
81
81
  } from "./chunk-E6UWZ3S3.js";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runSkillwikiMcpStdio
4
- } from "./chunk-H4X5Z2TU.js";
4
+ } from "./chunk-RYTUYQFQ.js";
5
5
  import "./chunk-E6UWZ3S3.js";
6
6
 
7
7
  // src/mcp-entry.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillwiki",
3
- "version": "0.9.44",
3
+ "version": "0.9.45",
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.9.44",
3
+ "version": "0.9.45",
4
4
  "skills": "./",
5
5
  "description": "Project-aware Karpathy-style knowledge base for Claude Code: 18 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.9.44",
3
+ "version": "0.9.45",
4
4
  "description": "Project-aware Karpathy-style knowledge base for Codex with 18 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.9.44",
3
+ "version": "0.9.45",
4
4
  "private": true,
5
5
  "files": [
6
6
  "wiki-*",