[META] migrate all persistent storage to hero_db (replace direct redis usage) #218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
hero_dbis the canonical persistent store across the Hero stack — encrypted-at-rest KV / graph / vector / stream, the "AI memory store". Several services still talk to redis directly or roll their own sqlite. This META tracks the audit + per-service migration so every service that needs permanent storage useshero_db.Why
Meeting 2026-05-06: "_db everywhere we need permanent storage" / "hero_db is the _redis".
Existing concrete redis-leak: hero_skills#185 — service_livekit hardcodes redis port 6379.
Audit checklist (fill in per service)
For every NO, file a sub-issue
Migrate persistent storage to hero_dbin that repo and link here.Acceptance
redis-serverdependency in any tracked repodocs_heropage on usinghero_dbfrom a hero_* serviceRelated
hero_dbSource: meeting notes 2026-05-06.