go/pkg/release
Snider d49683fd01 chore(io): migrate remaining packages to io.Local abstraction
Migrate filesystem operations to use the io.Local abstraction for
improved security, testability, and consistency:

- pkg/cache: Replace os.ReadFile, WriteFile, Remove, RemoveAll with
  io.Local equivalents. io.Local.Write creates parent dirs automatically.
- pkg/agentic: Migrate config.go and context.go to use io.Local for
  reading config files and gathering file context.
- pkg/repos: Use io.Local.Read, Exists, IsDir, List for registry
  operations and git repo detection.
- pkg/release: Use io.Local for config loading, existence checks,
  and artifact discovery.
- pkg/devops/sources: Use io.Local.EnsureDir for CDN download.

All paths are converted to absolute using filepath.Abs() before
calling io.Local methods to handle relative paths correctly.

Closes #104, closes #106, closes #108, closes #111

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 05:11:15 +00:00
..
publishers feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
testdata/.core feat(release): implement release system with GitHub publisher 2026-01-28 18:33:11 +00:00
changelog.go feat(release): implement release system with GitHub publisher 2026-01-28 18:33:11 +00:00
changelog_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
config.go chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
config_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
release.go chore(io): migrate remaining packages to io.Local abstraction 2026-02-02 05:11:15 +00:00
release_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
sdk.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
sdk_test.go test(release): add SDK release integration tests 2026-01-29 03:28:05 +00:00
version.go feat(release): implement release system with GitHub publisher 2026-01-28 18:33:11 +00:00
version_test.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00