No description
Find a file
Snider a8fa63e7f1 fix(cache): replace fmt.Errorf and raw errors with coreerr.E(), standardise go-io import alias
- Add forge.lthn.ai/core/go-log as direct dependency (was indirect)
- Alias go-io import as coreio throughout cache.go and cache_test.go
- Replace all fmt.Errorf calls in Path() with coreerr.E()
- Wrap all raw error returns from stdlib/medium calls with coreerr.E()
- No interface implemented by Cache found; compile-time check skipped

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 18:19:50 +00:00
.core chore: add .core/ build and release configs 2026-03-06 18:52:36 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
cache.go fix(cache): replace fmt.Errorf and raw errors with coreerr.E(), standardise go-io import alias 2026-03-16 18:19:50 +00:00
cache_test.go fix(cache): replace fmt.Errorf and raw errors with coreerr.E(), standardise go-io import alias 2026-03-16 18:19:50 +00:00
CLAUDE.md docs: add CLAUDE.md project instructions 2026-03-13 13:38:01 +00:00
go.mod fix(cache): replace fmt.Errorf and raw errors with coreerr.E(), standardise go-io import alias 2026-03-16 18:19:50 +00:00
go.sum feat: extract cache package from core/go pkg/cache 2026-03-06 13:03:52 +00:00