Writeback Policy
April 8, 2026 ยท View on GitHub
Goal
Keep MeOS assets and person-graph state current without turning every run into noisy profile churn.
When to write back
Write back only when the new information is:
- stable
- reusable
- task-relevant beyond the current moment
Where to write back
- stable operating pattern ->
assets/ - stable person-level claim ->
evidence/claims.jsonland local graph outputs - explicit override ->
assets/corrections/ - uncertain fact ->
evidence/ - raw source material ->
private/
Writeback steps
- identify the correct asset category
- identify the correct claim dimension and scope
- sanitize the content
- record source linkage in
evidence/source-map.json - append fact, claim, or conflict records when needed
- update graph outputs or alignment packets if the local runtime uses them
- only then update the asset file when a prose asset is warranted
Anti-pattern
Do not dump session summaries directly into assets. Assets should hold durable rules, not raw narrative. Graphs should hold structured indexes, not raw narrative either.