Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
ckeletin:allow-custom-command
|
ckeletin:allow-custom-command |
|
internal
|
|
|
baseline
Package baseline provides pre-curated golden-query regression metrics for VaultMind's retrievers.
|
Package baseline provides pre-curated golden-query regression metrics for VaultMind's retrievers. |
|
cmdutil
Package cmdutil provides shared helpers for CLI command implementations.
|
Package cmdutil provides shared helpers for CLI command implementations. |
|
commandcatalog
Package commandcatalog turns an assembled cobra command tree into a structured, group-ordered catalog and renders it for two surfaces: a terminal cheat-sheet (used by `vaultmind help`) and a markdown reference (used by `vaultmind docs commands` and embedded into onboarding).
|
Package commandcatalog turns an assembled cobra command tree into a structured, group-ordered catalog and renders it for two surfaces: a terminal cheat-sheet (used by `vaultmind help`) and a markdown reference (used by `vaultmind docs commands` and embedded into onboarding). |
|
discovery
Package discovery locates VaultMind vaults under a root directory so multi-vault commands (e.g.
|
Package discovery locates VaultMind vaults under a root directory so multi-vault commands (e.g. |
|
distill
Package distill reads rendered episode markdown (the durable episodic substrate captured by internal/episode) and surfaces candidate transformation moments for arc distillation — plasticity step 2.
|
Package distill reads rendered episode markdown (the durable episodic substrate captured by internal/episode) and surfaces candidate transformation moments for arc distillation — plasticity step 2. |
|
embedding
Package embedding provides text embedding infrastructure for VaultMind.
|
Package embedding provides text embedding infrastructure for VaultMind. |
|
envelope
Package envelope provides the standard JSON response wrapper for all --json output.
|
Package envelope provides the standard JSON response wrapper for all --json output. |
|
episode
Package episode parses a Claude Code session transcript (JSONL) into a structured Episode and renders it as a markdown "episode" file for the identity vault.
|
Package episode parses a Claude Code session transcript (JSONL) into a structured Episode and renders it as a markdown "episode" file for the identity vault. |
|
experiment
Package experiment provides the SQLite-backed database for VaultMind experiment data.
|
Package experiment provides the SQLite-backed database for VaultMind experiment data. |
|
fix
Package fix implements the `vaultmind frontmatter fix` command's logic — walking the vault and identifying domain notes that are missing the `created` field, then optionally writing it via the existing mutator.
|
Package fix implements the `vaultmind frontmatter fix` command's logic — walking the vault and identifying domain notes that are missing the `created` field, then optionally writing it via the existing mutator. |
|
graph
Package graph provides entity resolution and graph traversal over the SQLite index.
|
Package graph provides entity resolution and graph traversal over the SQLite index. |
|
hooks
Package hooks — legacy hooks.json detection.
|
Package hooks — legacy hooks.json detection. |
|
hooks/autorag
Package autorag defines the auto-RAG drift catalog schema — the JSON shape consumers use to declare their project-specific drift signatures for `auto-rag-guard.sh`.
|
Package autorag defines the auto-RAG drift catalog schema — the JSON shape consumers use to declare their project-specific drift signatures for `auto-rag-guard.sh`. |
|
hookscripts
Package hookscripts is the single source of truth for VaultMind's Claude Code hook scripts.
|
Package hookscripts is the single source of truth for VaultMind's Claude Code hook scripts. |
|
identity
Package identity implements the Contract-B trust-root signing core: RFC 8785 (JCS) canonicalization, ed25519 signing/verification over the canonical bytes, and the Contract-B schema-validation gate.
|
Package identity implements the Contract-B trust-root signing core: RFC 8785 (JCS) canonicalization, ed25519 signing/verification over the canonical bytes, and the Contract-B schema-validation gate. |
|
identity/anchor
Package anchor is the SSOT for the persisted Contract-B trust anchor: the out-of-band-confirmed {network_id, root_pubkey} pair that `identity enroll` pins on first enrollment and that a later `doctor` slice authenticates registry verification against.
|
Package anchor is the SSOT for the persisted Contract-B trust anchor: the out-of-band-confirmed {network_id, root_pubkey} pair that `identity enroll` pins on first enrollment and that a later `doctor` slice authenticates registry verification against. |
|
identity/doctorclient
Package doctorclient is a LOOPBACK-PINNED, read-only HTTP client for probing the LOCAL Contract-B chat daemon's well-known/whoami endpoints from `vaultmind doctor`.
|
Package doctorclient is a LOOPBACK-PINNED, read-only HTTP client for probing the LOCAL Contract-B chat daemon's well-known/whoami endpoints from `vaultmind doctor`. |
|
identity/enrollment
Package enrollment implements the Contract-B AGENT ENROLLMENT REQUEST: an agent SELF-SIGNS a request so an admin can VERIFY proof-of-possession of the agent's identity key and then decide, out-of-band, whether to add a binding for that (slug, pubkey, key_epoch) to the trust-root registry.
|
Package enrollment implements the Contract-B AGENT ENROLLMENT REQUEST: an agent SELF-SIGNS a request so an admin can VERIFY proof-of-possession of the agent's identity key and then decide, out-of-band, whether to add a binding for that (slug, pubkey, key_epoch) to the trust-root registry. |
|
identity/envelope
Package envelope implements Contract-B SLICE 5: signing and verifying a chat MESSAGE envelope.
|
Package envelope implements Contract-B SLICE 5: signing and verifying a chat MESSAGE envelope. |
|
identity/invite
Package invite implements the Contract-B agent-network INVITE token: a self-contained, UNSIGNED transport an admin emits so a future `identity enroll` can bootstrap trust in a network's root anchor.
|
Package invite implements the Contract-B agent-network INVITE token: a self-contained, UNSIGNED transport an admin emits so a future `identity enroll` can bootstrap trust in a network's root anchor. |
|
identity/registry
Package registry implements Contract-B SLICE 3: the trust-root REGISTRY itself — a root-signed, epoched, freshness-bounded slug→pubkey binding set plus the consumer resolve/verify surface.
|
Package registry implements Contract-B SLICE 3: the trust-root REGISTRY itself — a root-signed, epoched, freshness-bounded slug→pubkey binding set plus the consumer resolve/verify surface. |
|
identity/relayclient
Package relayclient fetches a Contract-B relay's PUBLIC trust anchor from its /.well-known/vaultmind-root endpoint.
|
Package relayclient fetches a Contract-B relay's PUBLIC trust anchor from its /.well-known/vaultmind-root endpoint. |
|
identity/signer
Package signer implements the Contract-B DEV-INTERIM custody signer.
|
Package signer implements the Contract-B DEV-INTERIM custody signer. |
|
identitycli
Package identitycli holds the business logic behind the `vaultmind identity` commands (init, sign), keeping the cmd/ layer ultra-thin (ADR-001).
|
Package identitycli holds the business logic behind the `vaultmind identity` commands (init, sign), keeping the cmd/ layer ultra-thin (ADR-001). |
|
index
Package index provides the SQLite-backed derived index for VaultMind.
|
Package index provides the SQLite-backed derived index for VaultMind. |
|
initvault
Package initvault scaffolds a fresh VaultMind vault from embedded templates.
|
Package initvault scaffolds a fresh VaultMind vault from embedded templates. |
|
mutation
Package mutation provides utilities for reading and writing YAML frontmatter in Markdown note files while preserving key order, scalar styles, and line ending conventions.
|
Package mutation provides utilities for reading and writing YAML frontmatter in Markdown note files while preserving key order, scalar styles, and line ending conventions. |
|
noisefloor
Package noisefloor turns a raw top-hit cosine similarity into an honest relevance signal, relative to the vault's noise floor N — the cosine an off-topic ("garbage") query gets to any note in the vault.
|
Package noisefloor turns a raw top-hit cosine similarity into an honest relevance signal, relative to the vault's noise floor N — the cosine an off-topic ("garbage") query gets to any note in the vault. |
|
onboard
Package onboard provides the embedded agent-onboarding script as a CLI-accessible asset.
|
Package onboard provides the embedded agent-onboarding script as a CLI-accessible asset. |
|
parser
Package parser extracts frontmatter, links, headings, and blocks from Markdown files.
|
Package parser extracts frontmatter, links, headings, and blocks from Markdown files. |
|
progress
Package progress provides a flexible progress reporting system with handler-based architecture for composable output handling (logging, console, Bubble Tea UI).
|
Package progress provides a flexible progress reporting system with handler-based architecture for composable output handling (logging, console, Bubble Tea UI). |
|
query
Package query provides read-only vault diagnostics and search operations.
|
Package query provides read-only vault diagnostics and search operations. |
|
retrieval
Package retrieval defines the retrieval contract shared by every search backend (FTS, dense/sparse/ColBERT embedding, hybrid fusion) and by consumers that evaluate or compose them (baseline runner, ask/search commands).
|
Package retrieval defines the retrieval contract shared by every search backend (FTS, dense/sparse/ColBERT embedding, hybrid fusion) and by consumers that evaluate or compose them (baseline runner, ask/search commands). |
|
schema
Package schema provides the type registry and frontmatter validation.
|
Package schema provides the type registry and frontmatter validation. |
|
shellparse
Package shellparse provides shell-quoting-aware preprocessing for hooks that pattern-match Bash command strings.
|
Package shellparse provides shell-quoting-aware preprocessing for hooks that pattern-match Bash command strings. |
|
template
Package template provides template processing and ID generation for notes.
|
Package template provides template processing and ID generation for notes. |
|
testvault
Package testvault provides shared, per-process test fixtures built from the committed fixture vault.
|
Package testvault provides shared, per-process test fixtures built from the committed fixture vault. |
|
vault
Package vault provides vault scanning and configuration loading.
|
Package vault provides vault scanning and configuration loading. |
|
xdg
Package xdg provides XDG Base Directory Specification compliant paths.
|
Package xdg provides XDG Base Directory Specification compliant paths. |
|
test
|
|
Click to show internal directories.
Click to hide internal directories.