pkg/

directory
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2026 License: Apache-2.0

Directories

Path Synopsis
This file chunks shell scripts.
This file chunks shell scripts.
Package embed generates sentence embeddings with a local ONNX model (arctic-embed-xs by default; see models.go for the registry).
Package embed generates sentence embeddings with a local ONNX model (arctic-embed-xs by default; see models.go for the registry).
Package graph builds the document link graph from the stored link edges: it resolves each raw link target (a relative path or a wikilink) against the set of indexed files, then answers the questions worth asking of a docs tree — what's orphaned, what links are broken, what points at a given file.
Package graph builds the document link graph from the stored link edges: it resolves each raw link target (a relative path or a wikilink) against the set of indexed files, then answers the questions worth asking of a docs tree — what's orphaned, what links are broken, what points at a given file.
Package index is the local index: a SQLite store of markdown files and their embedded chunks, plus the incremental (re)indexer that keeps it in sync with a directory tree.
Package index is the local index: a SQLite store of markdown files and their embedded chunks, plus the incremental (re)indexer that keeps it in sync with a directory tree.
Package lint surfaces docs-hygiene issues the link graph proper doesn't.
Package lint surfaces docs-hygiene issues the link graph proper doesn't.
Package search runs a semantic query against the index: embed the query, cosine-rank it against every stored chunk, and return the top matches.
Package search runs a semantic query against the index: embed the query, cosine-rank it against every stored chunk, and return the top matches.
Package toc generates a committed "## Contents" table of contents for a markdown file from its heading tree.
Package toc generates a committed "## Contents" table of contents for a markdown file from its heading tree.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL