get_project_context
Retrieve project conventions, patterns, templates, and rules before writing code. Ensures generated code adheres to project-specific guidelines.
Instructions
IMPORTANT: Call this BEFORE writing code for a project. Returns full conventions, patterns, record types, templates, packages, and rules that the generated code MUST follow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| include_sources | No | Include full source file contents (can be large) |