From b1e9b484a81bf64bc2ac10463dd6ad52ce2ee40b Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Thu, 21 May 2026 11:11:53 +0200 Subject: [PATCH] first commit --- .claude/settings.local.json | 13 +++++++++++++ 1 file changed, 13 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..86dd44a --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,13 @@ +{ + "permissions": { + "allow": [ + "Bash(cp safety-protocol.md commands.md \"$HOME/Sage/.therapy/\")", + "Bash(cp personas/*.md \"$HOME/Sage/.therapy/library/personas/\")", + "Bash(cp modalities/*.md \"$HOME/Sage/.therapy/library/modalities/\")", + "Bash(cp structures/*.md \"$HOME/Sage/.therapy/library/structures/\")", + "Bash(cp \"personas/direct-challenging.md\" \"$HOME/Sage/.therapy/persona.md\")", + "Bash(printf '@echo off\\\\r\\\\ncd /d \"\"C:\\\\\\\\Users\\\\\\\\Dennis\\\\\\\\Anette\"\"\\\\r\\\\nclaude\\\\r\\\\n')", + "Bash(\"C:/Users/Dennis/Anette/start-session.bat\")" + ] + } +}