reef_instructions
reef_instructionsLoads scoped project instructions from .mako/instructions.md and applicable AGENTS.md files for specified project files, returning structured instruction items and derived Reef fact shapes without persisting facts.
Instructions
Reef read tool for scoped project instructions: load .mako/instructions.md and applicable AGENTS.md files for requested project-relative files, returning structured instruction items plus derived Reef fact shapes. Reads only inside the project root and does not persist facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| files | No | ||
| includeDerivedFacts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| projectRoot | Yes | ||
| files | Yes | ||
| instructions | Yes | ||
| derivedFacts | Yes | ||
| summary | Yes | ||
| warnings | Yes | ||
| _hints | Yes |