class

Autobot::Logging::FileTracker

Inherits Reference < Object

Tracks file operations performed by the agent for visibility.

Constants

Log = ::Log.for("files")

Instance methods

record(action : String, path : String, bytes : Int64 = 0) : Nil

Record a file operation.

Source
reset
Source
summary

Human-readable summary grouped by action.

Source
touched_files

List unique file paths touched.

Source