Phase 3: serialize writeEventsToDatabases; remove inner goroutines and channels

This commit is contained in:
Jay
2026-05-22 16:16:03 -04:00
parent 94cfb35fb2
commit bce69a146b
2 changed files with 24 additions and 58 deletions
+4
View File
@@ -1,5 +1,9 @@
# go-heartwood
## Agent Skills
- Skills are located in `~/.pi/agent/skills/`
- Skill scripts are located in their respective skill directories under `scripts/` -- look for them there, not in this repository.
## Testing
- Baseline: `go test -count=1 ./...`
- Do not use `-race`: `boltdb/bolt@v1.3.1` triggers a `checkptr` panic under race instrumentation; this is an upstream bug, not a project defect.