You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend MemoryGraph's NodeType enum with USER_CONTEXT/FEEDBACK/
PROJECT_CONTEXT/REFERENCE, mapped 1:1 onto the harness auto-memory's
own proven taxonomy (user/feedback/project/reference). These nodes
represent hand-curated memory with no workflow origin and no
open/resolved lifecycle - severity stays unset, status is
reinterpreted as active/superseded/stale.
Regression guards cover the exact pre-fix failure: reloading a saved
graph containing one of these types raised
`ValueError: '<value>' is not a valid NodeType` in
MemoryGraph._load() -> Node.from_dict() -> NodeType(data["type"]).
No schema change - existing fields are reinterpreted, not added.
0 commit comments