agent/pkg/agentic
Snider 4832827da7 fix: address code review findings (critical + high)
Critical:
- Fix token leaked in URL query string (getLabelID) — now uses Authorization header
- Fix unchecked type assertion panic in parseMessages — safe toInt() helper

High:
- Remove dead canDispatch() function
- Remove time.Now import hack from mirror.go
- Remove invalid --no-force git flag from mirror.go
- Tidy go.mod (remove unused deps from deleted packages)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 19:12:06 +00:00
..
auto_pr.go feat: auto-create PR on Forge after agent completion 2026-03-17 04:19:48 +00:00
dispatch.go feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
epic.go refactor: replace fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 21:48:31 +00:00
events.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00
ingest.go refactor: replace fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 21:48:31 +00:00
mirror.go fix: address code review findings (critical + high) 2026-03-17 19:12:06 +00:00
paths.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00
plan.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00
pr.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00
prep.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00
queue.go fix: address code review findings (critical + high) 2026-03-17 19:12:06 +00:00
remote.go feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
remote_client.go feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
remote_status.go feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
resume.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00
review_queue.go feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
scan.go refactor: replace fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 21:48:31 +00:00
status.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00
verify.go fix: address code review findings (critical + high) 2026-03-17 19:12:06 +00:00
watch.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00