Hub-Repository für Godot-Entwicklungstools — Hub-and-Spoke-Architektur mit Git Subtrees.
Jedes Tool lebt in einem eigenen GitHub-Repo und ist hier per Git Subtree eingebunden. Änderungen können direkt in diesem Hub-Repo gemacht und per git subtree push in die jeweiligen Tool-Repos zurückgespielt werden.
| Tool | Verzeichnis | Repo | Beschreibung |
|---|---|---|---|
| Export Builder | export_builder/ |
godot-export-builder | Bash-Script für Godot CLI-Exporte |
| Changelog Generator | changelog_generator/ |
godot-changelog-generator | Generiert Markdown-Changelogs aus Git-Historie |
| Export GUI | py_export_gui/ |
godot-export-gui | Python/PySimpleGUI Export-Oberfläche |
| LSP Bridge | godot_lsp_bridge/ |
godot-lsp-bridge | Verbindet Copilot mit Godot's GDScript LSP |
| Ollama Tools | godot_ollama_tools/ |
godot-ollama-tools | Lokales Ollama-Toolkit für Godot-Entwicklung |
| AI Instructions | godot_ai_instructions/ |
godot-ai-instructions | Skills, Rules, Styleguides für AI Assistenten |
| Repo | Beschreibung |
|---|---|
| godot-export-app | C#/Avalonia-Port von Export GUI (in Planung) |
archive/build_export_win_batch— Windows Batch Export Script, nicht weiterentwickelt, siehe Wiki
# Änderungen aus Tool-Repo in Hub holen:
git subtree pull --prefix=export_builder export-builder main --squash
# Änderungen aus Hub ins Tool-Repo pushen:
git subtree push --prefix=export_builder export-builder mainRemotes sind mit Kurzname registriert (export-builder, changelog-gen, export-gui, lsp-bridge, ollama-tools, ai-instructions).
→ Wiki
Styleguides und AI-Instructions: .github/instructions/