fix(memory): correct settings.json precedence order in vi/ja/uk translations (#133)
Mirror the English fix from #131 into the translated docs. The precedence table in 02-memory and the v2.1.119 /config notes still encoded the old, incorrect order (user above project/local). - vi/02-memory: table rows -> local(3) -> project(4) -> user(5, lowest) - ja/02-memory: table rows reordered + /config note policy/local/project - ja/10-cli: /config note chain -> policy -> local -> project -> user - uk/02-memory: table rows reordered Correct order per https://code.claude.com/docs/en/settings: Managed -> CLI args -> Local -> Project -> User (lowest). zh is missing the whole settings section (structural port), tracked separately in #132. Refs #132
This commit is contained in:
@@ -249,7 +249,7 @@ claude -p --json-schema '{"type":"object","properties":{"bugs":{"type":"array"}}
|
||||
| `--add-dir` | 追加の作業ディレクトリを指定 | `claude --add-dir ../apps ../lib` |
|
||||
| `--setting-sources` | カンマ区切りの設定ソース | `claude --setting-sources user,project` |
|
||||
|
||||
> **`/config` の永続化(v2.1.119)**: `/config` コマンドで対話的に行った変更は `~/.claude/settings.json` に書き込まれ、通常の優先順位チェーン(project → local → policy → user)に組み込まれるようになった。v2.1.119 以前は一部の `/config` 変更がセッション限定だった。完全な優先順位については [メモリと設定](../02-memory/README.md) を参照。
|
||||
> **`/config` の永続化(v2.1.119)**: `/config` コマンドで対話的に行った変更は `~/.claude/settings.json` に書き込まれ、通常の優先順位チェーン(policy → local → project → user)に組み込まれるようになった。v2.1.119 以前は一部の `/config` 変更がセッション限定だった。完全な優先順位については [メモリと設定](../02-memory/README.md) を参照。
|
||||
| `--settings` | ファイルまたは JSON から設定を読み込む | `claude --settings ./settings.json` |
|
||||
| `--plugin-dir` | ディレクトリからプラグインを読み込む(複数指定可) | `claude --plugin-dir ./my-plugin` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user