agent/pkg/agentic
Snider e677d15bdd fix: remove hardcoded paths, gitignore binaries
- Add paths.go with WorkspaceRoot(), CoreRoot(), PlansRoot()
- All workspace paths now check CORE_WORKSPACE env var first
- Fallback: ~/Code/.core/workspace (works on any machine)
- Remove committed core-agent and mcp binaries from tracking
- Add .gitignore for compiled binaries

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 18:13:44 +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 feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +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: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +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 feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
watch.go fix: remove hardcoded paths, gitignore binaries 2026-03-17 18:13:44 +00:00