No description
  • TypeScript 100%
Find a file
James Peret 4a7141ecd6 feat: upgrade agent-manager plugin to configuration object pattern
- Add AgentManagerPluginConfig interface with optional logger injection
- Update constructor to accept configuration object with defaults
- Replace console.* calls with logging abstraction methods
- Add private logging helpers (logInfo, logWarn, logError) with plugin name prefix
- Export both plugin class and configuration interface
- Update tests with dependency injection and mock logger
- Add 4 new test cases for logging functionality and edge cases
- Maintain backward compatibility with default configuration
- All 17 tests passing, successful TypeScript compilation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 23:21:24 -03:00
src feat: upgrade agent-manager plugin to configuration object pattern 2025-09-13 23:21:24 -03:00
tests feat: upgrade agent-manager plugin to configuration object pattern 2025-09-13 23:21:24 -03:00
.gitignore Initial implementation of agent-manager plugin 2025-09-08 22:39:48 -03:00
package-lock.json Initial implementation of agent-manager plugin 2025-09-08 22:39:48 -03:00
package.json Initial implementation of agent-manager plugin 2025-09-08 22:39:48 -03:00
tsconfig.json Initial implementation of agent-manager plugin 2025-09-08 22:39:48 -03:00