Directories
¶
| Path | Synopsis |
|---|---|
|
Package cli wires up the Cobra command tree for becket.
|
Package cli wires up the Cobra command tree for becket. |
|
Package config models becket's platform settings (.becket/settings.json) and its discovery (walk up from CWD), matching the bash find_config/load_config.
|
Package config models becket's platform settings (.becket/settings.json) and its discovery (walk up from CWD), matching the bash find_config/load_config. |
|
Package git is a thin wrapper around shelling out to the git binary.
|
Package git is a thin wrapper around shelling out to the git binary. |
|
Package jsonfmt renders JSON byte-for-byte the way becket's bash/python writer does: no HTML escaping, a trailing newline, and a fixed indent.
|
Package jsonfmt renders JSON byte-for-byte the way becket's bash/python writer does: no HTML escaping, a trailing newline, and a fixed indent. |
|
Package render centralizes becket's user-facing output: the info/warn/die helpers and the TTY-gated coloring, matching the bash script's conventions (info/warn → stdout with a "▸ " prefix; die → stderr "error: …", exit 1).
|
Package render centralizes becket's user-facing output: the info/warn/die helpers and the TTY-gated coloring, matching the bash script's conventions (info/warn → stdout with a "▸ " prefix; die → stderr "error: …", exit 1). |
|
Package workspace models a becket workspace manifest (.becket.json) and the CWD-based workspace detection, matching the bash detect_workspace_id and the manifest read/write helpers.
|
Package workspace models a becket workspace manifest (.becket.json) and the CWD-based workspace detection, matching the bash detect_workspace_id and the manifest read/write helpers. |
Click to show internal directories.
Click to hide internal directories.