reflect
Returns a Markdown draft of new conventions from recent lessons, enabling the orchestrator to curate and apply each line. Deterministic aggregation of stored signals without LLM calls.
Instructions
Return a Markdown draft of new AGENTS.md conventions from recent lessons.
The orchestrator curates which lines to apply by calling set_convention() for each. The agent itself does no LLM calls — the draft is a deterministic aggregation of stored signals (category breakdown, frequently-recurring tags, never-recalled lessons, top-referenced).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true (default), return the draft without side effects. The agent never auto-writes AGENTS.md; this tool only ever returns a Markdown proposal for the orchestrator to curate. | |
| min_count | No | Minimum tag-cluster mentions to surface as a candidate convention. | |
| lookback_n | No | Number of recent lessons to consider (1..500). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |