GitNexus/gitnexus/src/core
ReidenXerx ca3d520293 style(typescript): fix prettier formatting in tsExtractFunctionName
Single line-length fix in `gitnexus/src/core/ingestion/languages/typescript.ts`
flagged by `quality / format` CI on commit ef96603f. The unformatted block came
from the merge of upstream PR #1179 (`fix/issue-1166-calls-edges`) where the
`pair`-with-arrow / `pair`-with-string-key handling was added; prettier wanted
the `.find` callback inlined onto a single line.

No behavior change. Pre-commit hook would have caught this locally if the
husky postinstall step had been able to write `.git/config` on this dev machine.

Made-with: Cursor
2026-04-30 14:50:56 +03:00
..
augmentation feat(group): add group infrastructure and contract matching 2026-04-02 00:39:43 +03:00
embeddings fix: add platform-aware semantic fallback (#1150) 2026-04-28 12:21:25 +01:00
graph feat(python): scope-based call resolution + registry-primary flip + perf + generalization (RFC #909 Ring 3) (#980) 2026-04-21 15:50:00 +01:00
group fix(group): add configurable cross-link path exclusions to reduce false positives (#1093) 2026-04-28 08:22:14 +01:00
ingestion style(typescript): fix prettier formatting in tsExtractFunctionName 2026-04-30 14:50:56 +03:00
lbug fix: add platform-aware semantic fallback (#1150) 2026-04-28 12:21:25 +01:00
platform fix: add platform-aware semantic fallback (#1150) 2026-04-28 12:21:25 +01:00
search fix(search): create FTS indexes during analyze (#1107) 2026-04-27 11:00:32 +01:00
tree-sitter fix(deps): silence Node 22 DEP0151 warning from tree-sitter-c-sharp import (#1013) (#1049) 2026-04-23 17:08:14 +01:00
wiki Merge pull request #626 from ivkond/feat/intra-repo-service-tracking-clean 2026-04-03 17:04:24 +05:30
embedding-mode.ts feat(analyze): preserve existing embeddings by default; --force regenerates them; add --drop-embeddings opt-out (CLI + HTTP API) (#1055) 2026-04-24 13:07:40 +01:00
git-staleness.ts feat(cli): Fingerprint indexed repos by remote URL to detect sibling-clone graph drift (#982) 2026-04-21 21:58:54 +01:00
run-analyze.ts fix: add platform-aware semantic fallback (#1150) 2026-04-28 12:21:25 +01:00