No description
Find a file
Snider dbe5086a0a fix(dx): audit errors, update CLAUDE.md, clean up node import guard
- Replace errors.New() with coreerr.E() in sigil/sigils.go (HashSigil.In, NewSigil)
- Update CLAUDE.md: add missing deps (go-crypt, x/crypto, testify), fix go/pkg/core path,
  add GOWORK=off note, document sentinel error convention, add qa command
- Remove redundant unused import guard in node/node.go

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 07:19:20 +00:00
.core chore: sync workspace dependencies 2026-03-15 15:44:44 +00:00
.idea fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
datanode fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
local fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3 2026-03-16 18:19:50 +00:00
node fix(dx): audit errors, update CLAUDE.md, clean up node import guard 2026-03-17 07:19:20 +00:00
s3 fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3 2026-03-16 18:19:50 +00:00
sigil fix(dx): audit errors, update CLAUDE.md, clean up node import guard 2026-03-17 07:19:20 +00:00
sqlite fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
store fix(errors): replace fmt.Errorf with coreerr.E() in store, local, and s3 2026-03-16 18:19:50 +00:00
workspace refactor: swap pkg/framework imports to pkg/core 2026-03-06 14:11:06 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
bench_test.go feat: standalone io.Medium abstraction 2026-03-06 09:31:28 +00:00
CLAUDE.md fix(dx): audit errors, update CLAUDE.md, clean up node import guard 2026-03-17 07:19:20 +00:00
client_test.go fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00
go.mod chore: sync dependencies for v0.1.4 2026-03-16 22:13:03 +00:00
go.sum chore: sync dependencies for v0.1.4 2026-03-16 22:13:03 +00:00
io.go fix: use UK English spelling throughout 2026-03-15 10:10:46 +00:00