(chore) add associate tasks

This commit is contained in:
Story Crater Bot
2026-08-18 20:41:34 -07:00
parent 3a03a6afb6
commit c42040319f
75 changed files with 909 additions and 236 deletions
+16
View File
@@ -0,0 +1,16 @@
# 1.12 — Go error-handling / context hygiene (REFACTOR)
Phase: 1 — Atlas Core
Stage: REFACTOR
Depends on: [1.11](1.11-simplify-pass.md)
- [ ] Confirm no `_ =` on errors, no naked returns, every upstream call carries a `context.Context` (go-error-handling, go-context skills)
## Verify
```bash
go test ./... -run TestRedact -v
go test ./... -run TestRBAC -v
go test ./... -run TestSnapshot -v
```