agent/pkg/agentic
Snider 92b7b08113
Some checks failed
CI / test (push) Failing after 3s
fix: Codex round 9 — verify push target, plan path traversal, mirror branch
High: verify rebase push now targets Forge remote, not local origin
High/Security: planPath sanitises ID via filepath.Base to prevent
path traversal in plan read/update/delete
Medium: mirror compares and pushes local default branch, not HEAD

Findings 3-6 verified as false positives/known issues (bridge async
by design, API returns top-level memories not {data:...}, inbox uses
{messages:...} confirmed against live API).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 17:57:03 +00:00
..
auto_pr.go fix: address Codex round 3 findings — 5 high, 4 medium, 1 low 2026-03-21 16:22:18 +00:00
dispatch.go fix: address Codex round 5 findings — 2 high, 5 medium, 4 low 2026-03-21 16:53:55 +00:00
epic.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
events.go fix: address Codex review findings — 2 high, 3 medium 2026-03-21 15:31:29 +00:00
ingest.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
mirror.go fix: Codex round 9 — verify push target, plan path traversal, mirror branch 2026-03-21 17:57:03 +00:00
paths.go fix: address Codex round 3 findings — 5 high, 4 medium, 1 low 2026-03-21 16:22:18 +00:00
paths_test.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
plan.go fix: Codex round 9 — verify push target, plan path traversal, mirror branch 2026-03-21 17:57:03 +00:00
plan_test.go test(agentic): add unit tests for paths, status, queue, plans 2026-03-21 15:06:19 +00:00
pr.go fix: address Codex round 5 findings — 2 high, 5 medium, 4 low 2026-03-21 16:53:55 +00:00
prep.go fix: address Codex round 7 — path traversal + dispatch check 2026-03-21 17:25:23 +00:00
prep_test.go test(agentic): add unit tests for paths, status, queue, plans 2026-03-21 15:06:19 +00:00
queue.go fix: address Codex round 6 findings — 2 high, 3 medium, 1 low 2026-03-21 17:10:43 +00:00
queue_test.go test(agentic): add unit tests for paths, status, queue, plans 2026-03-21 15:06:19 +00:00
remote.go fix: Codex round 8 — remote success propagation + stale question cleanup 2026-03-21 17:46:04 +00:00
remote_client.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
remote_status.go fix: address Codex round 6 findings — 2 high, 3 medium, 1 low 2026-03-21 17:10:43 +00:00
resume.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
review_queue.go fix: address Codex round 7 — path traversal + dispatch check 2026-03-21 17:25:23 +00:00
scan.go fix: address Codex round 5 findings — 2 high, 5 medium, 4 low 2026-03-21 16:53:55 +00:00
status.go fix: address Codex round 6 findings — 2 high, 3 medium, 1 low 2026-03-21 17:10:43 +00:00
status_test.go test(agentic): add unit tests for paths, status, queue, plans 2026-03-21 15:06:19 +00:00
verify.go fix: Codex round 9 — verify push target, plan path traversal, mirror branch 2026-03-21 17:57:03 +00:00
watch.go fix: address Codex round 5 findings — 2 high, 5 medium, 4 low 2026-03-21 16:53:55 +00:00