## Summary Describe what this PR changes. ## Type of change - [ ] Feature - [ ] Fix - [ ] Docs - [ ] Tests - [ ] Benchmark - [ ] Refactor - [ ] Other ## Target branch This PR should target: - [ ] `develop` ## What changed? - - - ## Tests Commands run: ```bash npm test ``` Additional checks, if any: ```bash ``` ## Docs * [ ] README updated if needed * [ ] Docs updated if needed * [ ] Changelog updated ## Benchmark impact Does this PR affect parsing, ranking, token output, retrieval, or benchmark claims? * [ ] No * [ ] Yes, benchmark was run * [ ] Yes, but benchmark not needed because: ## Contributor credit GitHub username: ```text @ ``` Changelog line added: * [ ] Yes * [ ] Not needed ## Checklist * [ ] I opened this PR against `develop` * [ ] I kept the change focused * [ ] I did not introduce unnecessary dependencies * [ ] I did not change benchmark claims without data * [ ] I preserved existing behavior unless documented ## Labels (for maintainers) Please add one or more labels: | Category | Labels | |----------|--------| | **Type** | `bug` • `enhancement` • `documentation` | | **Status** | `good first issue` • `help wanted` | | **Area** | `parser` • `adapter` • `mcp` • `benchmark` • `watch-mode` • `opencode` • `local-llm` | | **Attention** | `needs-tests` • `needs-docs` | **Examples:** - Parser fix: `bug`, `parser` - New MCP feature: `enhancement`, `mcp` - Docs improvement: `documentation` - First-time contributor: `good first issue`, add relevant area label