diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 23:30:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 23:30:43 +0200 |
| commit | 13272b89c8e343f53f0633fd057d7a0054113524 (patch) | |
| tree | d16d2799888c43556195de1566990ce00f43cbb2 /CLAUDE.md | |
| parent | e68d0959297bc1140a6b04ca10d4f2d7a2dac19b (diff) | |
Bump version to v0.5.1, change default data_dir to ~/git/foostoredbv0.5.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ Table-driven unit tests exist for all internal packages. ## Configuration Config is read from `~/.config/foostore.json` at startup (merged over defaults). Key fields: -- `data_dir`: Git repo where encrypted `.index` / `.data` file pairs are stored (default: `~/git/foostore-data`) +- `data_dir`: Git repo where encrypted `.index` / `.data` file pairs are stored (default: `~/git/foostoredb`) - `key_file`: Path to the raw encryption key file (default: `~/.foostore.key`) - `export_dir`: Temporary directory for decrypted exports (default: `~/.foostore-export`) - `edit_cmd`: Editor used by the `edit` command (default: `$EDITOR`, falling back to `vi`) |
