Skip to content

Add pre-flight test run on main branch before spawning agents#127

Merged
that-github-user merged 1 commit into
mainfrom
issue-64-preflight-test
Mar 29, 2026
Merged

Add pre-flight test run on main branch before spawning agents#127
that-github-user merged 1 commit into
mainfrom
issue-64-preflight-test

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

  • Run test command once on current branch before creating worktrees
  • Warn if tests fail on main (broken test environment detection)
  • Non-blocking: warns but continues
  • 5 new tests

Generated by thinktank Opus — 5/5 agents pass, Copeland: #2 at +4.

Change type

  • New feature

Related issue

Closes #64

How to test

npm test  # 220 tests pass

Breaking changes

  • This PR introduces breaking changes

🤖 Generated with thinktank (Opus)

Runs test command once on current branch before creating worktrees.
If tests fail on main, warns user but continues. Catches broken test
environments before wasting time on 5 parallel agents.

Generated by thinktank Opus (5 agents, ALL pass, Copeland: #2 at +4).

Closes #64

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@that-github-user that-github-user force-pushed the issue-64-preflight-test branch from cb354ce to 832db57 Compare March 29, 2026 02:08
@that-github-user that-github-user merged commit c6564ab into main Mar 29, 2026
4 checks passed
@that-github-user that-github-user deleted the issue-64-preflight-test branch March 29, 2026 02:10
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.

Pre-flight test run on main branch to detect broken test environments

1 participant