From bf3e86e56a361ab812fb8eedfecbd646e9396101 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Thu, 5 Feb 2026 14:57:33 +0000 Subject: [PATCH] wip --- .claude/settings.local.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..7c559ed --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "WebSearch", + "WebFetch(domain:wiki.hypr.land)", + "WebFetch(domain:gist.github.com)", + "WebFetch(domain:github.com)" + ] + } +}