Commit 30f9ad9
fix(154): MAESTRO layer detection in /tachi.infographic checks wrong file and pattern
The "all" template expansion greps for "MAESTRO Layer" in the richest data
source file (compensating-controls.md or risk-scores.md), but MAESTRO layer
assignments live in threats.md. The grep pattern also matches only column
headers ("| MAESTRO Layer |"), not actual layer values ("L3 — Agent Framework").
Fix: check threats.md specifically (regardless of richest tier), and grep
for actual layer values with `L[1-7] [—–-]` which matches data rows.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a1b64ec commit 30f9ad9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments