feat: tag/cat mapping tools

This commit is contained in:
2026-02-13 14:56:07 +01:00
parent 4dc1a9f058
commit e7b4a5d90f
8 changed files with 769 additions and 37 deletions

View File

@@ -75,6 +75,7 @@ vi.mock('fs/promises', () => ({
unlink: vi.fn(async () => {}),
mkdir: vi.fn(async () => {}),
readdir: vi.fn(async () => []),
rm: vi.fn(async () => {}),
stat: vi.fn(async () => ({
isFile: () => false,
isDirectory: () => true,