chore: rename src/ to source/ per moko-platform standards #188

Closed
opened 2026-06-06 12:43:10 +00:00 by jmiller · 1 comment
Owner

Summary

Rename the top-level src/ directory to source/ to align with the moko-platform naming convention change.

Changes

  • git mv src source -- rename the directory
  • .gitignore -- update 3 path exclusions
  • CLAUDE.md -- update architecture section
  • .mokogitea/manifest.xml -- update entry-point
  • docs/ -- update 3 guide files with path references
  • Internal PATH comments in PHP/XML headers updated

Note

The path="src" attribute in Joomla namespace declarations (e.g. <namespace path="src">) refers to the internal src/ folder within each extension package, NOT the top-level directory. Those are unchanged.

## Summary Rename the top-level `src/` directory to `source/` to align with the moko-platform naming convention change. ## Changes - `git mv src source` -- rename the directory - `.gitignore` -- update 3 path exclusions - `CLAUDE.md` -- update architecture section - `.mokogitea/manifest.xml` -- update entry-point - `docs/` -- update 3 guide files with path references - Internal PATH comments in PHP/XML headers updated ## Note The `path="src"` attribute in Joomla namespace declarations (e.g. `<namespace path="src">`) refers to the internal src/ folder within each extension package, NOT the top-level directory. Those are unchanged.
Author
Owner

Branch created: feature/188-chore-rename-src-to-source-per-moko-plat

git fetch origin
git checkout feature/188-chore-rename-src-to-source-per-moko-plat
Branch created: [`feature/188-chore-rename-src-to-source-per-moko-plat`](https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS/src/branch/feature/188-chore-rename-src-to-source-per-moko-plat) ```bash git fetch origin git checkout feature/188-chore-rename-src-to-source-per-moko-plat ```
Sign in to join this conversation.
No labels
Priority Low
Type Task
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuite#188