Skip to content

feat(WOR-TSK-199): implement execute command types for Node.js bindings - #110

Merged
miguelramos merged 1 commit into
mainfrom
feat/WOR-TSK-199-EXECUTE-TYPES
Dec 16, 2025
Merged

feat(WOR-TSK-199): implement execute command types for Node.js bindings#110
miguelramos merged 1 commit into
mainfrom
feat/WOR-TSK-199-EXECUTE-TYPES

Conversation

@miguelramos

Copy link
Copy Markdown
Member
  • Add ExecuteParams with timeout and filtering options
  • Add PackageExecutionResult for per-package execution results
  • Add ExecuteSummary for aggregate execution statistics
  • Add ExecuteData as main response structure
  • Add ExecuteApiResponse for NAPI-compatible responses
  • Update types/mod.rs with execute type re-exports
  • Add 41 comprehensive tests for all execute types
  • Update dependency versions (cli: 0.0.31, pkg: 0.0.22)
  • Regenerate NAPI bindings with new execute types
  • Export execute types from packages/workspace-tools/src/index.ts

Story 6.2: Implement Execute Types

- Add ExecuteParams with timeout and filtering options
- Add PackageExecutionResult for per-package execution results
- Add ExecuteSummary for aggregate execution statistics
- Add ExecuteData as main response structure
- Add ExecuteApiResponse for NAPI-compatible responses
- Update types/mod.rs with execute type re-exports
- Add 41 comprehensive tests for all execute types
- Update dependency versions (cli: 0.0.31, pkg: 0.0.22)
- Regenerate NAPI bindings with new execute types
- Export execute types from packages/workspace-tools/src/index.ts

Story 6.2: Implement Execute Types
@miguelramos miguelramos self-assigned this Dec 12, 2025
@miguelramos
miguelramos merged commit 252f0fd into main Dec 16, 2025
31 checks passed
@miguelramos
miguelramos deleted the feat/WOR-TSK-199-EXECUTE-TYPES branch December 16, 2025 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ TYPE: Feature New feature or capability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant