naming_consistency
Check new symbol names against project naming style (snake/camel/Pascal) and verb consistency to maintain coherent codebase.
Instructions
New symbol names vs project style (snake/camel/Pascal) + verb consistency. Index required.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Target file for language detection (relative to workspace_dir) | |
| lang | No | Optional: python|javascript|typescript|go|rust|java (default: by extension) | |
| new_symbols | Yes | REQUIRED: array of new symbol names to check (e.g. ["getUser", "queryAll"]) | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. |