nape_honks_with_history
Detect honks that remain in recent priors after being acknowledged, revealing unresolved persistence issues.
Instructions
Read-side observability for Nape honks: each honk paired with its ack (from the canonical sibling acks.jsonl), age in seconds, and a cross-reference against prior_for_turn's freshness log so you can see whether a honk is currently lingering in priors. Returns a zombies count: honks that are acked AND still surfacing in recent priors — the smoking gun for the 'does a resolved honk persist past its relevance' open thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Filter to this session. Omit for all sessions. | |
| freshness_window | No | Number of recent prior_for_turn calls to scan for honk resurfacing. Default 3 matches PerTurnPriors.FRESHNESS_WINDOW. | |
| limit | No | Max honks to return (newest-last). Omit for all. |