No description
- TypeScript 100%
- Add StorageFsConfig interface with optional appName, platformDir, and logger - Update constructor from individual parameters to configuration object - Add private logging methods (logInfo, logWarn, logError) with dependency injection - Replace all 13 console.* calls with logging abstraction - Update tests to use new configuration pattern with mock logger - Add tests for logger dependency injection and fallback behavior - Maintain backward compatibility with sensible defaults 🤖 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 | ||