repackage

This commit is contained in:
2026-06-10 20:16:34 -05:00
parent d3cb722935
commit 7619ef7c2c
35 changed files with 1433 additions and 29 deletions
@@ -0,0 +1,22 @@
---
type: reference
status: active
created: "{{DATE}}"
updated: "{{DATE}}"
tags: [agent, system, marker]
agent_written: true
source_notes: []
schema_version: 1
bootstrapped: "{{DATE}}"
managed_by: quicksilver-plugin
operator: "{{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.