docs: correct 1.6.0 release notes - #18
Conversation
Greptile SummaryThe PR replaces the incomplete Go-focused 1.6.0 changelog with broader coverage of shipped language support, navigation evidence, reliability work, and release artifacts.
Confidence Score: 4/5The documentation-only PR appears safe to merge after correcting the non-blocking mismatch between its performance-evidence wording and the checked-in benchmark. The shipped-feature and release-artifact descriptions are supported, but the known-behavior sentence claims additional round-trips against bulk reads even though the repository benchmark measures context pressure against navigation without srcwalk. Files Needing Attention: CHANGELOG.md
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Broadens the 1.6.0 release notes substantially, but the revised performance-evidence sentence does not match the comparator, metric, or run counts in the checked-in benchmark. |
Reviews (1): Last reviewed commit: "docs: correct 1.6.0 release notes" | Re-trigger Greptile
| - Non-Go owner attribution does not infer call edges. Go call candidates remain mechanically filtered navigation evidence and may abstain when the supported proof conditions are absent. | ||
|
|
||
| Known behavior: on very large monorepos, initial scope-narrowing may add extra navigation turns (srcwalk-general behavior, unrelated to owner evidence; observed in one eval3 run; tokens remained neutral-to-better). | ||
| Known behavior: exploratory navigation on large repositories can take additional tool round-trips compared with bulk file reads. Measured comparisons to date are single-run and direction-only; no performance claim is made in either direction. |
There was a problem hiding this comment.
Performance evidence mismatches benchmark
The revised note says navigation takes additional tool round-trips compared with bulk reads, but the checked-in benchmark compares srcwalk with navigation without srcwalk and measures context pressure rather than round-trips. It also reports reduced context pressure in three of five comparisons, so this wording gives readers an inaccurate account of the recorded evaluation.
Context Used: AGENTS.md (source)
Summary
Verification
git diff --check