Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package graph provides the public graph API for mache.
|
Package graph provides the public graph API for mache. |
|
Package ingest provides the public ingestion API for mache.
|
Package ingest provides the public ingestion API for mache. |
|
internal
|
|
|
buildinfo
Package buildinfo holds the canonical CLEAN release version for mache — the committed, drift-checked base that server.json (tools/server-json-gen) and the Wolfi/melange package derive from.
|
Package buildinfo holds the canonical CLEAN release version for mache — the committed, drift-checked base that server.json (tools/server-json-gen) and the Wolfi/melange package derive from. |
|
gitutil
Package gitutil provides hermetic Git subprocess construction.
|
Package gitutil provides hermetic Git subprocess construction. |
|
graph
Package graph — store.go defines the pluggable storage interface for persisting and restoring projected graphs to/from remote backends.
|
Package graph — store.go defines the pluggable storage interface for persisting and restoring projected graphs to/from remote backends. |
|
lang
Package lang is the single source of truth for all supported languages.
|
Package lang is the single source of truth for all supported languages. |
|
leyline
Package leyline — semantic.go provides typed methods for the ley-line daemon's semantic search operations (embedding-based KNN search).
|
Package leyline — semantic.go provides typed methods for the ley-line daemon's semantic search operations (embedding-based KNN search). |
|
lint
Package lint provides static preflight analysis of mache's Taskfile.
|
Package lint provides static preflight analysis of mache's Taskfile. |
|
linter
Package linter runs warning-only static-analysis rules on write-back content.
|
Package linter runs warning-only static-analysis rules on write-back content. |
|
lltest
Package lltest provides test doubles for the leyline daemon wire: an in-process fake speaking the line-delimited JSON UDS protocol, and a gated spawner for the SHA-pinned real binary.
|
Package lltest provides test doubles for the leyline daemon wire: an in-process fake speaking the line-delimited JSON UDS protocol, and a gated spawner for the SHA-pinned real binary. |
|
lsp
Package lsp consumes LLO's typed event-log artifacts (.bindings.capnp, future .ast.capnp / .source.capnp) sitting next to a SQLite .db.
|
Package lsp consumes LLO's typed event-log artifacts (.bindings.capnp, future .ast.capnp / .source.capnp) sitting next to a SQLite .db. |
|
mcpregistry
Package mcpregistry is the single source of truth for the names of the MCP tools mache exposes and their partitioning into cloister-resolver backend groups.
|
Package mcpregistry is the single source of truth for the names of the MCP tools mache exposes and their partitioning into cloister-resolver backend groups. |
|
nfsmount
Package nfsmount provides an NFS-based mount backend for mache.
|
Package nfsmount provides an NFS-based mount backend for mache. |
|
template
Package template provides mache's schema template rendering functions.
|
Package template provides mache's schema template rendering functions. |
|
testfixtures
Baseline tracking for perf gates (ADR-0019 PR 3).
|
Baseline tracking for perf gates (ADR-0019 PR 3). |
|
vfs
Package vfs provides a pluggable virtual handler chain for mache's virtual path types (_schema.json, PROMPT.txt, _diagnostics/, context, callers/, callees/, .query/).
|
Package vfs provides a pluggable virtual handler chain for mache's virtual path types (_schema.json, PROMPT.txt, _diagnostics/, context, callers/, callees/, .query/). |
|
Package materialize provides the public materializer API for mache.
|
Package materialize provides the public materializer API for mache. |
|
Package mount provides the public NFS mount API for mache.
|
Package mount provides the public NFS mount API for mache. |
|
tools
|
|
|
coverage-gate
command
coverage-gate is a diff-aware NEW-CODE coverage gate.
|
coverage-gate is a diff-aware NEW-CODE coverage gate. |
|
fixtures-rebaseline
command
fixtures-rebaseline updates a single perf-gate baseline in testdata/snapshots/baselines.toml with an explicit audit trail.
|
fixtures-rebaseline updates a single perf-gate baseline in testdata/snapshots/baselines.toml with an explicit audit trail. |
|
fixtures-snapshot
command
fixtures-snapshot snapshots an external repo into testdata/snapshots/<id>/ using the curation filter from internal/testfixtures.
|
fixtures-snapshot snapshots an external repo into testdata/snapshots/<id>/ using the curation filter from internal/testfixtures. |
|
fuzz-gen
command
|
|
|
gate-preflight
command
gate-preflight is a hard gate over mache's Taskfile: it fails the build when a gate task (verify / audit / sign / lint / check / validate / smells / release / image / build …) invokes an external binary with no preflight guard.
|
gate-preflight is a hard gate over mache's Taskfile: it fails the build when a gate task (verify / audit / sign / lint / check / validate / smells / release / image / build …) invokes an external binary with no preflight guard. |
|
gen-lsp-fixture
command
gen-lsp-fixture generates a SQLite test fixture database that simulates the output of ley-line's ll-open/ts and ll-open/lsp pipelines.
|
gen-lsp-fixture generates a SQLite test fixture database that simulates the output of ley-line's ll-open/ts and ll-open/lsp pipelines. |
|
leyline-ensure
command
Command leyline-ensure provisions Mache's exact published Leyline pin into the local cache for conformance and integration tests.
|
Command leyline-ensure provisions Mache's exact published Leyline pin into the local cache for conformance and integration tests. |
|
mcp-fetch
command
mcp-fetch fetches MCP server entries from the official registry and stores them in a SQLite database compatible with mache.
|
mcp-fetch fetches MCP server entries from the official registry and stores them in a SQLite database compatible with mache. |
|
notion-fetch
command
notion-fetch queries a Notion database via the Notion API and stores pages as JSON records in a SQLite database compatible with mache.
|
notion-fetch queries a Notion database via the Notion API and stores pages as JSON records in a SQLite database compatible with mache. |
|
server-json-gen
command
server-json-gen emits mache's server.json artifact byte-stably from internal/mcpregistry — the same self-maintaining MCP Registry surface pattern ley-line-open ships under bead `ley-line-open-f10abb`.
|
server-json-gen emits mache's server.json artifact byte-stably from internal/mcpregistry — the same self-maintaining MCP Registry surface pattern ley-line-open ships under bead `ley-line-open-f10abb`. |
|
sheaf-subscribe-probe
command
Smoke probe: subscribe to sheaf.invalidate events from a running ley-line daemon, push an invalidate, verify the subscription receives the pushed event.
|
Smoke probe: subscribe to sheaf.invalidate events from a running ley-line daemon, push an invalidate, verify the subscription receives the pushed event. |
|
token-bench
command
Command token-bench measures mache's token-efficiency claim: how many bytes reach an agent's context to answer a construct-level question, comparing file-granular retrieval (arm A, the built-in Read tool) against construct-granular retrieval (arm B, mache find_definition / read_file).
|
Command token-bench measures mache's token-efficiency claim: how many bytes reach an agent's context to answer a construct-level question, comparing file-granular retrieval (arm A, the built-in Read tool) against construct-granular retrieval (arm B, mache find_definition / read_file). |
|
Package validate exposes syntax validation for external consumers.
|
Package validate exposes syntax validation for external consumers. |
Click to show internal directories.
Click to hide internal directories.
