fix: improve merge logic, time decay, breath output format, session hook

This commit is contained in:
P0lar1s
2026-04-15 22:00:55 +08:00
parent ab34dc4348
commit faf80fea69
7 changed files with 99 additions and 58 deletions

View File

@@ -7,7 +7,7 @@
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/session_breath.py\"",
"shell": "powershell",
"shell": "/bin/bash",
"timeout": 12,
"statusMessage": "Ombre Brain 正在浮现记忆..."
}
@@ -19,7 +19,7 @@
{
"type": "command",
"command": "python \"$CLAUDE_PROJECT_DIR/.claude/hooks/session_breath.py\"",
"shell": "powershell",
"shell": "/bin/bash",
"timeout": 12,
"statusMessage": "Ombre Brain 正在浮现记忆..."
}