phase-memory/tests/fixtures/management/registry.json

13 lines
331 B
JSON
Raw Normal View History

{
"schema_version": "phase_memory.management.store_registry.v1",
"stores": [
{
"store_id": "fixture-local-graph",
"path": "local-store",
"store_kind": "local_graph",
"profile_id": "local-dev",
"label": "Fixture local graph store",
"registered_at": "2026-07-01T10:00:00+00:00"
}
]
}