chore: clean up legacy source/src/ directory and old MokoJoom naming #52

Closed
opened 2026-06-23 13:33:47 +00:00 by jmiller · 1 comment
Owner

Summary

After the src/ to source/ rename, the old directory structure still exists at source/src/ with the old MokoJoom naming. This should be removed.

Tasks

  • Delete source/src/ directory (old MokoJoom-named extensions)
  • Verify no references to old paths remain in CI workflows
  • Verify component manifest paths are correct for new structure

Context

The rename PR (#45) moved code but the legacy structure was left behind. The active code is in source/packages/.

## Summary After the `src/` to `source/` rename, the old directory structure still exists at `source/src/` with the old `MokoJoom` naming. This should be removed. ## Tasks - [ ] Delete `source/src/` directory (old MokoJoom-named extensions) - [ ] Verify no references to old paths remain in CI workflows - [ ] Verify component manifest paths are correct for new structure ## Context The rename PR (#45) moved code but the legacy structure was left behind. The active code is in `source/packages/`.
Author
Owner

Branch created: feature/52-chore-clean-up-legacy-source-src-directo

git fetch origin
git checkout feature/52-chore-clean-up-legacy-source-src-directo
Branch created: [`feature/52-chore-clean-up-legacy-source-src-directo`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteStoreLocator/src/branch/feature/52-chore-clean-up-legacy-source-src-directo) ```bash git fetch origin git checkout feature/52-chore-clean-up-legacy-source-src-directo ```
Sign in to join this conversation.