MemLineage is a governed write layer for agent-heavy workflows:
dry-run -> diff preview -> human approve/reject -> commit -> audit (+ undo)
Use case:
when agents write tasks/notes/knowledge in production and you need reviewability + rollback safety.
This project was renamed from “Memrail” to “MemLineage” to avoid name confusion.
I’d value input on:
1) minimum approval/audit fields before commit
2) where approval should happen in practice (app layer, queue boundary, CI gate)
3) which failure mode to defend first
Maintainer here.
MemLineage is a governed write layer for agent-heavy workflows: dry-run -> diff preview -> human approve/reject -> commit -> audit (+ undo)
Use case: when agents write tasks/notes/knowledge in production and you need reviewability + rollback safety.
This project was renamed from “Memrail” to “MemLineage” to avoid name confusion.
I’d value input on: 1) minimum approval/audit fields before commit 2) where approval should happen in practice (app layer, queue boundary, CI gate) 3) which failure mode to defend first