Files
ISEP/system-dev/wiki/decisions-summary.md
T
Leo 45bf7b4a52 ISEP #3:裝一套自己的 wiki,接手 session 不必回頭翻 InkStoneCo
骨架照 inkstone/system-dev-template 的 wiki template 裝(三層+標籤橫切:
INDEX/TAXONOMY/status/mistakes/principles + cards/<bucket>/),不自創格式。

內容只記 ISEP 自己的事:
- 真身薄殼合一(為什麼環境設定收斂成一個 plugin)
- hook 路徑規約(${CLAUDE_PLUGIN_ROOT} vs $CLAUDE_PROJECT_DIR)
- repo 邊界與紅線(wiki 是這條紅線目前唯一開的例外,且例外本身也劃了邊界)

不複製 InkStoneCo 頂層 wiki 的任何內容——複製即 fork,fork 即漂移。

實測:hooks/session-start-recall.sh 以 ISEP 為 cwd 執行,exit 0,principles/mistakes
兩段真的印出剛寫的內容;wiki-secret-scan.sh 對全部新檔案掃過,exit 0;
wiki-recall/update/capture 三支 command 描述的路徑全部存在。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-20 13:00:36 +08:00

23 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 決策摘要
> 這份是相容視圖(見 `wiki-init` 的 push/pull 判準:決策已降級為 cards 內容,這裡只放指標)。
> 完整內容住在 `cards/isep/`,這裡只列「有這件決策、去哪張卡」。
## 真身薄殼合一 — 2026-08-20
**結論**:環境設定(hookscommandsskillsscripts)只留一份,裝在 ISEP 這個獨立 repo,
本機與雲端裝同一個 Claude Code plugin。
**原因**:兩份必然漂移,且漂移已經實際發生兩次(`InkStoneCo#57``#14`)。
**詳細**`cards/isep/真身薄殼合一.md`
## hook 路徑一律 ${CLAUDE_PLUGIN_ROOT} — 2026-08-20
**結論**hook 指自己用 `${CLAUDE_PLUGIN_ROOT}`;指專案內檔案(wiki/docs)才用 `$CLAUDE_PROJECT_DIR`
**原因**:寫死路徑或誤用 `$CLAUDE_PROJECT_DIR` 指自己=雲端 cwd 不是真身,路徑斷掉。
**詳細**`cards/isep/hook路徑規約.md`
## ISEP 自建 wiki,不繼承 InkStoneCo 的內容 — 2026-08-20
**結論**ISEP 裝一套自己的 `system-dev/wiki/`(依 `system-dev-template` 的骨架),只記 ISEP
自己的決定與坑,不搬運 InkStoneCo 頂層 wiki 的內容。
**原因**:wiki 是知識不是環境;複製過來即 fork,fork 即漂移——跟「真身薄殼合一」是同一個病,
只是這次的對象換成知識庫而不是 hook。
**詳細**`cards/isep/repo邊界與紅線.md`;票 `inkstone/ISEP#3`