**Goal**: Track the execution of analysis scripts and record data dependencies to enable reproducibility verification and analysis traceability.
# truth-verification:track **Goal**: Track the execution of analysis scripts and record data dependencies to enable reproducibility verification and analysis traceability. **When to use**: After running analysis scripts, track their execution to document data lineage and enable reproducibility validation. --- ## Preparation Before running this command: 1. Ensure `.truth/manifest.json` exists (run `/truth-verification:init` if needed) 2. Register input data files first (run `/truth-verification:register` for all source data) 3. Have the analysis script file available 4. Know which file...