Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@

> A cross-platform photo manager and lightweight DAM that organises your collection by metadata, develops RAWs/JPEGs non-destructively, and stays out of the way — no local database, no cloud sync, your folders + sidecar XMP are the source of truth.

## 🖼️ Screenshots

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Prefix the commit subject

The commit subject, Update README with screenshots and clean up content, omits the required leading change prefix. Rewrite it to begin with the applicable marker, such as *, so the commit conforms to the repository's mandatory history format.

AGENTS.md reference: AGENTS.md:L23-L24

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove the agent identity from commit authorship

This commit records Codex <codex@openai.com> as both author and committer, which is an explicit agent trace in authorship. Recreate the commit with the contributor's non-agent identity before merging.

AGENTS.md reference: AGENTS.md:L26-L27

Useful? React with 👍 / 👎.


### Library

![PhotoManager library window](screenshots/main-window.png)

### Develop

![PhotoManager develop window](screenshots/develop-window.png)

## Purpose

PhotoManager helps photographers and photo enthusiasts:
Expand Down Expand Up @@ -138,17 +148,6 @@ PhotoManager helps photographers and photo enthusiasts:
- [ ] Crash-safe metadata write-back queue
- [ ] Background pre-cache of thumbnails


## 🖼️ Screenshots

### Library

![PhotoManager library window](screenshots/main-window.png)

### Develop

![PhotoManager develop window](screenshots/develop-window.png)

## How It Works

1. **Scanning**: The application scans specified directories for image files
Expand Down
Loading