Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f868578
feat: Phase 3 — return type inference, generic args extraction, Ruby …
magyargergo Mar 14, 2026
55c13fc
fix: Phase 3 gaps — WRAPPER_GENERICS correctness, Ruby :: qualifier, …
magyargergo Mar 15, 2026
dbf37cd
feat: Phase 4 — CONSTRUCTOR_BINDING_SCANNERS for all languages + retu…
magyargergo Mar 15, 2026
4a99c7f
refactor: merge CONSTRUCTOR_BINDING_SCANNERS into per-language Langua…
magyargergo Mar 15, 2026
6f41641
fix: remove unused import, fix any type in Java scanner, update stale…
magyargergo Mar 15, 2026
292cb8e
fix: C# and PHP return type inference — scanner fixes, method signatu…
magyargergo Mar 15, 2026
36ca3a3
feat: per-language ReturnTypeExtractor + doc-comment @param parsing f…
magyargergo Mar 15, 2026
fda19a9
fix: JSDoc async return type, PHP attribute walkers, and $this receiv…
magyargergo Mar 15, 2026
9fbbe2d
fix: sanitizeReturnType dot corruption, JS test assertions, Ruby cons…
magyargergo Mar 15, 2026
25483b2
fix: nested generic arg splitting, JS/Ruby test false positives
magyargergo Mar 15, 2026
6465b8d
fix: review findings — receiverClassName parity, Rust wrappers, Go mu…
magyargergo Mar 15, 2026
5caaae9
fix: Swift navigation_suffix unwrapping, Rust lifetime skipping, Kotl…
magyargergo Mar 15, 2026
ec4dca4
fix: C# null-conditional calls, Ruby YARD bracket-balanced split, PHP…
magyargergo Mar 15, 2026
0d312cc
Merge branch 'main' into feat/type-resolution-phase3
magyargergo Mar 15, 2026
bd30951
test: add Python static/classmethod integration tests (issue #289)
magyargergo Mar 15, 2026
1daebc0
fix: lbug batch escapeValue newline hardening, Rust ::default() scann…
magyargergo Mar 15, 2026
c3b635a
fix: C#/Rust async await unwrap, PHP backslash namespace, fallback es…
magyargergo Mar 15, 2026
bb420d2
fix: C#/Rust async-binding test false positives — add competing types…
magyargergo Mar 15, 2026
d68fe1d
fix: C# async-binding broken assertion, bare wrapper type leak, JSDoc…
magyargergo Mar 15, 2026
435375d
fix: update symbol and relationship counts in documentation
magyargergo Mar 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ docs/plans/

gitnexus/test/fixtures/mini-repo/*.md
gitnexus/test/fixtures/mini-repo/.claude
gitnexus/test/fixtures/mini-repo/.gitignore
gitnexus/test/fixtures/mini-repo/.gitignore

# Ignore csharp generated obj and bin folders
gitnexus/test/fixtures/lang-resolution/**/obj
gitnexus/test/fixtures/lang-resolution/**/bin
GitNexus.sln
22 changes: 1 addition & 21 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- gitnexus:start -->
# GitNexus — Code Intelligence

This project is indexed by GitNexus as **GitNexus** (1927 symbols, 4372 relationships, 143 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
This project is indexed by GitNexus as **GitNexus** (1999 symbols, 4681 relationships, 149 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.

> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.

Expand Down Expand Up @@ -97,25 +97,5 @@ To check whether embeddings exist, inspect `.gitnexus/meta.json` — the `stats.
| Rename / extract / split / refactor | `.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md` |
| Tools, resources, schema reference | `.claude/skills/gitnexus/gitnexus-guide/SKILL.md` |
| Index, status, clean, wiki CLI commands | `.claude/skills/gitnexus/gitnexus-cli/SKILL.md` |
| Work in the Ingestion area (184 symbols) | `.claude/skills/generated/ingestion/SKILL.md` |
| Work in the Cli area (71 symbols) | `.claude/skills/generated/cli/SKILL.md` |
| Work in the Workers area (58 symbols) | `.claude/skills/generated/workers/SKILL.md` |
| Work in the Wiki area (50 symbols) | `.claude/skills/generated/wiki/SKILL.md` |
| Work in the Kuzu area (45 symbols) | `.claude/skills/generated/kuzu/SKILL.md` |
| Work in the Components area (40 symbols) | `.claude/skills/generated/components/SKILL.md` |
| Work in the Embeddings area (32 symbols) | `.claude/skills/generated/embeddings/SKILL.md` |
| Work in the Local area (31 symbols) | `.claude/skills/generated/local/SKILL.md` |
| Work in the Mcp area (31 symbols) | `.claude/skills/generated/mcp/SKILL.md` |
| Work in the Services area (25 symbols) | `.claude/skills/generated/services/SKILL.md` |
| Work in the Resolvers area (15 symbols) | `.claude/skills/generated/resolvers/SKILL.md` |
| Work in the Eval area (15 symbols) | `.claude/skills/generated/eval/SKILL.md` |
| Work in the Llm area (14 symbols) | `.claude/skills/generated/llm/SKILL.md` |
| Work in the Hooks area (14 symbols) | `.claude/skills/generated/hooks/SKILL.md` |
| Work in the Bridge area (13 symbols) | `.claude/skills/generated/bridge/SKILL.md` |
| Work in the Environments area (11 symbols) | `.claude/skills/generated/environments/SKILL.md` |
| Work in the Analysis area (10 symbols) | `.claude/skills/generated/analysis/SKILL.md` |
| Work in the Server area (9 symbols) | `.claude/skills/generated/server/SKILL.md` |
| Work in the Type-extractors area (8 symbols) | `.claude/skills/generated/type-extractors/SKILL.md` |
| Work in the Unit area (7 symbols) | `.claude/skills/generated/unit/SKILL.md` |

<!-- gitnexus:end -->
22 changes: 1 addition & 21 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- gitnexus:start -->
# GitNexus — Code Intelligence

This project is indexed by GitNexus as **GitNexus** (1927 symbols, 4372 relationships, 143 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
This project is indexed by GitNexus as **GitNexus** (1999 symbols, 4681 relationships, 149 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.

> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.

Expand Down Expand Up @@ -97,25 +97,5 @@ To check whether embeddings exist, inspect `.gitnexus/meta.json` — the `stats.
| Rename / extract / split / refactor | `.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md` |
| Tools, resources, schema reference | `.claude/skills/gitnexus/gitnexus-guide/SKILL.md` |
| Index, status, clean, wiki CLI commands | `.claude/skills/gitnexus/gitnexus-cli/SKILL.md` |
| Work in the Ingestion area (184 symbols) | `.claude/skills/generated/ingestion/SKILL.md` |
| Work in the Cli area (71 symbols) | `.claude/skills/generated/cli/SKILL.md` |
| Work in the Workers area (58 symbols) | `.claude/skills/generated/workers/SKILL.md` |
| Work in the Wiki area (50 symbols) | `.claude/skills/generated/wiki/SKILL.md` |
| Work in the Kuzu area (45 symbols) | `.claude/skills/generated/kuzu/SKILL.md` |
| Work in the Components area (40 symbols) | `.claude/skills/generated/components/SKILL.md` |
| Work in the Embeddings area (32 symbols) | `.claude/skills/generated/embeddings/SKILL.md` |
| Work in the Local area (31 symbols) | `.claude/skills/generated/local/SKILL.md` |
| Work in the Mcp area (31 symbols) | `.claude/skills/generated/mcp/SKILL.md` |
| Work in the Services area (25 symbols) | `.claude/skills/generated/services/SKILL.md` |
| Work in the Resolvers area (15 symbols) | `.claude/skills/generated/resolvers/SKILL.md` |
| Work in the Eval area (15 symbols) | `.claude/skills/generated/eval/SKILL.md` |
| Work in the Llm area (14 symbols) | `.claude/skills/generated/llm/SKILL.md` |
| Work in the Hooks area (14 symbols) | `.claude/skills/generated/hooks/SKILL.md` |
| Work in the Bridge area (13 symbols) | `.claude/skills/generated/bridge/SKILL.md` |
| Work in the Environments area (11 symbols) | `.claude/skills/generated/environments/SKILL.md` |
| Work in the Analysis area (10 symbols) | `.claude/skills/generated/analysis/SKILL.md` |
| Work in the Server area (9 symbols) | `.claude/skills/generated/server/SKILL.md` |
| Work in the Type-extractors area (8 symbols) | `.claude/skills/generated/type-extractors/SKILL.md` |
| Work in the Unit area (7 symbols) | `.claude/skills/generated/unit/SKILL.md` |

<!-- gitnexus:end -->

This file was deleted.

1 change: 1 addition & 0 deletions gitnexus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading