Versions in this module Expand all Collapse all v0 v0.1.0 Jul 29, 2026 Changes in this version + const PhaseIntent + const PhaseOutcome + func SumOutput(out []byte) string + func Verify(path string) (int, error) + type Logger struct + func Open(path string, redactKeys []string) (*Logger, error) + func (l *Logger) Close() error + func (l *Logger) Log(r Record) error + type Record struct + Approved *bool + Args map[string]any + Decision string + DurationMS int64 + Err string + ExitCode int + Hash string + Host string + OutputLen int + OutputSHA string + Phase string + PrevHash string + Seq int64 + Time time.Time + Tool string