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): JA term sweep + sidebar header (#1334) 変更概要: - _Sidebar.md セクション見出し `**判断記録**` -> `**判断構造**` - agentic-search-five-phase-refactor.md line 56 `本判断記録` -> `本判断構造` 自己参照 - 主 PR #1334 (#1333) の docs/ 側 sweep を反映する diff-targeted mirror sync (11 files) 背景: - 主 PR #1334: 英語側 #1330 リネーム (Decision Log -> Decision Structure) の日本語側 follow-through - 同期 pattern: PR #1332 で導入された diff-targeted copy (bounded blast radius) - 観測 drift set = 11 files (D/Decision-Structure/E/F/G/H/Home/2/4/5/6)、to_delete 0 件 Pre-sync verification: - git status --short: 13 M (11 docs/-owned + 2 wiki-only intentional) - Sidebar integrity: PASS (41 expected = 41 referenced) - Cross-reference integrity: PASS (false positives only on spec-literal `<slug>` / `<x>` placeholders inside the algorithm documentation itself in 4.-Operations.md / wiki-sync-sidebar-integrity-check.md; .md-suffixed targets in A.-Concept.md resolve via wiki engine and are pre-existing drift unrelated to this sweep) Wiki-only direct edits (`_Sidebar.md` + `agentic-search-five-phase-refactor.md`) are intentional and within the authorized sweep scope, not selective-wipe-pattern divergence. Refs #1333
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 の整合を 自動検証する