GitNexus/gitnexus-web
abhigyantrumio 42d584cb86 Merge origin/main into main-aptos (LadybugDB stability + upstream fixes)
Semantic merge resolutions beyond textual conflicts:
- INCREMENTAL_SCHEMA_VERSION renumbered to 12: both lineages had claimed
  v9 (aptos: Move attributesJson column; main: Java enum-body re-keying),
  so any pre-merge stamp from either lineage now forces a full re-analyze.
- ADAPTIVE_POOL_FLOOR raised 256 MiB -> 512 MiB: LadybugDB COPY holds
  buffer pages per column, and the Move node tables' extra columns make
  a 256 MiB pool fail deterministically on @ladybugdb/core 0.18.3
  (verified: fails at 256 MiB, passes at 512 MiB).
- CSV row writer emits both the Move Function columns (aptos) and the
  Class frameworkAnnotations column (main's Spring support).
- standaloneIngest (Move) and springConfig phases both registered after
  structure; phase-registry parity test updated to match.
- Plugin skill manifests re-synced to 1.6.9-aptos (main added four new
  skills pinned at 1.6.9).
- emit-persistence fingerprint regenerated for the merged emit layout.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 02:31:14 +05:30
..
e2e fix(web): use repo path identity in switcher (#2420) 2026-07-11 11:43:47 +01:00
src Merge origin/main into main-aptos (LadybugDB stability + upstream fixes) 2026-07-23 02:31:14 +05:30
test Merge origin/main into main-aptos (LadybugDB stability + upstream fixes) 2026-07-23 02:31:14 +05:30
.gitignore gitnexus wal cleanup preventing reindexing issue fixed 2026-02-06 06:35:15 +05:30
index.html feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
package-lock.json chore(deps)(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#2620) 2026-07-21 22:43:11 +01:00
package.json chore(deps)(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#2620) 2026-07-21 22:43:11 +01:00
playwright.config.ts feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
tsconfig.app.json feat: unify web and cli ingestion pipeline (#536) 2026-03-28 14:07:11 +00:00
tsconfig.json feat: configure prettier with pre-commit hook (#563) 2026-03-28 14:58:04 +00:00
tsconfig.node.json feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30
vercel.json ci(web): use npm ci for deterministic Vercel installs (#1764) 2026-05-22 05:08:42 +01:00
vite.config.ts feat: add docker support (#848) 2026-04-18 08:39:18 +01:00
vitest.config.ts feat(web): Introduce Tree View and Circles View in Web Viewer (#1799) 2026-05-26 18:05:50 +01:00