chore: stabilize Zhinian pilot delivery

This commit is contained in:
inman
2026-05-12 19:44:44 +08:00
parent 45389855e1
commit 20b5aff4ad
174 changed files with 41428 additions and 784 deletions

View File

@@ -456,7 +456,7 @@ describe('sanitizeOpenClawConfig', () => {
const result = await readOpenClawJson();
const defaults = (result.agents as Record<string, unknown>).defaults as Record<string, unknown>;
expect(defaults.skills).toEqual([]);
expect(defaults.skills).toEqual(['docx', 'pdf', 'pptx', 'xlsx', 'design', 'image-search']);
expect(defaults.heartbeat).toMatchObject({ every: '0m' });
logSpy.mockRestore();