agent/pkg/monitor
Snider 9b225af2f9 refactor(monitor): direct event push, no filesystem polling
CompletionNotifier interface now has AgentStarted() and
AgentCompleted() instead of Poke(). Dispatch pushes notifications
directly to monitor with agent/repo/status data. Monitor pushes
MCP channel events immediately — no scanning, no dedup maps,
no filesystem polling latency.

Events.jsonl kept as audit log only, not notification mechanism.
Timer-based scan kept for startup seeding and stale detection.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 16:19:13 +00:00
..
harvest.go fix(monitor): scan new workspace layout for channel notifications 2026-03-22 15:45:32 +00:00
harvest_test.go test(monitor): add harvest and channel notification tests 2026-03-21 13:21:23 +00:00
monitor.go refactor(monitor): direct event push, no filesystem polling 2026-03-22 16:19:13 +00:00
monitor_test.go fix: resolve final AX audit findings 2026-03-22 06:42:42 +00:00
sync.go refactor(monitor): adopt core helpers 2026-03-22 13:40:14 +00:00