Fix workflow artifact and target syntax review gaps

Keep cross-family protocol coverage separate from the manually opted-in full workflow diagnostic lane.

AI assistance: Codex, under maintainer direction.
This commit is contained in:
Paul Bakaus
2026-09-07 19:17:24 -07:00
parent 6523fc56ec
commit 733e39abae
5 changed files with 16 additions and 6 deletions
+2
View File
@@ -677,6 +677,8 @@ jobs:
run: bun run test:skill-behavior
skill-workflow:
# Expensive, manually opted-in completion diagnostics. This does not
# replace the multi-family skill-behavior protocol suite above.
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' && inputs.skill_workflow
timeout-minutes: 70