refactor: complete config unification and split db helpers

This commit is contained in:
ejclaw
2026-04-08 19:05:19 +09:00
parent d996d5ff10
commit 8b9bebd29e
27 changed files with 4752 additions and 3652 deletions

View File

@@ -13,6 +13,7 @@ vi.mock('./config.js', () => ({
DATA_DIR: '/tmp/ejclaw-test-data',
GROUPS_DIR: '/tmp/ejclaw-test-groups',
IDLE_TIMEOUT: 1800000, // 30min
LOG_LEVEL: 'info',
SERVICE_ID: 'claude',
SERVICE_SESSION_SCOPE: 'claude',
TIMEZONE: 'America/Los_Angeles',