Commit c1ad5b0
committed
fix(review): should-fix nits — task_timed_out fanout, NUL-byte test file, decompose docs
- task_timed_out added to the Linear fanout filter (fanout-task-events.ts): a
standalone iteration that times out now settles (👀→✅/❌ + terminal reply)
instead of maturing to 🔄 forever. Matches the Jira/Slack defaults.
- orchestration-e2e.test.ts: replaced 2 raw NUL bytes (composite-key separators
in template literals) with the \u0000 escape — identical runtime, but git no
longer flags the 23.6KB file binary so its diffs are reviewable.
- LINEAR_SETUP_GUIDE: the onboard-project example + flag list omitted the REAL,
required --decompose-allowed flag (off by default), so following the guide
verbatim made bgagent:decompose/:auto silently run as a single task. Added it
+ regenerated the Starlight mirror.
(Larger should-fix/fast-follow items — orchestration-row TTLs across seed call
sites, 4 IAM grant scope-downs, StatusIndex hot partition, baseline-build
memoization, handler splits, shared Linear client — deferred to a tracked
follow-up; each merits its own PR + regression surface.) cdk + docs green.1 parent 89bfea4 commit c1ad5b0
6 files changed
Lines changed: 25 additions & 11 deletions
File tree
- cdk
- src/handlers
- test
- handlers
- integration
- docs
- guides
- src/content/docs/using
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
357 | 359 | | |
358 | 360 | | |
359 | 361 | | |
| 362 | + | |
360 | 363 | | |
361 | 364 | | |
362 | 365 | | |
| |||
483 | 486 | | |
484 | 487 | | |
485 | 488 | | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
490 | 493 | | |
491 | | - | |
| 494 | + | |
492 | 495 | | |
493 | 496 | | |
494 | 497 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | | - | |
| 204 | + | |
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | | - | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments