lc-list-modified-files
Identify files changed since a specific timestamp in a directory. Use with llm-context to track and analyze modifications during conversations or coding sessions.
Instructions
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from llm-context
Related Tools
- @davidorex/git-file-forensics
- @bsmi021/mcp-file-operations-server
- @davidorex/git-file-forensics
- @bsmi021/mcp-file-operations-server
- @davidorex/git-file-forensics
- @Sheshiyer/git-mcp-v2