Files
goldbrain/goldbrain-memory.src/skills/goldbrain-memory/scaffold/goldbrain-vault.md
T
2026-06-19 23:03:06 -05:00

675 B

type, status, created, updated, tags, agent_written, source_notes, schema_version, bootstrapped, managed_by
type status created updated tags agent_written source_notes schema_version bootstrapped managed_by
reference active
DATE
DATE
agent
system
marker
true
2
DATE
goldbrain-memory-plugin

Goldbrain Vault Marker

This file marks the vault as bootstrapped by the goldbrain-memory plugin and records its schema version. The plugin's loading procedure GETs this file as its "is this vault set up?" probe; a 404 triggers a fresh bootstrap.

  • schema_version — bumped by the plugin when the vault layout changes; a mismatch is the hook for a migration pass (see references/bootstrap.md).
  • Do not hand-edit. The plugin owns this file.