agent-ecosystem/test/main
matt b4e8eedbef refactor(jsonl.test): improve cleanup logic in analyzeSessionFileMetadata test
- Wrapped the cleanup of the temporary directory in a try-finally block to ensure it executes even if an error occurs during the test.
- Added retry logic to the directory removal process to handle potential ENOTEMPTY errors on Windows, enhancing test reliability.

This commit enhances the robustness of the test by ensuring proper cleanup and error handling.
2026-02-13 23:24:44 +09:00
..
ipc feat(pathDecoder): add support for legacy Windows-style encoded paths 2026-02-13 02:05:26 +09:00
services feat(01-01): thread FileSystemProvider through SessionParser and SubagentResolver 2026-02-12 09:12:49 +09:00
utils refactor(jsonl.test): improve cleanup logic in analyzeSessionFileMetadata test 2026-02-13 23:24:44 +09:00