Skip to content

Conversation

@kdcokenny
Copy link
Collaborator

@kdcokenny kdcokenny commented Jan 13, 2026

Summary

Fixes failing test: should transform output when caller is orchestrator-sisyphus with boulder state

Problem

The implementation was updated to preserve original subagent responses for debugging purposes, but the test still expected the response to be stripped.

Solution

Updated the test assertion from .not.toContain() to .toContain() to match the intended behavior where subagent responses are preserved under "Subagent Response:" section.

Verification

  • Test passes locally
  • Full test suite passes (1052 tests)

Summary by cubic

Updated the sisyphus-orchestrator test to expect preserved subagent output. This fixes the failing assertion and aligns the test with current behavior.

Written for commit d1ffecd. Summary will update on new commits.

…gent response

The implementation preserves original subagent responses for debugging failed tasks.
Updated test assertion from .not.toContain() to .toContain() to match this behavior.
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@kdcokenny kdcokenny merged commit f9fce50 into dev Jan 13, 2026
3 checks passed
@kdcokenny kdcokenny deleted the fix/sisyphus-orchestrator-test-assertion branch January 13, 2026 04:06
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.

2 participants