Commit Graph

2 Commits

Author SHA1 Message Date
LemonNexus 01b001aa88 fix: TaskManager accepts max_workers argument in __new__
- Updated TaskManager.__new__ to accept max_workers parameter
- Fixed get_task_manager to return TaskManager._instance directly
- This fixes the initialization error: 'TaskManager.new() got an unexpected keyword argument'
2026-02-16 00:46:28 +00:00
LemonNexus d64cf8da1f fix: Clean repository - remove workspace pollution
Removed workspace files that should not be in EU-Utility repo:
- AGENTS.md, SOUL.md, BOOTSTRAP.md (workspace config)
- memory/ (session logs)
- skills/ (OpenClaw skills)
- projects/ (other projects)
- tests/ (workspace tests)
- ui/ (old UI files)

Now EU-Utility repo contains ONLY EU-Utility code:
- core/ (12 services)
- plugins/ (31 plugins)
- docs/ (15 documentation files)
- tests/ (42 test cases)
- assets/ (icons, sounds)

Repository is now clean and focused.
2026-02-14 03:34:04 +00:00