Commit 7cc69ac
Update: make config.toml path platform-aware in docs (#460)
Docs hardcoded the Linux `~/.config/fledge/config.toml` path, but the
code resolves via `dirs::config_dir()` (macOS `~/Library/Application
Support/fledge/`, Windows `%APPDATA%\fledge\`, Linux `~/.config/fledge/`).
Clarify the most prominent occurrences using SECURITY.md's File Locations
wording:
- cli-reference.md `fledge config` section: full platform mapping plus a
pointer to `fledge config path` and the Configuration page
- cli-reference.md `ai use`: no longer hardcodes the Linux path
- doctor.md `fledge config` check: brief platform-aware note
The canonical Configuration and Plugins pages already carry the full
platform table; passing cross-references and code-block comments are left
as-is.
Claude-Session: https://claude.ai/code/session_016AvsKakjAc3EKN2ztcMfYi
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 2592bc8 commit 7cc69ac
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
681 | 685 | | |
682 | 686 | | |
683 | 687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments