Directories
¶
| Path | Synopsis |
|---|---|
|
Package cli defines the repolens command-line interface.
|
Package cli defines the repolens command-line interface. |
|
Package config loads and merges repolens configuration.
|
Package config loads and merges repolens configuration. |
|
Package render implements the build-time rendering pipeline: goldmark for Markdown (GFM, TOC, anchors, front matter, mermaid) and chroma for syntax highlighting.
|
Package render implements the build-time rendering pipeline: goldmark for Markdown (GFM, TOC, anchors, front matter, mermaid) and chroma for syntax highlighting. |
|
Package server implements "repolens serve": a net/http static server over the build output with fsnotify-driven rebuilds for local preview.
|
Package server implements "repolens serve": a net/http static server over the build output with fsnotify-driven rebuilds for local preview. |
|
Package site assembles the output directory: the byte-for-byte mirror layer, the /view/ browse layer (ADR-001), and the agent surface (llms.txt, optional llms-full.txt, index.json, robots.txt).
|
Package site assembles the output directory: the byte-for-byte mirror layer, the /view/ browse layer (ADR-001), and the agent surface (llms.txt, optional llms-full.txt, index.json, robots.txt). |
|
Package source provides repository content via the system git CLI (ADR-004): clone/fetch, archive materialization, and a one-pass "git log --name-status" scan that maps every file to its last-modified commit.
|
Package source provides repository content via the system git CLI (ADR-004): clone/fetch, archive materialization, and a one-pass "git log --name-status" scan that maps every file to its last-modified commit. |
|
Package theme holds the built-in html/template set (layout, page, dirlist, tree) and static assets (CSS, enhancement JS, vendored mermaid.js), all embedded via go:embed.
|
Package theme holds the built-in html/template set (layout, page, dirlist, tree) and static assets (CSS, enhancement JS, vendored mermaid.js), all embedded via go:embed. |
|
Package update implements explicit user-triggered repolens upgrades.
|
Package update implements explicit user-triggered repolens upgrades. |
Click to show internal directories.
Click to hide internal directories.