feat(FN-5405): remove broad-scope triage heuristics and UI advisory chips/b
Removes the broad-scope detection feature end-to-end: the TaskCard chip and TaskDetailModal advisory banner are gone from the dashboard, the triage heuristic that flagged tasks as broad-scope has been deleted from the engine along with its associated run-audit events, and documentation references ha Fusion-Task-Id: FN-5405
This commit is contained in:
committed by
gsxdsm
parent
5a76a89071
commit
b8147dd3b1
@@ -75,14 +75,6 @@ Direct-report stale decisions in `HeartbeatMonitor.buildReportsHealthSection()`
|
||||
- `heartbeatAgeMs` is the report's current heartbeat age at classification time
|
||||
- Healthy reports do not emit this diagnostic; only stale decisions do
|
||||
|
||||
## Broad-scope triage intake (`[triage]`)
|
||||
|
||||
- Trigger shape: `TriageProcessor.finalizeApprovedTask()` scores the prompt/description against `packages/engine/src/triage-broad-scope-heuristics.ts` and flags advisory decomposition risk when the score reaches `>= 3`.
|
||||
- Diagnostic: `[triage] <taskId>: broad-scope flag at triage — score=<n>, reasons=<csv>`.
|
||||
- Fail-soft diagnostic: `[triage] <taskId>: broad-scope heuristic failed open: <message>` when the helper throws; the task still proceeds to `todo`.
|
||||
- Audit event: `task:broad-scope-flagged-at-triage` with `{ score, reasons, signals, thresholds, version }`.
|
||||
- Task log side effect: `Broad-scope triage flag` advising operators to decompose via `fn_task_create` or set `breakIntoSubtasks=true` before execution.
|
||||
|
||||
## Resume instrumentation (FN-5389, Phase 1)
|
||||
|
||||
Dashboard Phase 1 resume instrumentation adds observation-only client/server traces for refetch/reconnect attribution. It does not change visibility/pageshow/SSE behavior; FN-5392 consumes this data for fixes.
|
||||
|
||||
Reference in New Issue
Block a user