Skip to main content

track_file_creation

Function track_file_creation 

Source
pub fn track_file_creation(
    state: AttributionState,
    file_path: &str,
    content: &str,
    mtime: Option<u64>,
) -> AttributionState
Expand description

Track a file creation by Claude (e.g., via bash command). Used when Claude creates a new file through a non-tracked mechanism.