Review silent active run for Code Reviewer FRE-4989
- Closed FRE-4989 as false positive (same ghost run 14acabf9) - Ghost run has pid unknown, no in-memory handle per FRE-4966 pattern - FRE-4990 remains the root fix (server-side ghost-run dedup) - Existing ghost run record keeps spawning new evaluation issues Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -21,3 +21,15 @@
|
||||
- projects/code-reviewer-silent-runs
|
||||
last_accessed: "2026-05-10"
|
||||
access_count: 1
|
||||
|
||||
- id: fre-4961-false-positive
|
||||
fact: "FRE-4961 (2026-05-10): Another silent run false positive on Code Reviewer (run 14acabf9, source FRE-4695). Known residual assignment run pattern. CTO pre-empted review. Closed as false positive."
|
||||
category: status
|
||||
timestamp: "2026-05-10"
|
||||
source: "2026-05-10-daily"
|
||||
status: active
|
||||
superseded_by: null
|
||||
related_entities:
|
||||
- areas/people/code-reviewer
|
||||
last_accessed: "2026-05-10"
|
||||
access_count: 1
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# PARA Index
|
||||
|
||||
## Projects (Active)
|
||||
- `projects/Ghost Run Investigation/` — Tracking ghost run dedup fix for Paperclip server stale-run detector
|
||||
|
||||
## Areas
|
||||
- companies/ — FrenoCorp and related entities
|
||||
|
||||
@@ -5,7 +5,13 @@
|
||||
- FRE-4846: Deploy stale_active_run_evaluation fix (done)
|
||||
|
||||
## Status
|
||||
The dedup fix from FRE-4846 does NOT prevent duplicate evaluations for already-resolved originFingerprints. Both Founding Engineer (run `5b8c8dde`) and Code Reviewer (run `da233115`) continue generating new stale-run eval issues despite prior duplicates being closed.
|
||||
The dedup fix from FRE-4846/FRE-4966 does NOT prevent duplicate evaluations for already-resolved originFingerprints. Both Founding Engineer (run `5b8c8dde`) and Code Reviewer (run `14acabf9`) continue generating new stale-run eval issues despite prior duplicates being closed.
|
||||
|
||||
Latest recurrence: FRE-4988 (same ghost run 14acabf9, created 9s after FRE-4987 was closed as false positive). FRE-4966 deployed fix commit `cda0f3dd` but did not prevent this. Follow-up tracked in FRE-4990.
|
||||
|
||||
## Scope
|
||||
Both agents (Founding Engineer + Code Reviewer) have identical ghost run patterns. Likely the same root cause: opencode_local adapter spawning ghost runs on system/timer invocations.
|
||||
|
||||
## Known Ghost Runs (Active Issues Generated)
|
||||
- Code Reviewer run `14acabf9` (FRE-4695): generated FRE-4981 through FRE-4988 (8 issues)
|
||||
- Founding Engineer run `5b8c8dde`: repeated pattern
|
||||
|
||||
Reference in New Issue
Block a user