learn_project_convention
Learn and store project-specific conventions so coding patterns and standards remain consistent across sessions.
Instructions
Learn and store project-specific conventions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Programming language | |
| project_id | Yes | Project identifier (git repo path or name) | |
| convention_key | Yes | Convention identifier | |
| convention_type | Yes | Type of convention (naming, formatting, pattern, architecture, testing) | |
| idempotency_key | No | Optional idempotency key for safe retries | |
| convention_value | Yes | Convention description or pattern |