Overview
Discover the rules that will gate your edits. Call before touching an unfamiliar area;must-tier matches will block writes otherwise.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List active conventions
must-tier matches will block writes otherwise.
| Parameter | Type | Required | Description |
|---|---|---|---|
tier | string | No | must, should, or may |
files | string[] | No | Limit results to conventions matching these paths |
{
"tool": "convention_list",
"arguments": { "tier": "must", "files": ["src/routes/users.ts"] }
}