feat(WOR-TSK-198): integrate ExecuteConfig into PackageToolsConfig - #108
Merged
Conversation
added 5 commits
December 12, 2025 16:03
…tings - Create execute.rs with ExecuteConfig struct - Add timeout_secs (default 300), per_package_timeout_secs (default 60), max_parallel (default 8) - Implement Default and Configurable traits with validation - Add comprehensive documentation with examples
- Add execute module declaration and export in mod.rs - Add execute field to PackageToolsConfig struct - Update Default, validate(), and merge_with() implementations - Add validate_execute_config() to validation.rs
- Add 17 tests for ExecuteConfig (defaults, validation, serialization, merge) - Add 3 validation tests for execute config in validation_tests module - Test zero timeout validity and zero max_parallel invalidity
- Update SPEC.md with ExecuteConfig API documentation - Add Execute to README.md Configuration Options list - Add Execute Configuration section to configuration guide - Update basic-config.toml and monorepo-config.toml examples - Add execute output to load_config.rs example
- Remove separate platform packages publish step - Consolidate publishing in main package step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.