Commit graph

2 commits

Author SHA1 Message Date
Petter Reinholdtsen dd6b3e1008 Corrected typo in the create_coding_feature system prompt.
'contains the for the' -> 'contains the'.
2026-02-05 08:59:56 +01:00
Kayvan Sylvan 4004c51b9e refactor: restructure project to align with standard Go layout
### CHANGES

- Introduce `cmd` directory for all main application binaries.
- Move all Go packages into the `internal` directory.
- Rename the `restapi` package to `server` for clarity.
- Consolidate patterns and strategies into a new `data` directory.
- Group all auxiliary scripts into a new `scripts` directory.
- Move all documentation and images into a `docs` directory.
- Update all Go import paths to reflect the new structure.
- Adjust CI/CD workflows and build commands for new layout.
2025-07-08 22:47:17 -07:00
Renamed from patterns/create_coding_feature/system.md (Browse further)