chore: Single Source of Truth = main (stable-Branch + Gruen-Gate abgeschafft)
Ampel / ampel (push) Successful in 27s

Commander-Entscheid 24.07.: nur noch EIN Branch. Der stable-Zwischenbranch
war vestigial — die VM deployt ohnehin aus main (git pull), das Gruen-Gate
hat den Live-Deploy nie real gegated.

- ci.yml: Beförderungs-Schritt (push -> stable) entfernt; die Ampel prueft
  nur noch (Ruff/pytest/Vite-Build), Rot heisst weiterhin: nicht deployen.
- deploy.sh: klont/resettet auf main statt stable.
- AGENTS §C, README (Entwicklung), DESIGN-2.0-Briefing: auf main-only
  umgeschrieben. Design-2.0-Briefing als ERLEDIGT markiert.
- SAVEPOINT v3.6.

Branches stable / design-2.0 / kernumbau-2026-07-23 werden nach diesem
Push geloescht (Inhalte vollstaendig in main).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-07-24 16:13:10 +02:00
parent bd00d4c728
commit b8162753a9
6 changed files with 52 additions and 28 deletions
+6 -7
View File
@@ -72,13 +72,12 @@ jobs:
fi
exit $rot
- name: Grün-Gate — grünen Stand auf 'stable' befördern (Arcane deployt von dort)
- name: Ergebnis
if: success()
shell: bash
run: |
if [ "${GITHUB_REF_NAME:-}" = "main" ]; then
git push origin +HEAD:refs/heads/stable
echo "✅ main → stable befördert. Arcane-GitSync zieht 'stable' und deployt."
else
echo "Kein main-Push — keine Beförderung."
fi
# Single Source of Truth: 'main' (24.07.2026, Commander-Entscheid —
# der stable-Zwischenbranch ist weg). Die Ampel PRÜFT nur noch und
# befördert nichts; deployt wird direkt aus 'main' (git pull auf der
# VM bzw. ./deploy.sh). Rot heißt weiterhin: nicht deployen.
echo "✅ AMPEL GRÜN. Deploy-Quelle ist 'main' — von dort deployen."