We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs(wiki): align entries with Li+bootstrap to Li+update rename (#1367) main repo PR #1367 で `Li+bootstrap.md` → `Li+update.md`、`LI_PLUS_BOOTSTRAP_STATUS` → `LI_PLUS_UPDATE_STATUS` に rename された file / env var の参照を wiki side で同期。 ## 主な変更 - rename: `C.-Bootstrap.md` → `C.-Update.md` (docs/ ミラー追従) - 判断構造 entry の refactor (state-form 原則: 旧称 parenthetical 注釈は不要、現状を反映): - `bootstrap-walkthrough-skip-and-gh-install-relocation.md`: stale file / env var 参照を一掃 - `character-instance-output-styles-migration.md`: `Li+update.md` / `docs/C.-Update.md` に更新 - docs ミラーページ追従: `6.-Adapter.md` / `B.-Configuration.md` / `D.-Installation.md` / `Home.md` / `_Footer.md` / `_Sidebar.md` - `layer-reorg-rationale.md`: `docs/C.-Update.md` 参照に追従 main repo: https://github.com/Liplus-Project/liplus-language/pull/1367
docs(decision-log): bulk migrate to kebab-case naming (Phase 2) 判断記録 entry の prefix `[a-z].-` を drop し kebab-case トピック名のみに統一する big-bang refactor の wiki 側 Phase 2。本体 repo の Phase 1 (squash merge 28e1498) で spec rule + cold-start hook path + docs/ 側 path を全更新済。 変更内容: - 旧 index `a.-Decision-Log.md` を削除、新 `Decision-Log.md` (docs/ の正本コピー) を配置 - 22 entries (b.- 〜 w.-) を kebab-case rename: b.-spec-vs-implementation-order → spec-vs-implementation-order ほか 21 件 - 全 .md ファイルの cross-reference を 24 個の明示的 slug 置換で更新 (sed 個別 pattern、汎用 regex は使わない) - `_Sidebar.md` を fresh rewrite: - 「判断記録 (a-)」section を「判断記録」に更新 (prefix 表現撤去) - display title から prefix を撤去 - orphan `bootstrap-walkthrough-skip-and-gh-install-relocation` を sidebar に 追加 (新 cross-reference / sidebar integrity assertion の expected set との 整合のため。docs/Decision-Log.md index 表への追加は後続 PR で別途) - 大文字 + 数字 prefix の docs/ mirror も同セッションで cross-ref を更新 (Phase 1 の grep が拾い損ねていた docs/D.- / G.- / H.- / 5.- の参照を含む)。 これらは次回 release sync で docs/ 側からも同期予定 (本コミット後の follow-up 本体 PR で docs/ 側の同種 cross-ref を更新) 検証: - 旧 prefix 残存 grep (`[a-z]\.-[a-zA-Z]`) → 0 件 - 新 `Decision-Log.md` は docs/Decision-Log.md と同一内容 (cp 経由) - 新 cross-reference integrity assertion (PR #1324) が次回 sync で wiki の整合を 自動検証する