chore(repo): Umzug nach Gitea — GitHub bleibt Klon, main von Hand gespiegelt (D95)
Zuhause ist künftig git.javagil.de/mi/werkbaum (origin); GitHub bleibt unter dem Remote `github` ein Klon, den scripts/push-github.sh mit `main` versorgt — nur vorwärts, nie erzwungen. Der Klon bleibt aus zwei gemessenen Gründen: Gitea sendet auf raw-Dateien kein Access-Control-Allow-Origin (nachgemessen an mi/werkdock), die ?sourceUrl=-Beispiellinks der READMEs müssen also auf raw.githubusercontent.com zeigen; und der Pages-Workflow lässt sich nicht mitnehmen. Footer, llms.txt und llms.md zeigen jetzt auf Gitea (Repo-Seite ohne Anmeldung lesbar, HTTP 200 geprüft); beide COMMIT_URL-Stellen (deploy-prod.sh und der Pages-Workflow) ziehen mit. deploy-prod.sh prüft origin und github getrennt und erinnert an das Spiegeln, statt selbst zu pushen. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
736e9c1d88
commit
29a217f892
+1
-1
@@ -297,7 +297,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="site-footer"><a href="https://github.com/mhoennig/werkbaum" target="_blank" rel="noopener">Werkbaum</a> <a class="ver" href="https://github.com/mhoennig/werkbaum/commit/main" target="_blank" rel="noopener">1.0</a> · <a href="llms.md" target="_blank" rel="noopener" title="Werkbaum-Notation für KI-Agenten · Werkbaum notation for AI agents (Markdown)">llms.md</a> – © 2026 <a href="https://michael.hoennig.de" target="_blank" rel="noopener">Michael Hönnig</a> · <span class="vibe" title="Fable 5 and Opus 4.8">Built with Claude Code</span> – <a href="../LICENSE" target="_blank" rel="noopener">License</a> · <a href="https://michael.hoennig.de/imprint.html" target="_blank" rel="noopener" data-i18n="imprint">Impressum</a> · <a id="privacyLink" href="https://michael.hoennig.de/datenschutzerklaerung.html" target="_blank" rel="noopener" data-i18n="privacy">Datenschutz</a></footer>
|
||||
<footer class="site-footer"><a href="https://git.javagil.de/mi/werkbaum" target="_blank" rel="noopener">Werkbaum</a> <a class="ver" href="https://git.javagil.de/mi/werkbaum/commit/main" target="_blank" rel="noopener">1.0</a> · <a href="llms.md" target="_blank" rel="noopener" title="Werkbaum-Notation für KI-Agenten · Werkbaum notation for AI agents (Markdown)">llms.md</a> – © 2026 <a href="https://michael.hoennig.de" target="_blank" rel="noopener">Michael Hönnig</a> · <span class="vibe" title="Fable 5 and Opus 4.8">Built with Claude Code</span> – <a href="../LICENSE" target="_blank" rel="noopener">License</a> · <a href="https://michael.hoennig.de/imprint.html" target="_blank" rel="noopener" data-i18n="imprint">Impressum</a> · <a id="privacyLink" href="https://michael.hoennig.de/datenschutzerklaerung.html" target="_blank" rel="noopener" data-i18n="privacy">Datenschutz</a></footer>
|
||||
|
||||
<!-- Knoten-Fenster für Touch-Geräte (D52): Ohne Zeiger gibt es keinen Tooltip.
|
||||
Es liegt auf <body> und ist `position:fixed` — in `#out` hinein würde es
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Werkbaum is a plain-text notation for work-breakdown structures (WBS) with
|
||||
and/or decomposition. This guide teaches you to **read and write** it. The
|
||||
normative specification (German) is
|
||||
https://github.com/mhoennig/werkbaum/blob/main/docs/SPEC.md — if this guide
|
||||
https://git.javagil.de/mi/werkbaum/src/branch/main/docs/SPEC.md — if this guide
|
||||
and the SPEC disagree, the SPEC wins.
|
||||
|
||||
Files are UTF-8 with LF line endings; the extension `.werkbaum` is a
|
||||
|
||||
@@ -17,7 +17,7 @@ is needed to store, share or version a plan.
|
||||
gates, status codes and progress ranks, sizes, node ids, dependencies,
|
||||
folding marks, descriptions, plus a complete example. Self-contained; start
|
||||
here.
|
||||
- [Specification](https://github.com/mhoennig/werkbaum/blob/main/docs/SPEC.md):
|
||||
- [Specification](https://git.javagil.de/mi/werkbaum/src/branch/main/docs/SPEC.md):
|
||||
The normative language definition (German). Where it and the guide disagree,
|
||||
it wins.
|
||||
- [Editor](https://werkbaum.javagil.de/): Renders a plan as a diagram.
|
||||
@@ -26,8 +26,8 @@ is needed to store, share or version a plan.
|
||||
|
||||
## Optional
|
||||
|
||||
- [Design decisions](https://github.com/mhoennig/werkbaum/blob/main/docs/DECISIONS.md):
|
||||
- [Design decisions](https://git.javagil.de/mi/werkbaum/src/branch/main/docs/DECISIONS.md):
|
||||
Why the notation looks the way it does, at length (German). Background only,
|
||||
not needed to read or write plans.
|
||||
- [Repository](https://github.com/mhoennig/werkbaum): Source and example plans
|
||||
- [Repository](https://git.javagil.de/mi/werkbaum): Source and example plans
|
||||
under `docs/examples/*.werkbaum`.
|
||||
|
||||
Reference in New Issue
Block a user