Commit graph

2 commits

Author SHA1 Message Date
Snider
5d22ed97e6 test: complete Phase 0 build/ and release/ test coverage
build/:
- archive_test.go: round-trip tests for tar.gz/zip, multi-file archives
- signing_test.go: mock signer tests, path verification, error handling

release/:
- Fix nil pointer crash in linuxkit.go:50 (release.FS nil guard)
- linuxkit_test.go: nil FS test case for the crash fix

All 862 tests pass, go vet clean.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 01:58:37 +00:00
Claude
392ad68047
feat: extract devops packages from core/go
Build system, release automation, SDK generation, Ansible executor,
LinuxKit dev environments, container runtime, deployment, infra
metrics, and developer toolkit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:21:39 +00:00