Release v0.1.3 - Remediation fixes for progress persistence, git reliability, and UX improvements #5
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.
Summary
This release addresses 6 issues discovered during v0.1.2 testing, organized into 3 phases: Critical Fixes, Reliability Improvements, and UX Polish.
Issues Fixed
RunSessionandTaskResultpushStrategyoption (per-task/per-run/manual)async-mutexprogressVerbosityoption (minimal/standard/full)New Configuration Options
pushStrategy'per-task' | 'per-run' | 'manual''per-task'progressVerbosity'minimal' | 'standard' | 'full''standard'Changes
Phase 1: Critical Fixes
Phase 2: Reliability Improvements
Phase 3: UX Polish
ghcralph: task X/Y iter N - summaryFiles Changed
async-mutexfor git operation serializationBreaking Changes
None. All changes are backward compatible.
Testing
npm run typecheckpassesnpm testpasses (311 tests)npm run buildsucceedsDocumentation