Skip to main content

Overview

Discover the rules that will gate your edits. Call before touching an unfamiliar area; must-tier matches will block writes otherwise.

Parameters

ParameterTypeRequiredDescription
tierstringNomust, should, or may
filesstring[]NoLimit results to conventions matching these paths

Example

{
  "tool": "convention_list",
  "arguments": { "tier": "must", "files": ["src/routes/users.ts"] }
}