get_loop_status
Retrieve diagnostic signatures currently flagged as looping to identify oscillating issues. Read-only status helps pinpoint repeated appearance and disappearance, then run fresh diagnostics.
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 |