get_file_context
Inspect a file path to identify its owning feature and component, preventing accidental cross-feature modifications.
Instructions
Before modifying any file, call this to understand which feature and component owns it. This prevents accidental cross-feature changes and helps you stay within the right domain. For multi-repo projects, pass file paths in repo:path form (for example "web:src/app/page.tsx").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | The file path to inspect. Use repo:path for multi-repo projects (for example web:src/lib/auth.ts); single-repo projects can use repo-root-relative paths. |