refactor: Rename sourcecode-parser to sast-engine (v1.1.0) #414
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