Vault Recon Collect¶
Periodic vault reconnaissance entry point: snapshot the vault via vault_recon, append to a 60-day rolling ledger at .data/vault_recon/snapshots.json, compute deltas against prior snapshots, apply 5 curated significance rules, and write a one-shot type:prompt investigation job to .data/user_jobs/ on each rule firing (deduplicated per (rule, focus) over a 7-day window). Designed to be fired daily by sidecar_jobs/vault-recon.md.
MCP name: vault_recon_collect
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
skip_escalation |
bool |
No | If true, evaluate rules but do not spawn investigation jobs. Useful for dry runs. |
window_days |
int |
No | Snapshot retention window (default 60). |
Requirements¶
- obsidian
- datacore