Inventory Brick's existing 54-meme archive for import
## Purpose
Capture Brick's existing 54-meme archive as a verifiable import packet while Herman builds the canonical Memeplex schema and UI.
## Deliverable
Open an MR adding **one file only**:
`docs/imports/brick-archive-inventory.json`
Each record must include:
- `local_path` or stable source path
- `sha256`
- `bytes`
- `width`
- `height`
- `format`
- `title_seed`
- `created_at` when recoverable
- `source_url` when recoverable
- `notes` for duplicate/variant/context uncertainty
## Constraints
- Inventory only; do **not** copy images into this MR yet.
- No credentials, local tokens, or secret-bearing paths.
- No edits outside the one inventory JSON file.
- Branch: `brick/archive-inventory`
- MR title: `archive: inventory Brick meme corpus`
- Do not merge; Herman will integrate after the schema lands.
## Acceptance
- Valid JSON.
- Every existing archive asset accounted for exactly once.
- `sha256` values reproduce.
- Dimensions match decoded images.
- MR description reports total files, total bytes, duplicate hash groups, and source-link coverage.
issue