Commit Graph

2 Commits

Author SHA1 Message Date
LemonNexus 94e6c013bf fix: Reduce EU focus detection timer from 500ms to 2000ms to prevent UI blocking
The frequent timer (500ms) was causing the UI to become unresponsive.
Increased to 2 seconds to reduce overhead.
2026-02-15 23:45:55 +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