Commit graph

40 commits

Author SHA1 Message Date
Linus Beckhaus
c4eaf45ab1
feat(hooks): auto-reindex notification with cross-platform hardening (#205)
Adds PostToolUse hook that detects stale GitNexus index after git mutations (commit, merge, rebase, cherry-pick, pull) and notifies the agent to reindex. Uses lightweight staleness check (git rev-parse HEAD vs meta.json) instead of running gitnexus analyze synchronously, avoiding KuzuDB corruption and 120s blocks. Security and cross-platform hardening: remove shell:true from all spawnSync calls, use .cmd extensions on Windows, add path.isAbsolute(cwd) guards, fix setup.ts path escaping with JSON.stringify, use sendHookResponse() consistently. Includes 73 regression tests.
2026-03-07 08:59:54 +00:00
abhigyanpatwari
5674b2201d feat: merge Laravel route detection (PR #133), revert unwanted doc changes
Merged PR #133 which adds AST-based Laravel Route::* extraction.
Reverted AGENTS.md, CLAUDE.md, and README.md to preserve current config,
crypto warning, Discord link, and correct language support count (12,
including Kotlin/Swift).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 00:20:27 +05:30
Güneş Bizim
46b4b7e157 Merge origin/main — add Kotlin/Swift support, resolve conflicts
- Resolved FUNCTION_NODE_TYPES: keep 'anonymous_function' for PHP (php_only grammar),
  add Kotlin 'lambda_literal' and Swift 'init_declaration'/'deinit_declaration'
- Resolved pipeline.ts: adopt chunked pipeline structure, integrate
  processRoutesFromExtracted into per-chunk worker data processing
- Resolved framework-detection.ts: use upstream AST-BASED FRAMEWORK DETECTION heading
- Fixed accumulated/mergeResult in parse-worker to include routes field
2026-03-01 22:33:23 +03:00
abhigyanpatwari
cbeb0e231a docs: add Kotlin to supported languages in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 23:23:04 +05:30
Abhigyan Patwari
80eff73459
Add notice about GitNexus cryptocurrency claims
Added important notice regarding cryptocurrency affiliations.
2026-03-01 11:29:00 +05:30
Bhaskar Lalwani
b30248f969
Updated README with Discord and badge updates
Added Discord link and updated badges for npm and license.
2026-02-28 17:44:00 +05:30
jandyx
1ed34a0007 docs: update supported languages list to include PHP and Swift 2026-02-27 11:45:05 +08:00
abhigyanpatwari
91289404c2 feat(gitnexus): v1.2.9 — impact enrichment, cypher markdown, Windows setup fix
- Impact tool now returns risk score, affected processes/modules, and summary
- Cypher tool formats results as markdown tables for LLM readability
- Context tool includes module (functional area) field
- Semantic search skips model init when embeddings are disabled
- Setup: wrap npx in cmd /c on Windows for .cmd script compatibility
- Embedder: silence stderr during ONNX model load to protect MCP stdio
- API: use executeCypher directly to avoid double formatting
- Add community integrations section to READMEs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 17:10:51 +05:30
Paul Robello
8dd1c19bec feat(web): wire agent/chat through HTTP in backend mode
Add HTTP wrapper functions (executeQuery, textSearch) to the ingestion
worker and a new initializeBackendAgent method that creates the agent
with HTTP-backed tool closures instead of local KuzuDB. useAppState
detects backend mode and routes agent initialization accordingly.
2026-02-22 17:14:18 -08:00
Paul Robello
76d1538c5e docs: update READMEs for local backend mode 2026-02-22 17:14:18 -08:00
Abhigyan Patwari
93fc2b67ca
Add Trendshift badge to README
Added a badge for GitNexus repository on Trendshift.
2026-02-23 02:38:18 +05:30
Abhigyan Patwari
ad92b82723
Update README.md 2026-02-23 02:09:03 +05:30
abhigyanpatwari
a7c6903322 docs: remove deep architecture details from README 2026-02-21 04:33:23 +05:30
Abhigyan Patwari
366bc8b14b
Revise README with new links and enhanced details
Updated links and improved project description.
2026-02-20 05:02:50 +05:30
abhigyanpatwari
6ce715b62c repowiki CLI command implemented 2026-02-17 02:25:07 +05:30
abhigyanpatwari
dda8de41a3 MCP and cli fixes 2026-02-07 06:21:21 +05:30
abhigyanpatwari
1735c0ffcd gitnexus wal cleanup preventing reindexing issue fixed 2026-02-06 06:35:15 +05:30
Abhigyan Patwari
42115f0ad7
Remove AI tools comparison table from README
Removed comparison table for AI coding tools and their limitations.
2026-01-31 01:47:37 +05:30
Abhigyan Patwari
1e39f77718
Merge branch 'main' into leidens_algorithm_and_processmap 2026-01-30 04:10:28 +05:30
abhigyanpatwari
e3f4d4b365 updated readme 2026-01-30 04:08:55 +05:30
Abhigyan Patwari
1dfd80d2ea
Update asset link and deployment information in README
Updated asset link in README and added a note about deployment.
2026-01-29 14:22:04 +05:30
Abhigyan Patwari
e35cb2b920
Update asset links in README
Updated asset links in README.md.
2026-01-29 02:50:46 +05:30
abhigyanpatwari
898e28ba1f CALLS edges enabled by default in UI 2026-01-17 23:36:25 +05:30
abhigyanpatwari
e153d30c8f MCP bridge added 2026-01-17 23:08:48 +05:30
abhigyanpatwari
880eacf84a readme mermain fix 2026-01-15 05:38:15 +05:30
Abhigyan Patwari
2083f79810
Update README.md 2026-01-15 00:34:55 +05:30
Abhigyan Patwari
0ba97d8acb
Update README with asset link and image
Added a link to an asset and an image in the README.
2026-01-13 01:32:32 +05:30
abhigyanpatwari
a7c526e6d4 readme update again 2026-01-13 01:16:30 +05:30
abhigyanpatwari
63af090dec more readme edits 2026-01-13 01:10:43 +05:30
abhigyanpatwari
7e4a1df565 minor change in readme 2026-01-13 00:57:02 +05:30
abhigyanpatwari
736ecdbb1b readme updated 2026-01-13 00:53:48 +05:30
Abhigyan Patwari
6ee89fa3cd
Update asset link in README.md 2026-01-11 21:10:57 +05:30
Abhigyan Patwari
c0e210de32
Update README with supported languages
Added support information for additional programming languages.
2026-01-09 02:42:54 +05:30
Abhigyan Patwari
07126e835a
Update asset link in README.md 2026-01-07 01:02:54 +05:30
Abhigyan Patwari
c4a0e442a9
Update asset link in README.md 2026-01-06 06:56:49 +05:30
abhigyanpatwari
a85f72a282 readme uppdate 2026-01-05 20:21:09 +05:30
abhigyanpatwari
47ffbdc747 embedings pipeline and storage done -> faced issue with buffer memory limit for kuzu, wrote about it in readme -> solved and working 2026-01-05 07:49:58 +05:30
abhigyanpatwari
0ea3f2b845 setting up embeddings pipeline. Facing webgpu directx issue, maybe windows compatibility issue 2026-01-05 06:34:54 +05:30
Abhigyan Patwari
02ba735fff
Replace demo video link in README
Updated demo video link in README.md.
2026-01-04 00:55:41 +05:30
abhigyanpatwari
03c22246c0 readme 2026-01-04 00:39:37 +05:30