go/pkg/core
Snider bc06480b58 fix: AX audit round 7 — Err.Err renamed to Err.Cause
Remaining 32 Rule 1 violations are valid but not P0:
- Subsystem accessors returning typed pointers (fluent API)
- Error creators returning error (should return Result)
- Void fire-and-forget operations (Must, Progress, Log)
- Iterator returning iter.Seq (should use modern Go patterns)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-20 16:54:27 +00:00
..
app.go fix: final AX audit — 9 remaining violations resolved 2026-03-20 15:43:19 +00:00
array.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
cli.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
command.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
config.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
contract.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
core.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
data.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
drive.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
embed.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
error.go fix: AX audit round 7 — Err.Err renamed to Err.Cause 2026-03-20 16:54:27 +00:00
fs.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
i18n.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
ipc.go fix: AX audit — eloquent Result literals, renamed abbreviations, error propagation 2026-03-20 15:36:33 +00:00
lock.go fix: AX audit round 4 — semantic naming, Result returns 2026-03-20 16:00:41 +00:00
log.go fix: AX audit round 4 — semantic naming, Result returns 2026-03-20 16:00:41 +00:00
options.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
runtime.go fix: AX audit round 5 — full naming, Result returns throughout 2026-03-20 16:32:43 +00:00
service.go fix: AX audit round 4 — semantic naming, Result returns 2026-03-20 16:00:41 +00:00
string.go fix: final AX audit — 9 remaining violations resolved 2026-03-20 15:43:19 +00:00
task.go fix: AX audit round 6 — Result returns, naming, literal style 2026-03-20 16:46:39 +00:00
utils.go fix: AX audit — eloquent Result literals, renamed abbreviations, error propagation 2026-03-20 15:36:33 +00:00