Skip to content

fix: restore corrupted JSDoc and function signature in subAgent.js#481

Merged
avoidwork merged 1 commit into
mainfrom
fix/subagent-corruption
Jun 30, 2026
Merged

fix: restore corrupted JSDoc and function signature in subAgent.js#481
avoidwork merged 1 commit into
mainfrom
fix/subagent-corruption

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

Description

Restored the corrupted JSDoc return type annotation and function signature for executeFanOut in src/tools/subAgent.js. A previous PR had injected code into the JSDoc comment, breaking the function definition.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes)
  • Performance improvement
  • CI / build / tooling

Testing

Verified the file reads correctly after the patch. The function signature and JSDoc are now properly structured.

Coverage

  • Line coverage maintained

Checklist

  • npm run lint passes
  • Tests pass with maintained line coverage
  • No forbidden patterns used
  • Conventional Commit style applied

@avoidwork avoidwork merged commit 9eb2281 into main Jun 30, 2026
3 checks passed
@avoidwork avoidwork deleted the fix/subagent-corruption branch June 30, 2026 00:15
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