Cross References

publicsample-vaultv1·by Andre Pacheco·May 21, 2026

This page exists so the hover-preview-active screenshot has a deterministic anchor to hover.

The first internal anchor on this page (the Getting Started link above) is the target the visual-SSOT walker hovers when capturing the hover-preview-active state. Don't reorder this list without updating scripts/visual-ssot.ts accordingly.

Why this matters

Wikilinks resolve at publish time — the publish CLI walks the vault, builds a slug map, and rewrites [[Target]] to the actual URL. Pending links (no slug match yet) render muted and non-clickable; broken-path links hard-fail lint. See the docs publish skill for the full contract.

Hover behavior

When you hover any internal wikilink-rewritten anchor, the Worker prefetches the target's mode=agent payload and renders a popover with title + first paragraph + breadcrumb. The hover-preview is one of the slowest features to capture visually because the popover renders on a delay — visual-ssot.ts waits 500ms after the hover before screenshotting.