Versions in this module Expand all Collapse all v0 v0.1.2 Jul 15, 2026 v0.1.1 Jul 15, 2026 v0.1.0 Jul 14, 2026 Changes in this version + const FileName + func Path(workspace string) string + func RenderText(w io.Writer, state State) + func Save(workspace string, state State) error + func SavePath(path string, state State) error + type MissingError struct + Path string + func (e MissingError) Error() string + type Options struct + LastError string + Mode string + Model string + Now time.Time + PID int + PermissionMode string + SessionID string + SessionPath string + Ship *ship.Report + Status string + Version string + WorkerID string + Workspace string + type State struct + Kind string + LastError string + Mode string + Model string + PID int + PermissionMode string + SessionID string + SessionPath string + Ship *ship.Report + Status string + UpdatedAt time.Time + Version string + WorkerID string + Workspace string + func Load(workspace string) (State, error) + func LoadPath(path string) (State, error) + func New(opts Options) State