From f2ed85fa23895efe42db7b06f268266205b5050b Mon Sep 17 00:00:00 2001 From: Ethereal49 <128294874+Ethereal49@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:21:02 +0800 Subject: [PATCH 1/2] docs: replace backticked ! to avoid Claude Code bash permission error --- obsidian-bases/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian-bases/SKILL.md b/obsidian-bases/SKILL.md index 6749a30..616495d 100644 --- a/obsidian-bases/SKILL.md +++ b/obsidian-bases/SKILL.md @@ -112,7 +112,7 @@ filters: | `<=` | less than or equal | | `&&` | logical and | | `\|\|` | logical or | -| `!` | logical not | +| ! | logical not | ## Properties From 139a821509cb49f78aff3be842611f7ed9a02291 Mon Sep 17 00:00:00 2001 From: Ethereal49 <128294874+Ethereal49@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:29:32 +0800 Subject: [PATCH 2/2] Fix type error --- obsidian-bases/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian-bases/SKILL.md b/obsidian-bases/SKILL.md index 616495d..36d4801 100644 --- a/obsidian-bases/SKILL.md +++ b/obsidian-bases/SKILL.md @@ -112,7 +112,7 @@ filters: | `<=` | less than or equal | | `&&` | logical and | | `\|\|` | logical or | -| ! | logical not | +| ! | logical not | ## Properties