From 1391dbe3a0cfade77bd87a3198bdca830ff55b37 Mon Sep 17 00:00:00 2001 From: IndyDevDan Date: Sat, 7 Jun 2025 08:47:33 -0500 Subject: [PATCH] progress --- .claude/commands/prime.md | 5 ++++- .claude/settings.json | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .claude/settings.json diff --git a/.claude/commands/prime.md b/.claude/commands/prime.md index 8e7ada1..b2246dc 100644 --- a/.claude/commands/prime.md +++ b/.claude/commands/prime.md @@ -1,2 +1,5 @@ RUN: - git ls-files \ No newline at end of file + git ls-files + +READ: + ai_docs/claude_code_fresh_tutorials.md \ No newline at end of file diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..ab5b26b --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": ["Write", "MultiEdit", "Edit", "Bash"], + "deny": [] + } + } + \ No newline at end of file