remove duplications

This commit is contained in:
buenosairesam
2025-08-03 09:13:26 -03:00
parent 8710a140f8
commit 7666917c13
4 changed files with 127 additions and 7 deletions

View File

@@ -97,4 +97,10 @@ The application requires:
- The system enforces task constraints within work desktops - switching to a non-work task automatically reverts to the designated work task
- Task files are monitored for changes to enable automatic context switching
- Web interface runs on port 10000 by default
- Core daemon sleeps for 2 seconds between workspace checks
- Core daemon sleeps for 2 seconds between workspace checks
## Tool Development Guidelines
- This is a personal tool, not professionally developed
- reuse as it is as much as possible unless refactor is required explicitly, suggest improvements
- Only modify existing code if it absolutely doesn't make sense to add a new flow