agent/pkg/monitor
Snider 1e9278fd9d
Some checks failed
CI / test (push) Failing after 3s
feat(monitor): channels working — inbox uses {data:[...]} + debug events
Fixed inbox API response parsing: {data:[...]} not {messages:[...]}.
Added debugChannel helper for real-time debug events via channels.
MONITOR_INTERVAL env override for faster iteration.

Channels confirmed working:
- agent.complete: workspace status changes
- inbox.message: unread message notifications
- monitor.debug: debug trace events

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 19:24:07 +00:00
..
harvest.go fix: Codex round 8 — remote success propagation + stale question cleanup 2026-03-21 17:46:04 +00:00
harvest_test.go test(monitor): add harvest and channel notification tests 2026-03-21 13:21:23 +00:00
monitor.go feat(monitor): channels working — inbox uses {data:[...]} + debug events 2026-03-21 19:24:07 +00:00
monitor_test.go fix(monitor): inbox API returns {data:[...]} not {messages:[...]} 2026-03-21 19:17:53 +00:00
sync.go fix: address Codex round 7 — path traversal + dispatch check 2026-03-21 17:25:23 +00:00