Files
quicksilver/install/quicksilver/scaffold/quicksilver-vault.md
T
2026-06-10 20:16:34 -05:00

944 B

type, status, created, updated, tags, agent_written, source_notes, schema_version, bootstrapped, managed_by, operator
type status created updated tags agent_written source_notes schema_version bootstrapped managed_by operator
reference active {{DATE}} {{DATE}}
agent
system
marker
true
1 {{DATE}} quicksilver-plugin {{OPERATOR}}

Quicksilver Vault Marker

This file marks the vault as bootstrapped by the quicksilver 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).
  • operator — the vault owner's name, captured at first run. Non-secret identity only.
  • No secret is ever stored here. The API endpoint and key live in the local config file (~/.quicksilver/quicksilver-config.json), never in the vault.
  • Do not hand-edit. The plugin owns this file.