Introduce AutoMetabuilder core components and workflow packages:

- Implement core components: CLI argument parsing, environment loading, GitHub service creation, and logging configuration.
- Add support for OpenAI client setup and model resolution.
- Develop SDLC context loader from GitHub and repository files.
- Implement workflow context and engine builders.
- Introduce major workflow packages: `game_tick_loop` and `contextual_iterative_loop`.
- Update localization files with new package descriptions and labels.
- Streamline web navigation by loading items from a dedicated JSON file.
This commit is contained in:
2026-01-10 01:56:08 +00:00
parent 4f92baa801
commit cd7591d3da
7 changed files with 306 additions and 17 deletions

View File

@@ -55,3 +55,5 @@ React component logic (just above the bottom jsx) can be converted to one or mor
Use atomic React components.
Don't hardcode strings, use a translation file or some sort of external JSON mapping.
Don't hardcode React Styling - MUI themes or SASS.