bootstrap.md: session-id-WARN nach frischem Bootstrap als erwartet dokumentiert (4.7.4, schließt #54)
CI / verify (push) Successful in 57s
Release / release (push) Successful in 38s

Files changed:
- CHANGES.md
- VERSION
- instructions/bootstrap.md
This commit is contained in:
2026-09-04 20:48:21 +02:00
parent 6671af6a60
commit cc38bcd700
3 changed files with 29 additions and 1 deletions
+20
View File
@@ -35,6 +35,26 @@ dev-checkout concern - readable here, never shipped as something to parse.
---
## 4.7.4 - 2026-09-04 - bootstrap.md nennt den session-id-WARN nach frischem Bootstrap explizit als erwartet
**Author:** Torben Nehmer
<!-- wikitool:bumps -->
- bootstrap.md nennt den session-id-WARN nach frischem Bootstrap explizit als erwartet
<!-- /wikitool:bumps -->
Nach einem frischen Clone plus `instructions/bootstrap.md` zeigte `tools/wikitool doctor`
durchgehend `OK`, außer `session-id: WARN` - ohne Einordnung, ob das ein Bootstrap-Defekt ist.
`WIKITOOL_SESSION_ID` wird laut `instructions/session-setup.md` bewusst pro Arbeitssitzung
gesetzt, nicht pro Clone; ein Export in `bootstrap.md` selbst würde nur für den Bootstrap-Lauf
gelten, nicht für die tatsächliche Arbeitssitzung danach (die nach dem Neustart in Schritt 6 in
einer neuen Shell beginnt). `bootstrap.md` bekommt deshalb einen neuen Schritt 7, der den WARN
als erwarteten Zustand benennt - analog zum bereits dokumentierten `personalization: FAIL` in
Schritt 4 - und auf `session-setup.md` verweist, statt den Export in Bootstrap nachzubauen.
Schließt #54.
---
## 4.7.3 - 2026-09-04 - eval: gate-not-self-opened prueft REMOVED_FLAGS gegen das eigene Kommando
**Author:** Torben Nehmer