Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
vat
command
Command vat is the workspace control plane.
|
Command vat is the workspace control plane. |
|
internal
|
|
|
brain
Package brain implements the reviewed-knowledge layer: atomic records that own one fact each, generated projections over them, and a lifecycle that stops an old claim from quietly remaining "current" forever.
|
Package brain implements the reviewed-knowledge layer: atomic records that own one fact each, generated projections over them, and a lifecycle that stops an old claim from quietly remaining "current" forever. |
|
changeset
Package changeset records the completion evidence for a change that spans several repositories.
|
Package changeset records the completion evidence for a change that spans several repositories. |
|
cli
Package cli wires vat's commands together.
|
Package cli wires vat's commands together. |
|
doctor
Package doctor judges an environment.
|
Package doctor judges an environment. |
|
evidence
Package evidence defines the packet handed to a worker before it starts and the record it must return.
|
Package evidence defines the packet handed to a worker before it starts and the record it must return. |
|
fit
Package fit answers the question a methodology document should answer first and almost never does: at what point is this worth its cost?
|
Package fit answers the question a methodology document should answer first and almost never does: at what point is this worth its cost? |
|
frontmatter
Package frontmatter reads and writes the YAML header of a Markdown file.
|
Package frontmatter reads and writes the YAML header of a Markdown file. |
|
fsx
Package fsx provides filesystem helpers: writes that never leave a half-written file behind, and the rules about what a name may be before it becomes one.
|
Package fsx provides filesystem helpers: writes that never leave a half-written file behind, and the rules about what a name may be before it becomes one. |
|
gitx
Package gitx wraps the git command line.
|
Package gitx wraps the git command line. |
|
harness
Package harness generates and validates the agent contract files of a workspace: the workspace AGENTS.md, each repository's AGENTS.md, and the per-runtime adapters that point at one runtime-neutral role body.
|
Package harness generates and validates the agent contract files of a workspace: the workspace AGENTS.md, each repository's AGENTS.md, and the per-runtime adapters that point at one runtime-neutral role body. |
|
lint
Package lint turns the workspace's rules into checks that run.
|
Package lint turns the workspace's rules into checks that run. |
|
manifest
Package manifest owns vat.yaml: the single declaration of which repositories a workspace governs and under which policy.
|
Package manifest owns vat.yaml: the single declaration of which repositories a workspace governs and under which policy. |
|
metrics
Package metrics answers a question the methodology cannot answer about itself: is any of this working?
|
Package metrics answers a question the methodology cannot answer about itself: is any of this working? |
|
runner
Package runner executes shell commands inside repositories, with the bookkeeping every caller needs: which repository, what was run, how long it took, and what it printed when it failed.
|
Package runner executes shell commands inside repositories, with the bookkeeping every caller needs: which repository, what was run, how long it took, and what it printed when it failed. |
|
syncx
Package syncx implements the workspace update state machine.
|
Package syncx implements the workspace update state machine. |
|
ui
Package ui centralises vat's terminal output so every command reports state the same way: a fixed column layout, a small status vocabulary, and colour that disappears when the output is not a terminal.
|
Package ui centralises vat's terminal output so every command reports state the same way: a fixed column layout, a small status vocabulary, and colour that disappears when the output is not a terminal. |
|
version
Package version exposes build metadata stamped in at link time.
|
Package version exposes build metadata stamped in at link time. |
|
workspace
Package workspace resolves the workspace root and gives the rest of vat a single, validated view of it: where the manifest is, where each repository should live, and which files vat owns.
|
Package workspace resolves the workspace root and gives the rest of vat a single, validated view of it: where the manifest is, where each repository should live, and which files vat owns. |
Click to show internal directories.
Click to hide internal directories.