update to 0.7.1 and migration

This commit is contained in:
Jason Stedwell
2026-06-19 23:03:06 -05:00
parent 8bf9871dbe
commit aa00243987
60 changed files with 2026 additions and 576 deletions
+19
View File
@@ -0,0 +1,19 @@
---
type: reference
status: active
created: 2026-06-19
updated: 2026-06-19
tags: [agent, system, marker]
agent_written: true
source_notes: []
schema_version: 2
bootstrapped: 2026-06-19
managed_by: 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.
+3
View File
@@ -0,0 +1,3 @@
# health
Memory vault folder. See the goldbrain-memory plugin for conventions.
+3
View File
@@ -0,0 +1,3 @@
# locks
Memory vault folder. See the goldbrain-memory plugin for conventions.
@@ -28,7 +28,6 @@ Default to explicit files, repeatable workflows, and low-ambiguity structure whe
Reconfirm and attribute preferences to Bryan once direct interactions provide evidence; revisit at the start of the plugin development workflow.
## Related
- [[CLAUDE]]
- [[resources/people/bryan-gilliom]]
- [[resources/people/jason-stedwell]]
- [[projects/active/vault-foundation]]
-1
View File
@@ -22,7 +22,6 @@ Starter scaffold review and refinement.
- Add hooks, policies, and plugin CRUD docs.
## Relevant Links
- [[index]]
- [[README]]
## Related