Skip to content

ci: re-enable Integration harness scenarios on PR CI (AB#3163) - #359

Merged
PolyphonyRequiem merged 1 commit into
mainfrom
fix/ab-3163-harness-ci-gate
May 14, 2026
Merged

ci: re-enable Integration harness scenarios on PR CI (AB#3163)#359
PolyphonyRequiem merged 1 commit into
mainfrom
fix/ab-3163-harness-ci-gate

Conversation

@PolyphonyRequiem

Copy link
Copy Markdown
Owner

Why

The architect_research_loop harness scenario covers the exact broken path AB#3156 introduced via PR #351 — but Integration was in ci.yml's Pester ExcludeTag, so the harness never ran on PR. Two bugs (AB#3156 + AB#3157) shipped through that gap and burned two AB#3127 dogfood relaunches today.

What

  • Drop Integration from $config.Filter.ExcludeTag in .github/workflows/ci.yml (the Slow tag stays).
  • Refresh the comment to reflect the new policy and reference AB#3163.
  • Update tests/harness/README.md to list the four scenarios actually shipping today (it still claimed two) and call out which scenario covers which regression.

What the harness now catches on every PR

All four scenarios run as part of the Test (Pester) job:

  • close_out_happy_pathclose-out.yaml end-to-end.
  • cascade_remedy_no_stalecascade-remedy.yaml no-stale path; exercises both the agent-provider seam and the .NET shim PATH seam.
  • research_happy_path — research sub-workflow round-trip.
  • architect_research_loop — architect → research → architect re-entry; the scenario that would have caught AB#3156 before PR feat: AB#3131 Research-augmented planning cycle #351 shipped.

Verification

Local Invoke-Pester -Path tests/harness/run-scenarios.Tests.ps1 -Output Detailed — all four scenarios pass; total wall clock ~2 min.

Part of AB#3158 (Convert prose conventions to typed enforcement). Closes AB#3163.

The architect_research_loop harness scenario covers the exact broken path
AB#3156 introduced via PR #351, but `Integration` was in ci.yml's Pester
ExcludeTag — letting both bugs ship and burning two AB#3127 dogfood
relaunches today.

Removes `Integration` from the filter; harness now runs on every PR build.

Part of AB#3158 (Convert prose conventions to typed enforcement).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@PolyphonyRequiem
PolyphonyRequiem merged commit dc72e2f into main May 14, 2026
1 check passed
@PolyphonyRequiem
PolyphonyRequiem deleted the fix/ab-3163-harness-ci-gate branch May 14, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant