refactor: Rename sourcecode-parser to sast-engine (v1.1.0)#414
Merged
shivasurya merged 2 commits intomainfrom Nov 29, 2025
Merged
refactor: Rename sourcecode-parser to sast-engine (v1.1.0)#414shivasurya merged 2 commits intomainfrom
shivasurya merged 2 commits intomainfrom
Conversation
Major refactoring to rename the core directory for better clarity: - Rename sourcecode-parser → sast-engine - Update Go module path in all 174+ files - Update GitHub Actions workflows (4 files) - Update Docker configurations (2 files) - Update build.gradle, codecov.yml - Update documentation (CLAUDE.md, CONTRIBUTING.md, perf_tools/README.md) - Update playground module dependencies - Bump version to 1.1.0 Breaking change: Go module import path changed from github.com/shivasurya/code-pathfinder/sourcecode-parser to github.com/shivasurya/code-pathfinder/sast-engine No external impact (no external Go module consumers). Testing: - ✅ gradle buildGo - Binary works, version 1.1.0 - ✅ gradle testGo - All 19 packages pass - ✅ gradle lintGo - 0 issues - ✅ Docker build - Image builds and runs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
SafeDep Report SummaryPackage Details
This report is generated by SafeDep Github App |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #414 +/- ##
==========================================
- Coverage 80.47% 80.44% -0.03%
==========================================
Files 77 77
Lines 7763 7763
==========================================
- Hits 6247 6245 -2
- Misses 1269 1270 +1
- Partials 247 248 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.

Summary
Major refactoring to rename the core directory from
sourcecode-parsertosast-enginefor better clarity and alignment with the project's purpose as a Static Application Security Testing (SAST) engine.This is part two of a staged refactoring approach:
Breaking Changes
Go module import path changed:
Directory structure:
Version bumped: v1.0.0 → v1.1.0
Changes
Core Refactoring (222 files changed)
go.modmodule declarationplayground/go.modand 2 playground Go filesBuild & CI/CD (4 workflow files)
.github/workflows/build.yml- Updated working-directory, path filters, ldflags.github/workflows/release.yml- Updated 28 references (cd commands, artifact paths, ldflags).github/workflows/docker-publish.yml- Updated VERSION file path.github/workflows/stdlib-r2-upload.yml- Updated tools directory pathDocker Configuration (2 files)
Dockerfile- Updated COPY paths and ldflagsplayground-Dockerfile- Updated COPY pathsBuild Configuration
build.gradle- Updated ldflags with new module pathcodecov.yml- Updated ignore pathsDocumentation (3 files)
CLAUDE.md- Updated 8 referencesCONTRIBUTING.md- Updated build instructionsperf_tools/README.md- Updated 6 referencesVersioning
sast-engine/VERSION- Bumped to 1.1.0package.json- Bumped to 1.1.0Additional
Testing Completed ✅
All local tests passed before commit:
GitHub Actions Verification Required 🔍
Important: After merging, monitor all GitHub Actions workflows for potential issues:
Workflows to Watch:
build.yml - May trigger on this PR merge
sast-engine/**) work as expectedrelease.yml - Will trigger on next version tag
cd sast-enginecommands worksast-engine/pathfinder-*)docker-publish.yml - May trigger on tag/push
sast-engine/VERSION)stdlib-r2-upload.yml - May trigger on related changes
sast-engine/tools)Known Risks:
Migration Impact
External Impact: ❌ None
Internal Impact: ✅ Fully Tested
Rollback Plan
If GitHub Actions workflows fail critically:
Checklist