conventions
Retrieve project-specific coding practices before writing new code. Filter by project or area to align with existing architecture, testing, and naming patterns.
Instructions
Before writing new code, check how this codebase does things. Retrieves stored conventions, optionally filtered. Example: {"lobe": "my-project", "area": "testing"} or {"lobe": "my-project"} for all. recall() also surfaces conventions. Use this for focused convention lookup, recall() for broader cross-topic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Optional keyword filter (e.g. "testing", "naming", "architecture"). | |
| lobe | No | Memory lobe name. No lobes configured yet — run memory_bootstrap(lobe: "your-project", root: "/absolute/path/to/repo") first. |