GitNexus/gitnexus/test
ivkond 0d00dd71dd Merge upstream/main into feat/issue-794-cross-repo-impact
Sync with upstream — picks up RFC #909 Ring 1/Ring 2 (scope-resolution
SHARED + ingestion PKG), MCP context/impact disambiguation hints (#888),
ai-context CLAUDE.md dedup (#904), Docker/release pipeline (#848 / #978
/ #983), `analyze --name <alias>` (#955) and the v1.6.2 release line.

Conflicts and how they were resolved:

- .gitignore — kept both upstream's `docker/.env` and our local
  `.tmp/` + `.agents/` ignore block.
- gitnexus/src/mcp/local/local-backend.ts — kept the new
  `resolveAtGroupMemberRepoPath` import alongside upstream's
  `collectBestChunks` / embedding / `PhaseTimer` imports.

Auto-merged but verified manually:

- gitnexus/src/mcp/tools.ts — Phase 4 cleanup intact
  (no `group_contracts` / `group_query` / `group_status` /
  `group_impact` tools), Phase 4/5 `repo: "@<groupName>"` + `service`
  descriptions still present on `impact` / `query` / `context`.
- gitnexus/src/cli/ai-context.ts — Phase 7 guidance kept; agents are
  still pointed at `impact` / `query` / `context` with `@<groupName>`.

Verification after merge:
- `npx tsc --noEmit` (in gitnexus/) — clean (after rebuilding
  `gitnexus-shared` with `npm run build` for new RFC #909 exports).
- `npx vitest run --pool=forks` over the Issue #794 Final-verification
  block — 9 files passed / 111 tests passed.

Refs #794

Made-with: Cursor
2026-04-19 13:48:11 +03:00
..
fixtures feat(ingestion): language-agnostic heritage extractor with config+factory pattern (#890) 2026-04-17 17:51:17 +01:00
helpers Fix security issues and critical bugs found in code review (#709) 2026-04-10 05:20:29 +01:00
integration Merge upstream/main into feat/issue-794-cross-repo-impact 2026-04-19 13:48:11 +03:00
unit Merge upstream/main into feat/issue-794-cross-repo-impact 2026-04-19 13:48:11 +03: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