Skip to content

v1.2.54

Latest

Choose a tag to compare

@RudyCity RudyCity released this 02 Jul 04:16

Fixed

  • Workflow Testing: Mocked execa and isolated file system hooks in tests/masterAgentWorkflow.test.ts to prevent executing real git commands (such as worktree and branch creation) on the host repository during test runs.
  • Test Stability: Resolved background agent state leakage and test pollution in masterAgentWorkflow.test.ts by ensuring active superagent/subagent instances are properly aborted and cleared in the setup/teardown hooks.