cli/pkg
Snider 94974a6c3b chore(io): migrate pkg/cli and pkg/container to io.Local abstraction
Continue io.Medium migration for the remaining packages:

- pkg/cli/daemon.go: PIDFile Acquire/Release now use io.Local.Read,
  Delete, and Write for managing daemon PID files.
- pkg/container/state.go: LoadState and SaveState use io.Local for
  JSON state persistence. EnsureLogsDir uses io.Local.EnsureDir.
- pkg/container/templates.go: Template loading and directory scanning
  now use io.Local.IsFile, IsDir, Read, and List.
- pkg/container/linuxkit.go: Image validation uses io.Local.IsFile,
  log file check uses io.Local.IsFile. Streaming log file creation
  (os.Create) remains unchanged as io.Local doesn't support streaming.

Closes #105, closes #107

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 05:17:12 +00:00
..
agentic chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
build feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cache chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
cli chore(io): migrate pkg/cli and pkg/container to io.Local abstraction 2026-02-02 05:17:12 +00:00
container chore(io): migrate pkg/cli and pkg/container to io.Local abstraction 2026-02-02 05:17:12 +00:00
devops chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
errors feat(pkg): add standalone log and errors packages 2026-01-30 22:02:40 +00:00
framework fix(core): add thread-safety to global Core instance (#95) 2026-02-01 16:03:44 +00:00
git feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
help feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
i18n feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
io feat(io): extend Medium interface with DeleteAll, Stat, Exists, IsDir (#240) 2026-02-02 04:25:30 +00:00
log feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
mcp feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
process docs(process): add docstrings to Logger interface methods (#97) 2026-02-01 16:12:01 +00:00
release chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
repos chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00