Skip to content

Commit 568e6c0

Browse files
authored
Merge pull request #276 from Recusive/oversee/0225-task-triage
triage: narrow queue follow-up tasks
2 parents 7926054 + 54f4e87 commit 568e6c0

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

.recursive/tasks/0225.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@ completed:
1111

1212
## Problem
1313

14-
Each session the security/audit agents find issues and create follow-up tasks. The queue went from 70 to 76 pending across 7 sessions. Tasks created > tasks completed = queue grows forever.
15-
16-
The brain never delegates the oversee agent to triage and cull the queue. Duplicate, low-value, and superseded tasks accumulate.
14+
Dashboard and role scoring already track queue trend, and overseer delegation has started happening again. The remaining gap is that follow-up task generation is still too loose, so a noisy session can still outpace completion.
1715

1816
## Fix
1917

20-
1. Brain should track net task delta per session (created - completed)
21-
2. If net delta > 0 for 3 consecutive sessions, delegate oversee
22-
3. Sub-agents should be limited: max 2 new tasks per session unless security-critical
23-
4. Oversee agent should aggressively close duplicates and low-value tasks
18+
1. Add a hard follow-up-task budget to the brain/build delegation flow.
19+
2. Limit non-security follow-up creation to 0-2 tasks per session.
20+
3. Require the generator to check current active-task count before minting more work.
2421

2522
## Acceptance Criteria
2623

27-
- Dashboard shows task queue trend (growing/shrinking/stable)
28-
- Brain delegates oversee when queue grows 3 sessions in a row
29-
- Sub-agents have a task creation limit
24+
- Task-generation docs or brain prompt state the 0-2 cap
25+
- New task creation checks active queue size before adding follow-ups
26+
- Queue trend stays visible so overseer can spot regressions

.recursive/tasks/0228.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
status: pending
2+
status: done
33
priority: normal
44
target:
55
created: 2026-04-08
66
source: github-issue-209
7-
completed:
7+
completed: 2026-04-09
88
---
99

1010
# Brain never re-runs eval after building nightshift
1111

12+
Superseded by #0242. The dashboard now exposes `sessions_since_eval`, the brain prompt has the eval cadence rule, and eval reruns have already happened in sessions #0125, #0132, #0134, and #0138.
13+
1214
## Problem
1315

1416
The brain ran `nightshift run` against Phractal once (eval #0016, score 53→86) in session #0108. Since then, 5+ sessions of nightshift code changes (security hardening, bug fixes, features) have shipped but the brain never re-evaluated to measure impact.

0 commit comments

Comments
 (0)