go/internal/cmd/dev
Snider d3550d2658 fix: resolve API signature mismatches after IO migration merge
Reconcile callers with actual function signatures after merging IO
migration branches. Some functions gained io.Medium params (repos.*),
others kept their original signatures (release.*, cache.*, container.*).

- Add io.Local to repos.LoadRegistry/FindRegistry/ScanDirectory callers
- Remove extra io.Local from release.ConfigExists/LoadConfig/WriteConfig callers
- Fix cache.New call (remove nil Medium arg)
- Add missing IsCPPProject to build discovery
- Add missing fields to mcp.Service struct (subsystems, logger, etc.)
- Add DefaultTCPAddr constant to mcp transport
- Fix node.go interface check (coreio.Medium, not coreio.Node)
- Fix container.linuxkit LoadState/EnsureLogsDir arg counts
- Fix vm templates to use package-level functions
- Remove unused Medium field from DaemonOptions

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-08 21:55:10 +00:00
..
cmd_api.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_apply.go fix: resolve API signature mismatches after IO migration merge 2026-02-08 21:55:10 +00:00
cmd_bundles.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_ci.go Migrate pkg/repos to Medium abstraction (#291) 2026-02-04 18:03:54 +00:00
cmd_commit.go feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
cmd_dev.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_file_sync.go fix: resolve API signature mismatches after IO migration merge 2026-02-08 21:55:10 +00:00
cmd_health.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_impact.go Migrate pkg/repos to Medium abstraction (#291) 2026-02-04 18:03:54 +00:00
cmd_issues.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_pull.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_push.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_reviews.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cmd_sync.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
cmd_vm.go Migrate pkg/devops to Medium abstraction (#293) 2026-02-04 14:58:03 +00:00
cmd_work.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
cmd_workflow.go feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
cmd_workflow_test.go chore(io): migrate filesystem operations to io.Local abstraction (#247) 2026-02-02 08:12:59 +00:00
registry.go Migrate pkg/repos to Medium abstraction (#291) 2026-02-04 18:03:54 +00:00
service.go Implement Background Goroutines for Long-Running Operations (#309) 2026-02-05 10:26:45 +00:00