Community feedback pointed out that our current module paths (e.g., 'the-dev-tools/server') are not idiomatic and prevent the packages from being 'go get'-able by other developers.
Current: 'the-dev-tools/server'
Target: 'github.com/the-dev-tools/dev-tools/packages/server' (or similar)
Action Items:
- Update 'go.mod' files in all packages and apps.
- Update imports across the codebase.
- Ensure 'go.work' continues to resolve paths correctly for local dev.