Skip to content

feat(issue-71): add parallel supervisor e2e coverage - #99

Merged
dapi merged 1 commit into
mainfrom
feature/issue-71-ft-040-multi-agent-parallel-delivery-e2e
Jul 9, 2026
Merged

feat(issue-71): add parallel supervisor e2e coverage#99
dapi merged 1 commit into
mainfrom
feature/issue-71-ft-040-multi-agent-parallel-delivery-e2e

Conversation

@dapi

@dapi dapi commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds an end-to-end e2e test that drives cmd/zelma through supervisor start-issue.
  • Covers two parallel issue launches with unique zellij panes and independent review/fix/merge simulation.
  • Keeps the change scoped to the e2e harness; no production logic changed.

Validation

  • MISE_TRUSTED_CONFIG_PATHS="$PWD" mise exec -- go test ./internal/e2e -run 'TestIssueSupervisor(StartIssueReviewFixCleanupE2E|ParallelStartIssueE2E)$' -count=1
  • MISE_TRUSTED_CONFIG_PATHS="$PWD" mise exec -- go test ./...
  • python3 scripts/check_memory_bank_index.py
  • git diff --check

Notes

  • The new test uses a fake zellij fixture to simulate staggered startup and multi-pane orchestration.
  • No runtime behavior was changed; this PR only adds acceptance coverage for FT-040.

Fixes #71
Issue: #71

@dapi
dapi marked this pull request as ready for review July 9, 2026 19:41
@dapi
dapi merged commit 423af7f into main Jul 9, 2026
2 checks passed
@dapi
dapi deleted the feature/issue-71-ft-040-multi-agent-parallel-delivery-e2e branch July 9, 2026 19:41
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.

FT-040: Multi-Agent Parallel Delivery E2E

1 participant