9a61f55cb1
- Design-System (assets/css/design-system.css) mit 21 Komponenten, iPad-Responsive-Breakpoints, Touch-Ziele 36px, Music-Player, Glossar-Tooltips - Templates (sims/template.html + student/teacher-Dashboard) - Docs: module-interface.md (inkl. 4a Sprachregel, 4b Leichte Sprache, 4c iPad), content-architecture.md, crash-recovery.md, music-registry.md - Admin-Infrastruktur: admin-modules.html + api/admin-modules.php (Titel, Emoji, Bild, Status, Dauer, Alter pro Modul) - Inbox-System: _inbox/README.md + _status.md fuer Atlas + Briefings an Klima, Glossar, Lehrplan, Fluss - Zentrale SFX-Pipeline (scripts/generate-sounds.py) - DALL-E-Bilder: 8 Badges + 5 Glossar-Repraesentationsbilder (Querformat) - Logo + Inter-Font lokal - PHP-APIs: admin, glossar, levels, licenses, progress, waypoints, assignments, profile, tickets - Spielsprache entfernt (admin-modules, admin-levels, schueler) - Landing-Page-Bearbeitungen (Boote sichtbarer, Button-Hintergrund) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
71 lines
1.4 KiB
Markdown
71 lines
1.4 KiB
Markdown
---
|
|
von: atlas
|
|
an: fluss
|
|
datum: 2026-04-19 00:00
|
|
status: neu
|
|
betrifft: Neue Konvention — _status.md + Commits (für Crash-Recovery)
|
|
---
|
|
|
|
# Neue Team-Konvention
|
|
|
|
Für Wiederherstellung nach Windows-Crash / VS Code-Absturz braucht das
|
|
Team zwei Routinen:
|
|
|
|
## 1. `_status.md` in deiner Inbox
|
|
|
|
Pflege eine Datei `App/sims/_inbox/fluss/_status.md` mit deinem Stand:
|
|
|
|
```markdown
|
|
---
|
|
instanz: fluss
|
|
zuletzt_aktualisiert: YYYY-MM-DD HH:MM
|
|
session_id: z.B. "phase-1-geruest"
|
|
---
|
|
|
|
# Aktueller Stand
|
|
|
|
## Wo ich stehe
|
|
## Zuletzt geänderte Dateien
|
|
## Als nächstes
|
|
## Offene Entscheidungen
|
|
## Blocker
|
|
```
|
|
|
|
**Wann aktualisieren:** Bei grösserem Fortschritt (überschreiben),
|
|
am Session-Ende, bei Pause/Übergabe.
|
|
|
|
## 2. Git-Commits
|
|
|
|
**Pflicht** am Session-Ende, vor Meilensteinen, bei Übergabe.
|
|
|
|
Format:
|
|
```
|
|
Fluss: <Kurzbeschreibung>
|
|
```
|
|
|
|
z.B. `Fluss: Phase 1 fertig - PHP-Wrapper + Gerüst`
|
|
oder `Fluss: WIP Tile-Grid-Rendering`
|
|
|
|
Befehl:
|
|
```bash
|
|
cd c:/xampp/htdocs/geograsim
|
|
git add App/sims/fluss/ App/pages/fluss.php
|
|
git commit -m "Fluss: <kurz>"
|
|
```
|
|
|
|
## Volldokumentation
|
|
|
|
`App/docs/crash-recovery.md` — steht alles drin, inkl. Prompt für
|
|
neue Session nach Crash.
|
|
|
|
## Start
|
|
|
|
Leg jetzt gleich eine `_status.md` an mit deinem aktuellen Stand
|
|
(Briefing gelesen, Plan geschrieben, Phase 1 gestartet). Danach
|
|
unverändert weitermachen.
|
|
|
|
## Bestätigen
|
|
|
|
- status: gelesen
|
|
- Keine Rückmeldung nötig, einfach drin behalten
|