## Scope
This milestone tracks bug fix work for GitHub issues that have been confirmed and labeled as bug fixes.
## Goals
- Fix confirmed user-facing bugs.
- Prioritize issues with clear reproduction steps or production impact.
- Keep changes focused and low-risk.
- Avoid introducing new features unless required to complete a bug fix.
## Included Work
- Issues labeled `bug`
- Regression fixes
- CLI behavior fixes
- Documentation corrections directly related to confirmed bugs
- Small test additions that prevent the same bugs from recurring
## Out of Scope
- New feature development
- Large refactors unrelated to a confirmed bug
- Breaking changes to CLI flags, stdout fields, or public behavior
- Non-urgent enhancements
## Release Criteria
- All linked bug issues are either fixed, closed as not reproducible, or explicitly deferred.
- Relevant tests are added or updated.
- Build and basic CLI verification pass before release.