docs: add gitnexus-shared build step before gitnexus-web#585
Merged
magyargergo merged 1 commit intoMar 30, 2026
Merged
Conversation
gitnexus-web imports from gitnexus-shared, which requires npm run build to generate dist/. Without this step, npm run dev fails with module resolution errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@agungwa is attempting to deploy a commit to the NexusCore Team on Vercel. A member of the Team first needs to authorize it. |
icodebuster
pushed a commit
to icodebuster/GitNexus
that referenced
this pull request
Mar 31, 2026
* main: (114 commits) feat(csharp): C# MethodExtractor config (abhigyanpatwari#582) docs: add gitnexus-shared build step before gitnexus-web (abhigyanpatwari#585) chore: add enterprise offering section to README, ignore local_docs/ (abhigyanpatwari#579) fix(eval): exclude litellm 1.82.7 and 1.82.8 due to compatibility issues (abhigyanpatwari#580) feat(java,kotlin): MethodExtractor abstraction with per-language configs (abhigyanpatwari#576) feat: added skip-agents-md cli flag (abhigyanpatwari#517) feat(wiki): Azure OpenAI support for wiki command (abhigyanpatwari#562) refactor: reduce explicit any types (abhigyanpatwari#566) feat(java): method references, worker overload disambiguation, interface dispatch (abhigyanpatwari#540) feat: configure eslint with unused import removal (abhigyanpatwari#564) feat: configure prettier with pre-commit hook (abhigyanpatwari#563) feat: unify web and cli ingestion pipeline (abhigyanpatwari#536) fix/opencode mcp gitnexus timeout (abhigyanpatwari#363) chore: bump version to 1.4.10, update CHANGELOG fix: resolve tree-sitter peer dependency conflicts (abhigyanpatwari#538) chore: bump version to 1.4.9, add CHANGELOG.md refactor: Phase 8 & 9 — Field Types and Return-Type Binding (abhigyanpatwari#494) feat: add COBOL language support with regex extraction pipeline (abhigyanpatwari#498) fix: close remaining Dart language support gaps (abhigyanpatwari#524) refactor: split global BUILT_IN_NAMES into per-language provider fields (abhigyanpatwari#523) ... # Conflicts: # gitnexus/src/core/wiki/llm-client.ts
motolese
pushed a commit
to motolese/datamoto-gitnexus
that referenced
this pull request
Apr 23, 2026
…wari#585) gitnexus-web imports from gitnexus-shared, which requires npm run build to generate dist/. Without this step, npm run dev fails with module resolution errors. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gitnexus-web imports from gitnexus-shared, which requires npm run build to generate dist/. Without this step, npm run dev fails with module resolution errors.
Summary
Adds the missing
gitnexus-sharedbuild step to the web UI quick start instructions in README.md.Motivation / context
Users following the existing docs get this error when running
npm run devingitnexus-web:src/core/llm/tools.ts:16:39 - error: Module '"gitnexus-shared"' has no exported member 'NODE_TABLES'
The
gitnexus-sharedpackage has itsmainentry pointing todist/index.js, butdist/doesn't exist untilnpm run buildis run.Areas touched
gitnexus/(CLI / core / MCP server)gitnexus-web/(Vite / React UI).github/(workflows, actions)eval/or other toolingAGENTS.md,CLAUDE.md,.cursor/,llms.txt, etc.)Scope & constraints
In scope
gitnexus-sharedbuild stepExplicitly out of scope / not done here
Implementation notes
Changed the quick start commands from:
To:
Testing & verification
Risk & rollout
No code changes — documentation only. Zero risk.
Checklist
AGENTS.md/ overlays changed: headers, scope block, and changelog updated per project conventions