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

@@ -6,7 +6,10 @@ import { GroupQueue, type GroupRunContext } from './group-queue.js';
// Mock config to control concurrency limit
vi.mock('./config.js', () => ({
ASSISTANT_NAME: 'Andy',
DATA_DIR: '/tmp/ejclaw-test-data',
IS_TEST_ENV: true,
LOG_LEVEL: 'info',
MAX_CONCURRENT_AGENTS: 2,
}));