Close FRE-5081: mark ghost run 14acabf9 evaluation as false positive

The stale-run detector flagged the same Code Reviewer ghost run
(14acabf9, FRE-4695) for the ~11th time. Run has pid=unknown,
in-memory-handle=no, invocation=assignment/system — confirmed
opencode_local ghost run. Documented in Code Reviewer's AGENTS.md
as expected behavior. Root fixes tracked in FRE-4990 and FRE-5042.
This commit is contained in:
2026-05-10 04:58:28 -04:00
parent 5b31f088cc
commit 6b47ed4a06
18 changed files with 358 additions and 78 deletions

View File

@@ -0,0 +1,39 @@
facts:
- id: ghost-run-14acabf9
type: incident
summary: "Run 14acabf9 for Code Reviewer on FRE-4695 is an opencode_local assignment ghost run"
status: confirmed
details:
run_id: "14acabf9-2702-4e50-9f8c-75f8340ad138"
agent: "Code Reviewer"
agent_id: "f274248f-c47e-4f79-98ad-45919d951aa0"
source_issue: "FRE-4695"
adapter: "opencode_local"
invocation: "assignment / system"
pid: "unknown"
in_memory_handle: false
generated_issues: "~15 (latest: FRE-5078, closed 08:57 UTC)"
latest_duplicate: "FRE-5078 created 8min after FRE-5077 closure"
pattern: "Paperclip creates run record on assignment, adapter never starts process"
documentation: "Code Reviewer HEARTBEAT.md:33 explicitly documents this as expected behavior"
created_at: "2026-05-10"
updated_at: "2026-05-10"
access_count: 1
- id: fix-fre-4990
type: work_item
summary: "FRE-4990 — Server-side ghost-run dedup (Senior Engineer, in_progress)"
status: in_progress
priority: critical
created_at: "2026-05-10"
- id: fix-fre-5042
type: work_item
summary: "FRE-5042 — Detector exclusion logic (reassigned to d20f6f1c, todo)"
status: pending
priority: high
created_at: "2026-05-10"
updated_at: "2026-05-10T08:57"
superseded_by:
- assignments: "Reassigned from c99c4ede (overloaded, 6 in_review) to d20f6f1c (zero assignments)"
- reason: "c99c4ede overloaded; d20f6f1c available"

View File

@@ -0,0 +1,10 @@
# Ghost-run Detector Fix
Fix the stale-run detector in Paperclip server to stop generating false-positive "Review silent active run" issues for opencode_local assignment ghost runs.
## Active Issues
- [FRE-4990](/FRE/issues/FRE-4990) — Server-side dedup (Senior Engineer, in_progress, critical)
- [FRE-5042](/FRE/issues/FRE-5042) — Detector exclusion logic (Founding Engineer, todo, high)
## Status
Root fix in progress via FRE-4990. FRE-5042 queued for complementary detector-side fix.