Commit 9e02521
feat(cli): force runParallel for agentic checks
Agentic checks always run in parallel for better reporting UX.
The construct omits runParallel from props (users can't override it)
and hardcodes it to true in synthesize().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 66a5913 commit 9e02521
File tree
2 files changed
+3
-1
lines changed- packages/cli/src/constructs
- __tests__
2 files changed
+3
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
0 commit comments