From 6680c5106d3c32ab7194f7a7c1557c4ca8840e04 Mon Sep 17 00:00:00 2001 From: Timothy Date: Sun, 22 Mar 2026 22:17:29 +0100 Subject: [PATCH] fix: track .claude/ in git, only ignore settings.local.json Project-specific commands and skills belong in the repo. Only settings.local.json (machine-local permissions) is excluded. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/settings.json | 3 +++ .gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..165ebd5 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,3 @@ +{ + "model": "opus" +} diff --git a/.gitignore b/.gitignore index 4c5f206..d6b130c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.claude/ +.claude/settings.local.json