lc_changed
Identify files modified since a specific timestamp in a directory to track changes and updates.
Instructions
Returns list of files modified since given timestamp. Args: root_path: Root directory path (e.g. '/home/user/projects/myproject') timestamp: Unix timestamp to check modifications since
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_path | Yes | ||
| timestamp | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |