Command Palette
Search for a command to run...

CLI

One binary, docref, run from anywhere inside the repository that holds the markdown.

CommandWhat it does
docref check [paths...]Resolve every reference and report its state; the CI gate.
docref refresh [paths...]Re-extract snippet bodies and rewrite their :sha.
docref approve <paths...>Advance claim :sha suffixes after a human read the prose.
docref diff [paths...]Show approved-vs-current drift for each stale claim.
docref claim <ref...>Print a paste-ready claim block with shas computed.
docref snippet <ref>Print a fully materialized snippet fence.
docref update [alias...]Advance cross-repo pins and refresh referencing snippets.
docref affected --since <rev>List the docs a change endangers.
docref suggestSurface prose that should be a claim and isn't.
docref lsDump the reverse index: anchors and what references them.
docref anchorsInventory region markers code-side and flag unused ones.
docref install-extensionInstall the VS Code extension into detected editors.
docref self-updateReplace the binary with the latest release and refresh the extension.