Commit graph

3 commits

Author SHA1 Message Date
Snider
4c5e12c9f8 refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents
Replace os.ReadFile with coreio.Local.Read for consistent filesystem abstraction.
Replace fmt.Errorf/errors.New with log.E() from go-log for structured error context.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 19:17:34 +00:00
Snider
87584f84bd fix: deterministic snapshot tests, add nil manifest + permissions coverage
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 15:10:49 +00:00
Snider
b14355f18b feat: add core.json snapshot generation from manifest
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 15:02:29 +00:00