Skip to content

Commit 9520a80

Browse files
garrytanclaude
andcommitted
test(graph): unit + e2e + 80-page A/B/C benchmark for graph layer
Coverage for the v0.10.3 graph layer (260+ new test assertions): - test/link-extraction.test.ts (46 tests): extractEntityRefs both formats, extractPageLinks dedup + frontmatter source, inferLinkType heuristics (meeting/CEO/invested/founded/advises/default), parseTimelineEntries multiple date formats + invalid date rejection, isAutoLinkEnabled case-insensitive truthy/falsy parsing. - test/extract-db.test.ts (12 tests): `gbrain extract <links|timeline|all> --source db` happy paths, --type filter, --dry-run JSON output, idempotency via DB constraint, type inference from CEO context. - test/graph-query.test.ts (5 tests): direction in/out/both, type filter, non-existent slug, indented tree output. - test/pglite-engine.test.ts (+26 tests): getAllSlugs, listPages updated_after filter, multi-type links via v5 migration, removeLink with and without linkType, addTimelineEntry skipExistenceCheck flag, getBacklinkCounts for hybrid search boost, traversePaths in/out/both with cycle prevention via visited array, getHealth graph metrics (link_coverage / timeline_coverage / most_connected). - test/e2e/graph-quality.test.ts (6 tests): full pipeline against PGLite in-memory. Auto-link via put_page operation handler. Reconciliation removes stale links on edit. auto_link=false config skip. - test/benchmark-graph-quality.ts: A/B/C comparison on 80 fictional pages, 35 queries across 7 categories. Hard thresholds: link_recall > 90%, link_precision > 95%, timeline_recall > 85%, type_accuracy > 80%, relational_recall > 80%. Currently passing all 9. Built test-first: benchmark caught WORKS_AT_RE matching "founder" inside slug names (frank-founder), "worked at" past-tense missing from regex, PGLite Date object vs ISO string comparison bug. All fixed before merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f933b0d commit 9520a80

6 files changed

Lines changed: 1452 additions & 4 deletions

File tree

0 commit comments

Comments
 (0)