What's Changed
/octo:batchalias — The existing/octo:parallel(Team of Teams) workflow is now also reachable via/octo:batch. No new command — same skill, new entry point for users who think in "batch" terms.- Stronger per-WP quality defaults — Each work package now mandates: run tests, run linter, no type suppression (
@ts-ignore,type: ignore), no placeholder code (TODO,FIXME), fix broken tests instead of deleting them. - Quality spot-check in aggregation — After all work packages complete, the orchestrator scans outputs for suppression markers, placeholder code, and test skip markers before declaring success.
- Batch-relevant examples — New examples covering migrations, multi-issue parallel fixes, and building independent tools simultaneously.
Full Changelog: v8.31.0...v8.31.1