2bf1691fb8
Ansage des Eigentuemers: ueber eine zentrale Datei bzw. einen zentralen Aufruf muss immer klar sein, was aktuell zu tun ist. OFFEN.md ist diese Datei. Sie nennt den Zustand, nicht die Geschichte, und teilt sich die Arbeit mit den vorhandenen: AGENTS.md beantwortet WARUM etwas so ist, APPLE_DEV_BACKLOG.md was davon Xcode oder das Portal braucht, OFFEN.md WAS JETZT zu tun ist. Jeder Punkt sagt auch, was konkret zu tun ist - nicht nur, dass etwas offen ist. Gegliedert nach Zustaendigkeit statt nach Thema: was auf den Eigentuemer wartet (Xcode-Lauf, Gitea-Token DM180, steuer.faellig), was eine Entscheidung braucht (Uebersicht-Box Versicherung), was eine Sitzung bauen kann (PDF-Ablage, Notizfeld, Dokumentendrift), was gemeldet aber nicht reproduzierbar ist, und was bewusst so bleibt - letzteres, damit bekannte Grenzen nicht als Fehler wiederkommen. /stand (.claude/commands/stand.md) ist der zentrale Aufruf. Er misst den mechanischen Teil selbst - Repo-Gleichstand, Manifest gegen OTA-Buendel samt sha256, Fassung der ausgelieferten .ipa, ob die eigenen Plugins darin registriert sind, und welche nativen Commits sich seit ihr angesammelt haben - und liest OFFEN.md dazu. Dieser Teil kann deshalb nicht veralten. Probelauf ausgefuehrt: er meldet korrekt 2026.9.6.5, Buendel passend, .ipa auf 2026.9.4.17 ohne die beiden eigenen Plugins, zwei native Commits wartend. Verankert in CLAUDE.md (wird beim Sitzungsstart geladen) und als Punkt 0 der Leseordnung in AGENTS.md.
18 lines
1005 B
Markdown
18 lines
1005 B
Markdown
@AGENTS.md
|
|
|
|
## Claude Code
|
|
|
|
- **`OFFEN.md` says what is to be done right now** — start there, not in AGENTS.md's 12,000
|
|
lines. `/stand` measures the mechanical half itself (repo, versions, shipped `.ipa`) and reads
|
|
`OFFEN.md` alongside it. Keep `OFFEN.md` current in the same session something changes.
|
|
- `AGENTS.md` above is the single source of truth for **why** things are as they are — history,
|
|
rules, and the record of decisions including rejected ones. Edit it there, keep this file a
|
|
thin shim.
|
|
- Remember the AGENTS.md maintenance rule: update it (in English) in the same session whenever
|
|
your changes affect anything it records.
|
|
- Anything needing **Xcode or the Apple Developer Portal** goes in `APPLE_DEV_BACKLOG.md`, and
|
|
runs are batched — never start one; that call is the owner's (Apple rule in AGENTS.md).
|
|
|
|
<!-- Claude Code does not read AGENTS.md natively; this import is the officially recommended
|
|
pattern (code.claude.com/docs/en/memory, "AGENTS.md" section). -->
|