Expand description
Append-only action history for podbox containers.
Recorded at the success points of the lifecycle commands so
podbox history can answer “what did I do to <name>, and when?”.
Writes are best-effort: recording must never break the command that
triggered it, so callers discard the record error. The log lives in the
XDG state dir at ~/.local/state/podbox/history.log.
Line format (one event per line, tab-separated):
TIMESTAMP\tNAME\tACTION\tDETAIL
Structs§
- History
Entry - A single recorded action.