You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: add dogfood report for v3.10.1-dev.80
* docs: reconcile extractor count and mark jina-base benchmark as deferred
Fix two Greptile P1/P2 findings in the v3.10.1-dev.80 dogfood report:
- §6 changelog said "12 native extractor ports (#1097-#1107)" but the PR
range and the §5 parity table both enumerate 11. Correct to 11 so the
body is internally consistent (the §5 table and conclusion already read
11/11).
- §8 embedding-benchmark table left the jina-base (768d) row as
"benchmark still running at report cut". Replace the placeholder with
an explicit "not completed in this session" note and link to the
follow-up issue #1181 so the missing data is clearly tracked rather
than reading as redacted.
* docs: align §12 overall assessment to 11 extractors (#1180)
* docs: add post-session #1181 follow-up to §13 issues table (#1180)
Copy file name to clipboardExpand all lines: generated/dogfood/DOGFOOD_REPORT_v3.10.1-dev.80.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ Built each `tests/benchmarks/resolution/fixtures/<lang>/` with both engines:
198
198
199
199
## 6. Release-Specific Tests (changes since v3.10.0)
200
200
201
-
The v3.10.1-dev.80 series adds 12 native extractor ports (#1097–#1107), several language-specific fixes (#1109, #1122, #1123, #1124, #1127, #1128, #1158), a MCP enhancement (#1149), benchmark-stability fixes (#1119, #1120, #1131, #1133, #1134), and CI hardening (#1146, #1151, #1164).
201
+
The v3.10.1-dev.80 series adds 11 native extractor ports (#1097–#1107), several language-specific fixes (#1109, #1122, #1123, #1124, #1127, #1128, #1158), a MCP enhancement (#1149), benchmark-stability fixes (#1119, #1120, #1131, #1133, #1134), and CI hardening (#1146, #1151, #1164).
202
202
203
203
| Change | Test | Result |
204
204
|--------|------|--------|
@@ -435,7 +435,7 @@ Either install into the right directory (the proposed fix) OR don't auto-install
435
435
436
436
## 12. Overall Assessment
437
437
438
-
Codegraph v3.10.1-dev.80 is **a solid dev build** with 12 new native extractors landing at byte-identical parity to WASM, a useful MCP enhancement (`file_pattern` in `semantic_search`), and meaningful CI/benchmark hardening. The release-specific work is high quality — every change touched in the changelog held up to scrutiny.
438
+
Codegraph v3.10.1-dev.80 is **a solid dev build** with 11 new native extractors landing at byte-identical parity to WASM, a useful MCP enhancement (`file_pattern` in `semantic_search`), and meaningful CI/benchmark hardening. The release-specific work is high quality — every change touched in the changelog held up to scrutiny.
439
439
440
440
The two notable findings are:
441
441
@@ -465,3 +465,6 @@ The native receiver-edge gap (+36% vs WASM) is concerning per CLAUDE.md's "engin
465
465
| Issue |[#1176](https://github.com/optave/ops-codegraph-tool/issues/1176)| bug: watch mode crashes with FOREIGN KEY constraint failed in rebuildFile | open |
466
466
| Issue |[#1177](https://github.com/optave/ops-codegraph-tool/issues/1177)| bug: build command rejects --db flag, breaking workflow with non-default DB locations | open |
467
467
| PR |[#1178](https://github.com/optave/ops-codegraph-tool/pull/1178)| fix(embed): install @huggingface/transformers into codegraph's host node_modules | open |
468
+
| Issue[^1]|[#1181](https://github.com/optave/ops-codegraph-tool/issues/1181)| follow-up: complete jina-base (768d) embedding Hit@k benchmark for v3.10.1 dogfood report | open |
469
+
470
+
[^1]: Filed post-session to track the deferred jina-base benchmark referenced in §8.
0 commit comments