Commit 7d79cdc
refine autonomous mode: review gate, time limits, stopAfterApprovalBoundary
- Fix over-aggressive auto-approval: remove review/write_paper from
autoApproveNodes; add WritePaperGateConfig with evidence bar checks
(baseline, quantitative results, branch score, manuscript type)
- Add meetsWritePaperBar() with 3 gate checkpoints: top-of-loop pre-exec,
recommendation path, no-recommendation path; backtrack to
design_experiments on failure
- Add stopAfterApprovalBoundary option to runCurrentAgentWithOptions so
autonomous controller gets per-node control between approval gates
- Overnight runtime: 8h → 24h (maxMinutes: 1440)
- Autonomous runtime: 24h → unbounded (maxMinutes: Infinity) with
Number.isFinite() guard
- Progress reporter: add runtimePolicy, writePaperGateBlocked,
writePaperGateBlockers to snapshot and markdown output
- TUI/CLI: overnight '24-hour limit', autonomous 'No runtime time limit'
and 'write_paper gated by minimum evidence bar'
- 10 new tests (30 total), all passing; 881/882 full suite pass
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7aefc35 commit 7d79cdc
File tree
7 files changed
+479
-24
lines changed- src
- core/agents
- interaction
- tui
- tests
7 files changed
+479
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| |||
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
92 | 102 | | |
93 | 103 | | |
94 | 104 | | |
| |||
122 | 132 | | |
123 | 133 | | |
124 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
125 | 140 | | |
126 | 141 | | |
127 | 142 | | |
| |||
130 | 145 | | |
131 | 146 | | |
132 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
133 | 157 | | |
134 | 158 | | |
135 | 159 | | |
| |||
169 | 193 | | |
170 | 194 | | |
171 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
172 | 199 | | |
173 | 200 | | |
174 | 201 | | |
| |||
182 | 209 | | |
183 | 210 | | |
184 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
185 | 215 | | |
186 | 216 | | |
187 | 217 | | |
| |||
0 commit comments