llm-context
by cyberchitta
lc-list-modified-files
IMPORTANT: First get the generation timestamp from the project context. Returns a list of paths to files that have been modified since a given timestamp. This is typically used to track which files have changed during the conversation. After getting the list, use lc-get-files to examine the contents of any modified files of interest.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profile_name | No | Profile to use (e.g. 'code', 'copy', 'full') - defines file inclusion and presentation rules | code |
root_path | Yes | Root directory path (e.g. '/home/user/projects/myproject') | |
timestamp | Yes | Unix timestamp to check modifications since |