add_key_file
Register a key file's path, purpose, and optional notes in the project context to document its role and assist onboarding.
Instructions
Register a key file with its purpose in the project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| details | No | Optional extended notes about the file. | |
| purpose | Yes | What this file does (one sentence). | |
| file_path | Yes | Path to the file (relative to project root). | |
| root_path | No | Project root directory. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |