From 3c2c7c44e1da5703bb6a3238c6cfc9a6371612ea Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Thu, 18 Jun 2026 21:19:16 -0600 Subject: [PATCH] docs: remove resolved file-protocol Known Issue Lint, format, and spellcheck no longer fail: obsidian-dev-utils is now installed from npm (^72.0.0) rather than via the `file:` protocol, so the transitive tool dependencies are hoisted correctly. All three checks pass. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 06667eb..de7e9c2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,4 +2,4 @@ ## Known Issues -- Lint, format, and spellcheck scripts fail when `obsidian-dev-utils` is installed via `file:` protocol because transitive tool dependencies (cspell, dprint, eslint-plugin-no-unsanitized) are not hoisted into the consumer's `node_modules`. This will resolve when obsidian-dev-utils v2 is published to npm. +None.