Keep using Photos.app like you always do. Attic quietly backs up your originals and edits to an S3 bucket you control. One-way, append-only.
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update CLAUDE.md and README for keychain module and example config

+4 -2
+2 -1
CLAUDE.md
··· 20 20 cli/ # @attic/cli — commands, config, storage, manifest, export 21 21 src/commands/ # init, scan, status, backup, verify, rebuild 22 22 src/config/ # Config file (load, validate, write) 23 - src/storage/ # Generic S3 client + Keychain credential loading 23 + src/keychain/ # macOS Keychain credential load/store 24 + src/storage/ # Generic S3 client (provider interface + AWS SDK) 24 25 src/manifest/ # Local JSON manifest with atomic writes 25 26 src/export/ # Exporter interface + ladder subprocess integration 26 27 ```
+2 -1
README.md
··· 110 110 111 111 ## Configuration 112 112 113 - Attic stores its configuration at `~/.attic/config.json`: 113 + Attic stores its configuration at `~/.attic/config.json` (see 114 + `config.example.json` for a template): 114 115 115 116 ```json 116 117 {