Commit ae59ac8
fix(ci): strip ANSI codes before asserting the skills --list output
The skills CLI colors the count even when piped (Found \e[32m9\e[39m
skills), so the repo-root listing greps in the new skills-boundary step
never matched in CI. The subpath-install set-equality assertion had
already passed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d454775 commit ae59ac8
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
0 commit comments