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.

Add release steps to CLAUDE.md

+8
+8
CLAUDE.md
··· 81 81 - [Architecture](docs/architecture.md) — pipeline, reader, manifest, interfaces 82 82 - [Asset Metadata](docs/metadata.md) — per-asset JSON schema uploaded to S3 83 83 84 + ## Releasing 85 + 86 + 1. Bump `AtticCore.version` in `Sources/AtticCore/AtticCore.swift` 87 + 2. Commit, tag with `v{version}`, push both main and the tag 88 + 3. The `Release` GitHub Action builds the binary and creates a GitHub release 89 + 4. Update `tijs/homebrew-tap` formula with new version and sha256 from the 90 + release checksums 91 + 84 92 ## Conventions 85 93 86 94 - Files should stay under 500 lines