chore: add enterprise offering section to README, ignore local_docs/#579
Conversation
|
@Cenrax is attempting to deploy a commit to the NexusCore Team on Vercel. A member of the Team first needs to authorize it. |
xkonjin
left a comment
There was a problem hiding this comment.
Did a quick pass for bugs, security, and verification gaps.
This is doc-only plus a .gitignore tweak, so there is not much code risk here. I did not spot a blocking issue in the README changes themselves.
One minor nit: if local_docs/ is only meant to be ignored at the repo root, /local_docs/ would be more precise. Not blocking.
CI Report✅ All checks passed Pipeline Status
Test Results
✅ All 4707 tests passed 46 test(s) skipped — expand for details
Code CoverageTests
📋 View full run · Generated by CI |
xkonjin
left a comment
There was a problem hiding this comment.
Automated review, focused on bugs, security, and test coverage:\n\n- I read through the diff and didn\u2019t spot a clear blocking bug, but I do want stronger verification before merge. Please add or point to targeted tests for the changed paths, especially edge cases and failure handling, since this PR currently lacks an approved review.
* 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
…bhigyanpatwari#579) * chore: add enterprise offering section to README, ignore local_docs/ * chore: normalize em dash to hyphen in README enterprise section * docs: expand enterprise section with commercial licensing and feature details
Summary
Motivation / context
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
Explicitly out of scope / not done here
Implementation notes
Testing & verification
cd gitnexus && npm testcd gitnexus && npm run test:integration(if core/indexing/MCP paths changed)cd gitnexus && npx tsc --noEmitcd gitnexus-web && npm test(if web changed)cd gitnexus-web && npx tsc -b --noEmit(if web changed)gitnexus-web/e2e/)Risk & rollout
Checklist
AGENTS.md/ overlays changed: headers, scope block, and changelog updated per project conventions