No description
- TypeScript 100%
- 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> |
||
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||