agent-ecosystem/test/main/utils
iliya cba10b8ad4 feat: enhance team provisioning with member spawn auditing and improved error handling
- Simplified member spawn event handling by removing redundant checks for missing parameters.
- Introduced a new audit function to verify registered members against expected members post-provisioning, flagging any discrepancies.
- Updated logging to provide clearer warnings for unregistered members after provisioning.
- Enhanced test cases to ensure accurate behavior of spawn handling and auditing processes.
2026-03-16 17:20:42 +02:00
..
atomicWrite.test.ts fix: Windows test compatibility — path.resolve in atomicWrite and pathValidation tests 2026-03-01 13:12:08 +02:00
childProcess.test.ts feat: enhance team provisioning with member spawn auditing and improved error handling 2026-03-16 17:20:42 +02:00
costCalculation.test.ts feat: enhance task assignment notifications and improve message clarity 2026-03-14 23:05:42 +02:00
jsonl.test.ts feat(jsonl): enhance message counting logic for AIGroup interactions 2026-02-15 14:32:32 +09:00
pathDecoder.test.ts feat(pathDecoder): add support for legacy Windows-style encoded paths 2026-02-13 02:05:26 +09:00
pathValidation.test.ts fix: Windows test compatibility — path.resolve in atomicWrite and pathValidation tests 2026-03-01 13:12:08 +02:00
regexValidation.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
teamNotificationBuilder.test.ts feat: add review status, all-tasks-completed and cross-team message notifications 2026-03-16 14:32:03 +02:00
tokenizer.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
toolApprovalRules.test.ts feat: add --permission-prompt-tool stdio support with granular tool approval 2026-03-08 22:22:30 +02:00