Skip to content

feat(cli): Add embedded node restriction options for analysis commands#107

Closed
CrazyBunQnQ wants to merge 3 commits into
abhigyanpatwari:mainfrom
CrazyBunQnQ:main
Closed

feat(cli): Add embedded node restriction options for analysis commands#107
CrazyBunQnQ wants to merge 3 commits into
abhigyanpatwari:mainfrom
CrazyBunQnQ:main

Conversation

@CrazyBunQnQ

@CrazyBunQnQ CrazyBunQnQ commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

Allow specifying a larger number of embedded nodes without changing the original parameter logic, and support analyzing larger projects when hardware conditions permit

image

@vercel

vercel Bot commented Feb 27, 2026

Copy link
Copy Markdown

@CrazyBunQnQ is attempting to deploy a commit to the NexusCore Team on Vercel.

A member of the Team first needs to authorize it.

@abhigyanpatwari

abhigyanpatwari commented Mar 8, 2026

Copy link
Copy Markdown
Owner

🟢 GitNexus Blast Radius: LOW

Metric Count
Changed symbols 2
Direct dependents (d=1) 0
Indirect (d=2) 0
Transitive (d=3) 0
Flows impacted 0
Total affected 0

Changed: analyzeCommand, AnalyzeOptions
Flows hit: None

View full blast radius graph →


Generated by GitNexus — code intelligence powered by knowledge graphs

@CrazyBunQnQ CrazyBunQnQ reopened this Mar 9, 2026
@magyargergo

Copy link
Copy Markdown
Collaborator

⚠️ Upcoming Prettier formatting — rebase instructions

PR #563 adds Prettier as the code formatter for the repo. When it merges, the bulk format commit will touch ~350 files (style-only: whitespace, quotes, trailing commas). Your branch will likely conflict.

After #563 merges, rebase your branch:

git fetch origin
git checkout <your-branch>
git rebase origin/main

# Conflicts will be formatting-only — accept your version:
git checkout --theirs .
git add .
git rebase --continue

# Then re-format your branch to match the new style:
npx prettier --write .
git add -A
git commit -m "style: apply prettier formatting"
git push --force-with-lease

New setup step: Run npm install at the repo root (not just in gitnexus/) to get prettier + activate the pre-commit hook. The hook auto-formats staged files on every commit going forward.

@magyargergo

Copy link
Copy Markdown
Collaborator

Please submit a new PR if this is still relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants