internal/

directory
v0.0.432 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2026 License: MIT

Directories

Path Synopsis
Package agentartifact implements provider-neutral structured output artifacts for isolated workflow steps.
Package agentartifact implements provider-neutral structured output artifacts for isolated workflow steps.
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.
Package agentinstall provisions satelle-owned launcher scripts under $SATELLE_HOME/agents/bin/ (sty_aa726901).
Package agentinstall provisions satelle-owned launcher scripts under $SATELLE_HOME/agents/bin/ (sty_aa726901).
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.
Package agentvalidate is the store-free, deterministic check of the agents layer (.satelle/workflows/agents.toml) and each workflow's agent= node bindings.
Package agentvalidate is the store-free, deterministic check of the agents layer (.satelle/workflows/agents.toml) and each workflow's agent= node bindings.
Package app is satelle's local bootstrap (build order step 3).
Package app is satelle's local bootstrap (build order step 3).
Package arbor is V5's structured logger.
Package arbor is V5's structured logger.
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.
`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).
Category vocabulary (sty_b2315e17): controlled type list as embedded default + satelle.toml override.
Category vocabulary (sty_b2315e17): controlled type list as embedded default + satelle.toml override.
Package docindex is satelle's directory monitor for authored markdown.
Package docindex is satelle's directory monitor for authored markdown.
Package doctor answers one question — is satelle ready to govern this repository? — by COMPOSING the validation authorities that already exist (sty_e9da28e2).
Package doctor answers one question — is satelle ready to govern this repository? — by COMPOSING the validation authorities that already exist (sty_e9da28e2).
Package health carries the shared FINDING vocabulary — stable identifiers, severity, and remediation — that every satelle validation surface speaks (sty_e9da28e2).
Package health carries the shared FINDING vocabulary — stable identifiers, severity, and remediation — that every satelle validation surface speaks (sty_e9da28e2).
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`).
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.
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).
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.
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).
Package mirror is the push-fed read-only state for satelle serve (epic:serve-split / sty_dbdadfa0).
Package mirror is the push-fed read-only state for satelle serve (epic:serve-split / sty_dbdadfa0).
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).
Package push is the CLI→local-UI-server change publisher (epic:serve-split).
Package push is the CLI→local-UI-server change publisher (epic:serve-split).
Mirror reconciliation (sty_e6e467fe).
Mirror reconciliation (sty_e6e467fe).
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.
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.
Package substrate classifies effective process docs (workflows, skills, principles) as default|edited|authored for the CLI list surface and the web effective-process view (sty_29e5a9a5 / sty_ba0eb5c6).
Package substrate classifies effective process docs (workflows, skills, principles) as default|edited|authored for the CLI list surface and the web effective-process view (sty_29e5a9a5 / sty_ba0eb5c6).
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).
Package testutil holds shared test helpers for satelle packages.
Package testutil holds shared test helpers for satelle packages.
The route document (sty_39e2d9df): ONE artifact per story carrying both the route it will walk and the reasoning behind every outcome so far.
The route document (sty_39e2d9df): ONE artifact per story carrying both the route it will walk and the reasoning behind every outcome so far.
Package web is satelle's push-fed read-only web UI (mirror server).
Package web is satelle's push-fed read-only web UI (mirror server).
Route construction: an obligation list plus a step catalogue in, a Spec out.
Route construction: an obligation list plus a step catalogue in, a Spec out.
Package wfequiv diffs two workflow Specs for BEHAVIOURAL equivalence — the go/no-go instrument for retiring the authored DOT in favour of a route derived from a declaration of done (epic sty_c754b5c8, story sty_c6184eaa).
Package wfequiv diffs two workflow Specs for BEHAVIOURAL equivalence — the go/no-go instrument for retiring the authored DOT in favour of a route derived from a declaration of done (epic sty_c754b5c8, story sty_c6184eaa).
Structured refusals (sty_39e2d9df).
Structured refusals (sty_39e2d9df).
Package wfhook parses a workflow's LIFECYCLE HOOK declarations — the operations that fire OUTSIDE the status graph (story creation today) and so cannot be expressed as a DOT node or edge (sty_ede16f51).
Package wfhook parses a workflow's LIFECYCLE HOOK declarations — the operations that fire OUTSIDE the status graph (story creation today) and so cannot be expressed as a DOT node or edge (sty_ede16f51).
Package wfroute renders a story's ROUTE: the ordered steps between where the story is and done, each with the obligation it discharges, who performs it, under which rubrics, and which reviewers gate entry to it (sty_39e2d9df).
Package wfroute renders a story's ROUTE: the ordered steps between where the story is and done, each with the obligation it discharges, who performs it, under which rubrics, and which reviewers gate entry to it (sty_39e2d9df).
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.
Package workspace aggregates several satelle repos into one read-only view.
Package workspace aggregates several satelle repos into one read-only view.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL