You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(list): improve allowFailure, needs output, remove description from csv
- Remove description column from --list-csv for stable CSV structure
(description is already visible in --list)
- Render allowFailure exit_codes as [code1,code2] instead of true/false
in both --list and --list-csv
- Distinguish null needs (stage ordering, no output) from [] needs
(explicitly no dependencies) in both --list and --list-csv
- Extract shared private helpers formatAllowFailure and formatNeeds
- Update README with comprehensive examples for all cases
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments