Add tests for the subagent system:
- Unit tests for debouncing logic
- Unit tests for status message formatting
- Integration test: mock Telegram API, run job through worker
- Test guardrail enforcement (cost limit, iteration limit, timeout)
Files: Worker.hs (test section), new test helpers as needed