Commit 2adaa0c
fix: scope artifact config auto-detection to filtered tasks only
Previous logic checked if the selection file contained any mcp_suite
entries, which triggered artifact mode even when --benchmark filtered
to SDLC tasks. Now applies the same --benchmark and --use-case-category
filters before checking, so artifact mode only activates when ALL
filtered tasks are MCP-unique.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0173ce9 commit 2adaa0c
1 file changed
+20
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
147 | 164 | | |
148 | 165 | | |
149 | | - | |
| 166 | + | |
150 | 167 | | |
151 | 168 | | |
152 | 169 | | |
| |||
0 commit comments