Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
satelle
command
|
|
|
internal
|
|
|
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
Package cli wires the satelle command-line interface.
|
Package cli wires the satelle command-line interface. |
|
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. |
|
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. |
|
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. |
|
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), no auth.
|
Package web is satelle's local web server — a project page for one repo, rendered through verb.Dispatch (the same seam the CLI uses), no auth. |
|
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. |
Click to show internal directories.
Click to hide internal directories.