Versions in this module Expand all Collapse all v0 v0.0.2 Jul 31, 2026 Changes in this version + type DifLogError struct + Code ErrorCode + Err error + Message string + func NewDifLogError(code ErrorCode, message string, err error) *DifLogError + func (e *DifLogError) Error() string + func (e *DifLogError) Unwrap() error + type ErrorCode string + const ErrAIToolNotDetected + const ErrAlreadyInitialized + const ErrBranchExists + const ErrBranchNotFound + const ErrCommitNotFound + const ErrContextNotFound + const ErrHashingFailure + const ErrInvalidArgument + const ErrNoStagedContexts + const ErrNotInitialized + const ErrRemoteFailure + const ErrRemoteNotSet + const ErrStorageFailure + const ErrUnsupportedPlatform v0.0.1-beta May 20, 2026