Directories
¶
| Path | Synopsis |
|---|---|
|
Package api provides reference wire types for the satelle hosted API.
|
Package api provides reference wire types for the satelle hosted API. |
|
cmd
|
|
|
satelle
command
|
|
|
internal
|
|
|
agentcli
Package agentcli abstracts the headless agent CLI the quality-management spine shells out to for isolated reviews and summaries.
|
Package agentcli abstracts the headless agent CLI the quality-management spine shells out to for isolated reviews and summaries. |
|
agentstep
Package agentstep is satelle's isolated-agent dispatch engine — the quality-management spine that runs a fresh-context agent over a workflow step and folds its result back in.
|
Package agentstep is satelle's isolated-agent dispatch engine — the quality-management spine that runs a fresh-context agent over a workflow step and folds its result back in. |
|
agentvalidate
Package agentvalidate is the store-free, deterministic check of the agents layer (.satelle/agents.toml) and each workflow's agent= node bindings.
|
Package agentvalidate is the store-free, deterministic check of the agents layer (.satelle/agents.toml) and each workflow's agent= node bindings. |
|
app
Package app is satelle's local bootstrap (build order step 3).
|
Package app is satelle's local bootstrap (build order step 3). |
|
arbor
Package arbor is V5's structured logger.
|
Package arbor is V5's structured logger. |
|
buildinfo
Package buildinfo holds satelle's build identity — the version, commit, and build time stamped into the binary at release time via -ldflags.
|
Package buildinfo holds satelle's build identity — the version, commit, and build time stamped into the binary at release time via -ldflags. |
|
cli
`satelle agent` selects the headless agent CLI the quality-management spine shells out to for isolated reviews/summaries (the install-time choice, sty_b6973a7b).
|
`satelle agent` selects the headless agent CLI the quality-management spine shells out to for isolated reviews/summaries (the install-time choice, sty_b6973a7b). |
|
config
Package config is satelle's trimmed TOML configuration, ported from satellites' internal/cliconfig with the server/token/credstore surface dropped (the OSS tier is always local — no remote dispatch).
|
Package config is satelle's trimmed TOML configuration, ported from satellites' internal/cliconfig with the server/token/credstore surface dropped (the OSS tier is always local — no remote dispatch). |
|
docindex
Package docindex is satelle's directory monitor for authored markdown.
|
Package docindex is satelle's directory monitor for authored markdown. |
|
help
Package help carries satelle's embedded help topics — product documentation that ships in the binary (every repo gets it) and is surfaced by BOTH the CLI (`satelle help [topic]`) and the local web server (`/help`).
|
Package help carries satelle's embedded help topics — product documentation that ships in the binary (every repo gets it) and is surfaced by BOTH the CLI (`satelle help [topic]`) and the local web server (`/help`). |
|
hosted
Package hosted is the client half of satelle's hosted-server integration (sty_2fc93374): the OAuth 2.1 + PKCE login flow, a per-user credential store, and an authenticated HTTP client with transparent refresh-on-401.
|
Package hosted is the client half of satelle's hosted-server integration (sty_2fc93374): the OAuth 2.1 + PKCE login flow, a per-user credential store, and an authenticated HTTP client with transparent refresh-on-401. |
|
lease
Package lease persists an EXPLICIT, OWNED engagement seat for satelle work items (sty_8426b9c0).
|
Package lease persists an EXPLICIT, OWNED engagement seat for satelle work items (sty_8426b9c0). |
|
ledger
Package ledger is satelle's append-only event log — the "evidence" dynamic primitive.
|
Package ledger is satelle's append-only event log — the "evidence" dynamic primitive. |
|
logfile
Package logfile is the single, shared rotating-append writer for satelle's flat evidence logs under .satelle/logs (the operation log and the reviewer log).
|
Package logfile is the single, shared rotating-append writer for satelle's flat evidence logs under .satelle/logs (the operation log and the reviewer log). |
|
oplog
Package oplog is satelle's flat-file OPERATION log — an append-only, plain-text record of every state-mutating CLI operation, written under <dataDir>/logs/operations.log (sty_be257fef).
|
Package oplog is satelle's flat-file OPERATION log — an append-only, plain-text record of every state-mutating CLI operation, written under <dataDir>/logs/operations.log (sty_be257fef). |
|
store
Package store opens the per-repo sqlite database (.satelle/satelle.db) and wires the dynamic-primitive stores plus the authored-doc index onto the one shared handle.
|
Package store opens the per-repo sqlite database (.satelle/satelle.db) and wires the dynamic-primitive stores plus the authored-doc index onto the one shared handle. |
|
structure
Package structure holds satelle's DETERMINISTIC structural-conformance checks for authored substrate — the spine that defines what a valid skill, workflow, principle, or story draft IS.
|
Package structure holds satelle's DETERMINISTIC structural-conformance checks for authored substrate — the spine that defines what a valid skill, workflow, principle, or story draft IS. |
|
subsync
Package subsync materialises a versioned config bundle into a repo byte-for-byte (epic:scoped-sync, order:5).
|
Package subsync materialises a versioned config bundle into a repo byte-for-byte (epic:scoped-sync, order:5). |
|
verb
Package verb is satelle's single execution path.
|
Package verb is satelle's single execution path. |
|
web
Package web is satelle's local web server — a project page for one repo, rendered through verb.Dispatch (the same seam the CLI uses).
|
Package web is satelle's local web server — a project page for one repo, rendered through verb.Dispatch (the same seam the CLI uses). |
|
wfdot
Package wfdot parses a workflow's fenced ```dot block into a neutral spec — the SINGLE DOT-to-spec path shared by the web diagram, the reviewer gater, and the commit/edit hooks (so the grammar is defined once, never copied).
|
Package wfdot parses a workflow's fenced ```dot block into a neutral spec — the SINGLE DOT-to-spec path shared by the web diagram, the reviewer gater, and the commit/edit hooks (so the grammar is defined once, never copied). |
|
wfgovern
Package wfgovern is the leaf package for workflow selection: which workflow governs a work item (stamp, then category/kind priority).
|
Package wfgovern is the leaf package for workflow selection: which workflow governs a work item (stamp, then category/kind priority). |
|
workitem
Package workitem is satelle's unit-of-work dynamic primitive — stories and tasks.
|
Package workitem is satelle's unit-of-work dynamic primitive — stories and tasks. |
|
workspace
Package workspace aggregates several satelle repos into one read-only view.
|
Package workspace aggregates several satelle repos into one read-only view. |
Click to show internal directories.
Click to hide internal directories.