CAP project context (codebase-aware)
cap_project_contextCompiles CAP project to CSN and returns a digest of existing model elements. Call before generating code to reuse what exists and avoid creating duplicate fields or entities.
Instructions
Compiles the real project to CSN and returns a digest of the existing model: services, entities, fields with types and keys, associations and compositions. Call it BEFORE generating code so you reuse what exists instead of inventing fields or entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | CAP project root path |