GitNexus/gitnexus/test
Gergo Magyar 8521189044 fix: adversarial review findings for METHOD_IMPLEMENTS
Address 3 findings from Codex adversarial review:

1. Legacy OVERRIDES backward compat: map OVERRIDES → METHOD_OVERRIDES
   at the _impactImpl API boundary before VALID_RELATION_TYPES filtering.
   Prevents silent traversal widening when clients send legacy type name.

2. Thread METHOD_IMPLEMENTS through MCP tools:
   - Added to VALID_RELATION_TYPES (impact traversal)
   - Added to IMPACT_RELATION_CONFIDENCE (0.85 floor)
   - Added to context() incoming/outgoing Cypher queries
   - Updated security + confidence tests

3. Transitive interface ancestor support: emitMethodImplementsEdges()
   now uses gatherAncestors() + buildTransitiveEdgeTypes() to walk the
   full inheritance chain. C implements B extends A (interface) now
   links C.foo to both B.foo and A.foo. Diamond paths deduplicated.
   4 new unit tests covering transitive chains, inherited contracts,
   diamond dedup, and class-only exclusion.
2026-04-03 17:57:27 +01:00
..
fixtures test: METHOD_IMPLEMENTS integration tests for C#, TypeScript, Kotlin, Dart 2026-04-03 17:09:20 +01:00
helpers feat(group): add group infrastructure and contract matching 2026-04-02 00:39:43 +03:00
integration test: METHOD_IMPLEMENTS integration tests for C#, TypeScript, Kotlin, Dart 2026-04-03 17:09:20 +01:00
unit fix: adversarial review findings for METHOD_IMPLEMENTS 2026-04-03 17:57:27 +01:00
utils ci: add macOS to cross-platform test matrix (#208) 2026-03-07 10:38:32 +00:00
global-setup.ts feat: upgrade @ladybugdb/core to 0.15.2 and remove segfault workarounds (#374) 2026-03-19 08:25:43 +00:00
vitest.d.ts refactor: migrate from KuzuDB to LadybugDB v0.15 (#275) 2026-03-15 15:53:01 +00:00