From 07fa93609d547c97a4b70b0d675a92090944ae5a Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 24 Mar 2026 11:01:07 -0700 Subject: [PATCH] CC: allow head|tail --- .claude/settings.local.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index e53151843..c9f153b69 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -17,6 +17,7 @@ "Bash(git mv:*)", "Bash(git show:*)", "Bash(grep:*)", + "Bash(head:*)", "Bash(ls:*)", "Bash(mkdir:*)", "Bash(node:*)", @@ -28,6 +29,7 @@ "Bash(rg:*)", "Bash(rm:*)", "Bash(sed:*)", + "Bash(tail:*)", "Bash(tree:*)", "Bash(tsc:*)", "Read(//tmp/**)",