track_files
Track active files in a local portal project to persist file context across pipeline steps. Provide an array of file paths to maintain state between sequential tasks.
Instructions
Track active files in local portal project state. Useful to persist file context between pipeline steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory. Defaults to current working directory. | |
| files | Yes | Array of file paths to track. |