init: first commit to Gitea mirror, update README with Docker quick start and new repo URL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
P0lar1s
2026-04-15 15:44:25 +08:00
commit 0d695f71cb
27 changed files with 6049 additions and 0 deletions

30
.claude/settings.json Normal file
View File

@@ -0,0 +1,30 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/session_breath.py\"",
"shell": "powershell",
"timeout": 12,
"statusMessage": "Ombre Brain 正在浮现记忆..."
}
]
},
{
"matcher": "resume",
"hooks": [
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/session_breath.py\"",
"shell": "powershell",
"timeout": 12,
"statusMessage": "Ombre Brain 正在浮现记忆..."
}
]
}
]
}
}