get_loop_status
Identify diagnostics that repeatedly appear and disappear during a session to spot oscillation patterns. Read-only; run fresh diagnostics to get current status.
Instructions
Returns all diagnostic issue signatures currently flagged as looping (repeatedly appearing and disappearing) in this server session. Read-only; no files are written or modified. Loop history is accumulated across all check_project and check_files calls in this process lifetime, and is restored from .signalint/session.jsonl on startup. Takes no parameters. Use this to identify which diagnostics an agent is oscillating on; use check_project or check_files to run fresh diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| looping | Yes | ||
| signatures | Yes | ||
| fileChurning | Yes | ||
| fileRuleChurns | Yes |