chore: remove ~118MB build artifacts from git by carlos-alm · Pull Request #44 · optave/ops-codegraph-tool · GitHub
Skip to content

chore: remove ~118MB build artifacts from git#44

Merged
carlos-alm merged 2 commits into
mainfrom
fix/claude-workflow-review
Feb 23, 2026
Merged

chore: remove ~118MB build artifacts from git#44
carlos-alm merged 2 commits into
mainfrom
fix/claude-workflow-review

Conversation

@carlos-alm

Copy link
Copy Markdown
Contributor

Summary

  • Remove artifacts/ and pkg/ directories from git tracking (~118MB of native .node binaries)
  • Add both to .gitignore

These directories are created by the publish workflow during CI (download-artifact → pkg assembly → npm publish). They were accidentally committed to the repo.

artifacts/ and pkg/ are created by the publish workflow during CI.
They were accidentally committed — ~118MB of native .node binaries.
@claude

claude Bot commented Feb 23, 2026

Copy link
Copy Markdown

@greptile-apps

greptile-apps Bot commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Removed ~118MB of build artifacts (artifacts/ and pkg/ directories containing native .node binaries) from git tracking and added both directories to .gitignore. These directories are dynamically generated during the CI publish workflow (lines 178-246 in publish.yml) and should never have been committed to the repository.

Confidence Score: 5/5

  • Safe to merge — removes accidentally committed build artifacts and prevents future commits
  • This is a straightforward cleanup that removes CI-generated build artifacts (~118MB of native binaries) that were accidentally committed. The .gitignore additions ensure these won't be committed again. The workflow at .github/workflows/publish.yml lines 178-246 shows these directories are created fresh during each publish run, so removing them from git has no negative impact.
  • No files require special attention

Important Files Changed

Filename Overview
.gitignore Added artifacts/ and pkg/ to gitignore to prevent build artifacts from being tracked

Last reviewed commit: db17f98

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

13 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

…mination

The publish workflow was creating artifacts/ and pkg/ inside the repo
working directory. Move both to $RUNNER_TEMP so build artifacts never
exist in the git tree, preventing accidental commits.
@claude

claude Bot commented Feb 23, 2026

Copy link
Copy Markdown

@carlos-alm carlos-alm merged commit 00f091c into main Feb 23, 2026
13 of 14 checks passed
@carlos-alm carlos-alm deleted the fix/claude-workflow-review branch February 23, 2026 05:30
carlos-alm added a commit that referenced this pull request Mar 21, 2026
- GitNexus overall score corrected from 4.7 to 4.5 to match the
  arithmetic mean of its six sub-scores (5+5+4+4+4+5)/6 = 4.5
- Tier 2 renumbered starting at #38 (was duplicating #37 with Tier 1);
  also resolves the pre-existing duplicate #43 (Bikach/ChrisRoyse now
  #44/#45), with all subsequent entries incremented accordingly
- jelly section header updated from 417 to 423 stars to match the
  ranking table
carlos-alm added a commit that referenced this pull request Mar 23, 2026
…#559)

* docs: update competitive analysis for v3.2.0 and March 2026 landscape

Re-rank codegraph from #8 (4.0) to #5 (4.5) reflecting v3.2.0 features:
41 CLI commands, 32 MCP tools, dataflow across all 11 languages, CFG,
sequence diagrams, architecture boundaries, unified graph model.

Add new competitors: GitNexus (#1, 18k stars), DeusData/codebase-memory-mcp
(#6, 793 stars in 25 days). Update star counts and feature status across
all 85+ ranked projects. Mark 7 roadmap items as DONE. Flag stagnant
projects. Update joern.md (3,021 stars, 75 contributors, 4 community MCP
wrappers) and narsil-mcp.md (129 stars, SPA frontend, +36 security rules,
development paused since Feb 25).

* docs: fix narsil SPA version attribution in competitive analysis overview

Line 18 incorrectly stated "v1.6.1" as the version when the SPA feature
was introduced. The SPA frontend was added in v1.6.0; v1.6.1 is the
current release. Updated to "added v1.6.0, current v1.6.1" to match the
detailed narsil-mcp.md entry.

* docs: remove hardcoded star count from joern comparison table

The "32 stars, growing" value in the Community & maturity row hardcodes
a stale star count. Other comparison tables use "Growing" consistently
for codegraph's community status. Updated to match.

* fix: correct GitNexus score, Tier 2 rank numbering, and jelly star count

- GitNexus overall score corrected from 4.7 to 4.5 to match the
  arithmetic mean of its six sub-scores (5+5+4+4+4+5)/6 = 4.5
- Tier 2 renumbered starting at #38 (was duplicating #37 with Tier 1);
  also resolves the pre-existing duplicate #43 (Bikach/ChrisRoyse now
  #44/#45), with all subsequent entries incremented accordingly
- jelly section header updated from 417 to 423 stars to match the
  ranking table

* fix: correct aider rank and codegraph star count per review feedback

* fix: align scoring breakdown sub-scores with overall rankings for stagnant projects

glimpse: Community 4→2 (stagnant since Jan 2026), avg now 3.83≈3.8 matching ranking.
autodev-codebase: Community 3→1 (stagnant since Jan 2026), avg now 3.33, ranking updated 3.4→3.3.

* fix: align ranking scores with sub-score averages for colbymchenry and axon

* fix: correct ranking inversion at positions #23/#24 (#559)

autodev-codebase (3.3) was ranked #23 above Claude-code-memory (3.4)
at #24. Swapped to maintain descending score order.

* fix: correct score mismatches for code-graph-rag (4.5→4.2) and arbor (3.7→4.2) (#559)

* fix: sync breakdown table row order with ranking table for #23/#24 (#559)

* fix: correct ranking inversions and stale rank references (#559)

* fix: correct sub-score/overall-score mismatches for codexray, loregrep, MATE

* fix: correct score mismatches and aider header rank

* fix: update narsil-mcp Key Metrics to reflect development stagnation (#559)

* fix: add missing "vs arbor" comparison section (#559)

* fix: remove duplicate vs-glimpse section and correct role names in vs-arbor (#559)

The duplicate vs-glimpse block (stale rank #10) was left behind when
vs-arbor was inserted. Removed it — the correct version exists at #11.
Also fixed role vocabulary in vs-arbor: bridge → adapter, added entry.
Zeeeepa pushed a commit to Zeeeepa/codegraph that referenced this pull request Jun 22, 2026
chore: remove ~118MB build artifacts from git
Zeeeepa pushed a commit to Zeeeepa/codegraph that referenced this pull request Jun 22, 2026
…optave#559)

* docs: update competitive analysis for v3.2.0 and March 2026 landscape

Re-rank codegraph from optave#8 (4.0) to optave#5 (4.5) reflecting v3.2.0 features:
41 CLI commands, 32 MCP tools, dataflow across all 11 languages, CFG,
sequence diagrams, architecture boundaries, unified graph model.

Add new competitors: GitNexus (optave#1, 18k stars), DeusData/codebase-memory-mcp
(optave#6, 793 stars in 25 days). Update star counts and feature status across
all 85+ ranked projects. Mark 7 roadmap items as DONE. Flag stagnant
projects. Update joern.md (3,021 stars, 75 contributors, 4 community MCP
wrappers) and narsil-mcp.md (129 stars, SPA frontend, +36 security rules,
development paused since Feb 25).

* docs: fix narsil SPA version attribution in competitive analysis overview

Line 18 incorrectly stated "v1.6.1" as the version when the SPA feature
was introduced. The SPA frontend was added in v1.6.0; v1.6.1 is the
current release. Updated to "added v1.6.0, current v1.6.1" to match the
detailed narsil-mcp.md entry.

* docs: remove hardcoded star count from joern comparison table

The "32 stars, growing" value in the Community & maturity row hardcodes
a stale star count. Other comparison tables use "Growing" consistently
for codegraph's community status. Updated to match.

* fix: correct GitNexus score, Tier 2 rank numbering, and jelly star count

- GitNexus overall score corrected from 4.7 to 4.5 to match the
  arithmetic mean of its six sub-scores (5+5+4+4+4+5)/6 = 4.5
- Tier 2 renumbered starting at optave#38 (was duplicating optave#37 with Tier 1);
  also resolves the pre-existing duplicate optave#43 (Bikach/ChrisRoyse now
  optave#44/optave#45), with all subsequent entries incremented accordingly
- jelly section header updated from 417 to 423 stars to match the
  ranking table

* fix: correct aider rank and codegraph star count per review feedback

* fix: align scoring breakdown sub-scores with overall rankings for stagnant projects

glimpse: Community 4→2 (stagnant since Jan 2026), avg now 3.83≈3.8 matching ranking.
autodev-codebase: Community 3→1 (stagnant since Jan 2026), avg now 3.33, ranking updated 3.4→3.3.

* fix: align ranking scores with sub-score averages for colbymchenry and axon

* fix: correct ranking inversion at positions optave#23/optave#24 (optave#559)

autodev-codebase (3.3) was ranked optave#23 above Claude-code-memory (3.4)
at optave#24. Swapped to maintain descending score order.

* fix: correct score mismatches for code-graph-rag (4.5→4.2) and arbor (3.7→4.2) (optave#559)

* fix: sync breakdown table row order with ranking table for optave#23/optave#24 (optave#559)

* fix: correct ranking inversions and stale rank references (optave#559)

* fix: correct sub-score/overall-score mismatches for codexray, loregrep, MATE

* fix: correct score mismatches and aider header rank

* fix: update narsil-mcp Key Metrics to reflect development stagnation (optave#559)

* fix: add missing "vs arbor" comparison section (optave#559)

* fix: remove duplicate vs-glimpse section and correct role names in vs-arbor (optave#559)

The duplicate vs-glimpse block (stale rank optave#10) was left behind when
vs-arbor was inserted. Removed it — the correct version exists at optave#11.
Also fixed role vocabulary in vs-arbor: bridge → adapter, added entry.
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.

1 participant