remember
Store a graded verdict to review memory so ungraded findings don't resurface. Anchor verdicts to source lines or use globs for class-wide exclusions.
Instructions
Persist a graded verdict to the repo's review memory (.leveret/memory.jsonl) so the finding class never re-surfaces ungraded. Grades: priced-noise (true but the repo prices fixing it at zero) or false-positive (the claim is wrong). Only drops are stored — actionable findings are reported, not remembered. Give anchorFile + anchorLine to pin an instance verdict to its source line: the memory dies when that line changes. Omit the anchor for a class-wide verdict (fp may use a glob).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fp | Yes | fingerprint: engine/RULE/path-or-glob, e.g. shellcheck/SC2016/tests/** | |
| repo | Yes | absolute path to the reviewed repo | |
| grade | Yes | ||
| author | No | who graded (agent id or human) | |
| reason | Yes | why this class is priced or false — mandatory, auditable | |
| anchorFile | No | repo-relative file for an instance anchor | |
| anchorLine | No | 1-based line the verdict anchors to |