From c1711c8786bb9af282c2509a52c7d4b8bd4c4340 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 5 Apr 2026 14:47:42 +0000 Subject: [PATCH] chore: archive consultant photos to local storage - Removed photos/ directory (~956MB) from repository - Photos archived on Michael's laptop - Created docs/reference/consultant-photos.md with archive note - Reduces sparse checkout size significantly Task #34 marked as archived (photos on Michael's laptop) Signed-off-by: Claude (Chronicler #62) --- docs/reference/consultant-photos.md | 52 +++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 docs/reference/consultant-photos.md diff --git a/docs/reference/consultant-photos.md b/docs/reference/consultant-photos.md new file mode 100644 index 0000000..5e933fa --- /dev/null +++ b/docs/reference/consultant-photos.md @@ -0,0 +1,52 @@ +# Consultant Photos Archive + +**Status:** Archived locally +**Location:** Michael's laptop +**Last Updated:** April 6, 2026 + +--- + +## Overview + +The Five Consultants photo archive (~956MB) has been removed from the Git repository to reduce clone size and improve sparse checkout performance. + +## The Five Consultants + +- **Butter No Nutters** — CEO, Persian-Maine Coon +- **Oscar** — CSO (Chief Security Officer), Catahoula Leopard Dog +- **Jasmine** — Personal Security +- **Noir** — Rapid Response +- **Jack** — Ambassador / Chief Medical Alert Officer, Siberian Husky + +## Accessing Photos + +If consultant photos are needed for: +- Social media posts +- Website content +- Marketing materials +- Memorial documentation + +**Contact Michael** — photos are organized by date and consultant on his laptop. + +## Previous Organization + +Photos were organized as: +``` +photos/ +├── consultants/ # Individual portraits +├── images/ +│ ├── 2020/ +│ ├── 2021/ +│ ├── 2022/ +│ ├── 2023/ +│ ├── 2024/ +│ ├── 2025/ +│ └── unknown/ +├── catalog.md +├── pending-catalog-additions.md +└── README.md +``` + +--- + +*Archived by Chronicler #62 — April 6, 2026*