diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 10:36:56 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 10:36:56 +0200 |
| commit | b4e2de497eb8787c9ca54981b29c7fc6b691aa97 (patch) | |
| tree | 8aadad0aaa10d09ad265ece693fa73f5c8396f53 /.claude | |
| parent | db063604738a60420071b511742e10f1f9831c3a (diff) | |
| download | danixxyz-b4e2de497eb8787c9ca54981b29c7fc6b691aa97.tar.gz danixxyz-b4e2de497eb8787c9ca54981b29c7fc6b691aa97.zip | |
docs: add Week 6 planning, spec, and implementation plan (404 and Repository pages)
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 8a0c6b3..f84dae2 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -10,7 +10,9 @@ "WebFetch(domain:gohugo.io)", "Bash(cat)", "Read(//tmp/**)", - "WebFetch(domain:github.com)" + "WebFetch(domain:github.com)", + "Bash(git checkout *)", + "Bash(npm run *)" ] } } |
