# Pre-captured `vytagraf status` baseline for the obsidian-connector 5-minute demo.
#
# This demo GENERATES its Atlas in a transient temp dir ($VYTAGRAF_ATLAS), so
# atlas_uuid and replica_uuid are fresh every run — only the record counts and
# embedding-state fields are the stable invariant to verify against, after:
#
#   export VYTAGRAF_ATLAS="$(mktemp -d)"
#   cd vault
#   vytagraf init "$VYTAGRAF_ATLAS"
#   vytagraf-obsidian-connector --connector-id demo scan
#   vytagraf reindex
#   vytagraf status

Atlas: <$VYTAGRAF_ATLAS>
  atlas_uuid: <generated UUIDv7, varies per run>
  replica_uuid: <generated UUIDv7, varies per replica>
  schema_registry_version: 1
  records_total: 6
  records_dirty: 0
  drift_count: 0
  records_embedding_pending: 0
  last_embedding_error: (none)

# 6 = the mirrorable notes in vault/. The 4 non-mirrored entries
# (.obsidian/workspace.json, .trash/deleted-note.md, .scratch.md,
# attachments/diagram.png) exercise every skip rule and must NOT appear.
