From baa3c14e8fa2d87f4c06dd10b3a2bf1926aa58d1 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 5 May 2026 22:20:58 +0200 Subject: [PATCH] Notes --- .claude/settings.json | 10 ++++++++++ .claude/settings.local.json | 4 +++- 2 files changed, 13 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..329bb03 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(git remote *)", + "Bash(git push *)", + "Bash(git commit -m 'Add Dockerfile for Docker production deployment *)", + "Bash(git commit -m 'Auto-seed default sources on first startup *)" + ] + } +} diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ada09bc..3b69b47 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -11,7 +11,9 @@ "Bash(py -c \"import sqlite3; conn=sqlite3.connect\\('instance/opencare.db'\\); rows=conn.execute\\('SELECT id,name,source_type,category,active FROM crawl_source ORDER BY id'\\).fetchall\\(\\); [print\\(r\\) for r in rows]; conn.close\\(\\)\")", "Bash(py -c \"import sqlite3; conn=sqlite3.connect\\('instance/opencare.db'\\); cols=[r[1] for r in conn.execute\\('PRAGMA table_info\\(crawl_source\\)'\\).fetchall\\(\\)]; print\\('Colonnes:', cols\\); conn.close\\(\\)\")", "Bash(git init *)", - "Bash(git add *)" + "Bash(git add *)", + "Bash(git config *)", + "Bash(git commit -m ' *)" ] } }