Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
archive
Package archive packs and unpacks the tarball a bundle travels in.
|
Package archive packs and unpacks the tarball a bundle travels in. |
|
bundle
Package bundle packages a store into the artifact agents consume.
|
Package bundle packages a store into the artifact agents consume. |
|
cache
Package cache stores resolved bundles on disk, keyed by content digest.
|
Package cache stores resolved bundles on disk, keyed by content digest. |
|
config
Package config reads a store repository's bundle.yaml: the declaration that turns a tree of markdown into a buildable bundle.
|
Package config reads a store repository's bundle.yaml: the declaration that turns a tree of markdown into a buildable bundle. |
|
digest
Package digest turns a session transcript into a facet record.
|
Package digest turns a session transcript into a facet record. |
|
doc
Package doc reads a knowledge store: every markdown file and the YAML frontmatter it carries.
|
Package doc reads a knowledge store: every markdown file and the YAML frontmatter it carries. |
|
facet
Package facet is the record a digested session produces, and the only thing about a session that is ever intended to leave the machine.
|
Package facet is the record a digested session produces, and the only thing about a session that is ever intended to leave the machine. |
|
gaps
Package gaps turns a corpus of facet records into a ranked shortlist of things the knowledge store should probably say.
|
Package gaps turns a corpus of facet records into a ranked shortlist of things the knowledge store should probably say. |
|
gate
Package gate evaluates what a document must be to become a rule.
|
Package gate evaluates what a document must be to become a rule. |
|
index
Package index generates the index.md directory listings the Open Knowledge Format defines in §6, so a reader or an agent can see what a directory holds without opening every document in it.
|
Package index generates the index.md directory listings the Open Knowledge Format defines in §6, so a reader or an agent can see what a directory holds without opening every document in it. |
|
manifest
Package manifest reads the per-repository declaration a consumer commits: the bundles it draws from, the rulesets it applies, and the harnesses it targets.
|
Package manifest reads the per-repository declaration a consumer commits: the bundles it draws from, the rulesets it applies, and the harnesses it targets. |
|
oci
Package oci pushes and pulls bundles as OCI artifacts.
|
Package oci pushes and pulls bundles as OCI artifacts. |
|
pack
Package pack reads the named selections a bundle compiles, and resolves them against the store.
|
Package pack reads the named selections a bundle compiles, and resolves them against the store. |
|
plan
Package plan computes what a sync would materialize, without writing anything.
|
Package plan computes what a sync would materialize, without writing anything. |
|
provider
Package provider resolves a bundle source to an in-memory bundle.
|
Package provider resolves a bundle source to an in-memory bundle. |
|
repo
Package repo makes a consuming repository ready for Quartermaster: its gitignore entries and the git hooks that keep materialized knowledge current.
|
Package repo makes a consuming repository ready for Quartermaster: its gitignore entries and the git hooks that keep materialized knowledge current. |
|
ruleset
Package ruleset reads the named selections a bundle compiles, and resolves them against the store.
|
Package ruleset reads the named selections a bundle compiles, and resolves them against the store. |
|
scaffold
Package scaffold writes the files a new knowledge store needs to exist: the bundle declaration, a frontmatter schema, an empty packages file, a root index, and a template to copy from.
|
Package scaffold writes the files a new knowledge store needs to exist: the bundle declaration, a frontmatter schema, an empty packages file, a root index, and a template to copy from. |
|
state
Package state records what the last sync produced, so a later run can prune files it no longer produces and a verify can run without re-resolving.
|
Package state records what the last sync produced, so a later run can prune files it no longer produces and a verify can run without re-resolving. |
|
target
Package target renders a selection of documents into the files a specific agent harness reads.
|
Package target renders a selection of documents into the files a specific agent harness reads. |
|
trace
Package trace spools a pointer to each agent session, so a later pass can read the transcript and derive what the session actually needed.
|
Package trace spools a pointer to each agent session, so a later pass can read the transcript and derive what the session actually needed. |
|
transcript
Package transcript reads the record a harness writes for an agent session.
|
Package transcript reads the record a harness writes for an agent session. |
|
usage
Package usage records which documents an agent actually opened.
|
Package usage records which documents an agent actually opened. |
|
validate
Package validate enforces a store's machine-checkable rules: frontmatter matches the schema, every id is unique, and every supersede link resolves to a doc that exists.
|
Package validate enforces a store's machine-checkable rules: frontmatter matches the schema, every id is unique, and every supersede link resolves to a doc that exists. |
|
Package qm is Quartermaster's library surface: the bundle semantics, exposed so an agent can consume knowledge directly rather than by reading files a sync wrote.
|
Package qm is Quartermaster's library surface: the bundle semantics, exposed so an agent can consume knowledge directly rather than by reading files a sync wrote. |
Click to show internal directories.
Click to hide internal directories.