load_context_files
Loads specified .context files from a project into the active context, tagging each with its path and content hash for later change detection.
Instructions
Load specific .context/-relative files into the active context. Each loaded file is tagged with its path and a SHA-512 hash of its contents so reload_active_context_file can later detect changes. Only pass files you actually need — do not load the whole .context/ tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of .context/-relative file paths to load, e.g. 'decisions/0007-use-pgvector.md'. | |
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |