feat(memory): add audit export surface

This commit is contained in:
2026-05-15 11:15:16 +02:00
parent c5110f61b0
commit 914b698af7
6 changed files with 333 additions and 95 deletions

View File

@@ -98,6 +98,12 @@ review gates for durable writes, source/policy explanations on planned node
updates, and Markitect-compatible context package input export. The export
method emits package inputs only; Markitect remains the package compiler.
The observability/export slice is implemented. Memory audit events are now
persisted through the memory graph repository, queryable by graph, correlation,
and operation. Runtime export envelopes include graph nodes, edges, memory
events, audit traces, operation id, actor metadata, policy decisions, and
filter metadata for portable inspection or handoff.
## P17.1 - Import and map Markitect memory contracts
```task
@@ -215,7 +221,7 @@ Output: API contracts, tests, and agent-safe operation notes.
```task
id: KONT-WP-0017-T006
status: todo
status: done
priority: medium
state_hub_task_id: "54f51f87-6420-4170-913f-f6dae098fe71"
```