go/pkg/devops
Snider c9ebb7c781 test: increase coverage to 63.8% across packages
Coverage improvements:
- pkg/build: 89.4%
- pkg/release: 86.7% (from 36.7%)
- pkg/container: 85.7%
- pkg/php: 62.1% (from 26%)
- pkg/devops: 56.7% (from 33.1%)
- pkg/release/publishers: 54.7%

Also:
- Add GEMINI.md for Gemini agent guidance
- Update .gitignore to exclude coverage files
- Remove stray core.go at root
- Add core go cov command for coverage reports

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 14:28:23 +00:00
..
sources test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
claude.go feat(devops): add Claude sandbox session 2026-01-29 02:17:34 +00:00
claude_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
config.go feat(devops): add config loading 2026-01-29 02:04:01 +00:00
config_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
devops.go feat(devops): add Boot/Stop/Status methods 2026-01-29 02:11:53 +00:00
devops_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
go.mod refactor(cli): add core pkg command group for package management 2026-01-29 11:42:22 +00:00
go.sum refactor(cli): add core pkg command group for package management 2026-01-29 11:42:22 +00:00
images.go feat(devops): add ImageManager 2026-01-29 02:10:16 +00:00
images_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
serve.go feat(devops): add Serve with project mounting 2026-01-29 02:16:01 +00:00
serve_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
shell.go feat(devops): add Shell for SSH and console access 2026-01-29 02:12:52 +00:00
shell_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
test.go feat(devops): add test detection and execution 2026-01-29 02:14:40 +00:00
test_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00