reload_active_context_file
Detect changes in active context files by comparing SHA-512 hashes. Retrieve updated content for modified files, confirm unchanged files, and identify deleted ones.
Instructions
Check whether files currently held in active context (previously loaded via load_context_files) have changed on disk, by comparing their known SHA-512 hash against the current one. Returns fresh tagged content for changed files, a short 'no change' message for unchanged files, and 'not found' for deleted files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of {path, known_sha512} entries for files currently in active context. | |
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |