summaryrefslogtreecommitdiff
path: root/.claude/settings.local.json
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-30 20:06:56 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-30 20:10:50 +0100
commit2345a208663efff76837d1228bf14b8847f3177f (patch)
tree59b121e27f8bcfb5d8c6572a6310165520691022 /.claude/settings.local.json
parenta5748bd37bb0411b0ddd507120c72fa0335d5c39 (diff)
feat(content): import old Mastodon posts with local media
Import 125 posts from the old Mastodon instance as static markdown content with locally hosted media. Includes topical tags, i18n updates (Pleroma -> Fediverse), and lychee link checker configuration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to '.claude/settings.local.json')
-rw-r--r--.claude/settings.local.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
index a291091..cf2e0e0 100644
--- a/.claude/settings.local.json
+++ b/.claude/settings.local.json
@@ -10,7 +10,12 @@
"Bash(pnpm format:*)",
"Bash(pnpm check)",
"Bash(pnpm install)",
- "Bash(git *)"
+ "Bash(git *)",
+ "WebFetch(domain:docs.joinmastodon.org)",
+ "Bash(python3:*)",
+ "Bash(node:*)",
+ "Bash(pnpm import:mastodon:*)",
+ "Bash(pnpm build:*)"
],
"deny": []
}