[codex] .local配下の役割と例を説明する#51
Open
jabelic wants to merge 1 commit into
Open
Conversation
d3f8234 to
de56a71
Compare
de56a71 to
5e62cc0
Compare
5e62cc0 to
2671128
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
変更内容
docs/workspace-layout.mdに.local/配下のdirectory roleを追加しました。.local/が増える前提で、runs / scratch / worktrees / repos の削除方針を追加しました。.local/配下のpath例を追加しました。.local/はdisposableで、必要な知識や決定事項はLocal State以外へ移す方針を明記しました。意図
利用者が
.local/repos/、.local/worktrees/、.local/runs/、.local/scratch/の違いを理解し、cloneやworktreeをtracked fileへ混ぜないようにします。また、
.local/は使うほど容量が増えるため、何を削除できるかを明確にしておきます。具体的な削除commandや保存期間はまだ固定しません。確認
git diff --checkCloses #10