agent/pkg/monitor
Snider e66ea0512b fix: address re-review findings — nil pointer, races, curl, clone error
Important:
- Fix nil pointer dereference on resp.StatusCode when err!=nil (8 sites)
- Replace curl shell-out with net/http in monitor inbox check
- Handle clone failure in prep.go (was silently swallowed)
- Use GitHubOrg() instead of hardcoded "dAppCore"

Medium:
- Fix JSONL append race (read+write → os.OpenFile O_APPEND)
- Remove dead google/mcp/ directory

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 19:27:44 +00:00
..
monitor.go fix: address re-review findings — nil pointer, races, curl, clone error 2026-03-17 19:27:44 +00:00
sync.go fix: address all code review findings (medium + low) 2026-03-17 19:19:04 +00:00