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) <claude@firefrostgaming.com>
52
docs/reference/consultant-photos.md
Normal file
@@ -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*
|
||||
224
photos/README.md
@@ -1,224 +0,0 @@
|
||||
# 📸 FIREFROST GAMING - CONSULTANT PHOTO ARCHIVE
|
||||
|
||||
**Last Updated:** February 15, 2026
|
||||
**Maintained By:** FrostyStyle (Michael) & GingerFury (Meg)
|
||||
**Total Photos:** 261 (as of Feb 15, 2026)
|
||||
|
||||
---
|
||||
|
||||
## 🐾 THE FIVE CONSULTANTS
|
||||
|
||||
This archive preserves the legacy of The Four-Legged Consultants who guide Firefrost Gaming:
|
||||
|
||||
- **Jack** - Certified Medical Alert Dog (Primary Consultant)
|
||||
- **Oscar "DERP"** - Catahoula Leopard Dog (Disaster Protocol Namesake)
|
||||
- **Butter** - The Gentle Soul
|
||||
- **Jasmine** - The Fierce Protector
|
||||
- **Noir** - The Mysterious One
|
||||
|
||||
---
|
||||
|
||||
## 📂 DIRECTORY STRUCTURE
|
||||
|
||||
```
|
||||
photos/
|
||||
├── catalog.md - Master photo catalog with lore
|
||||
├── consultants/ - Consultant profile documents
|
||||
└── images/
|
||||
├── 2020/ - Photos from 2020
|
||||
├── 2021/ - Photos from 2021
|
||||
├── 2022/ - Photos from 2022
|
||||
├── 2023/ - Photos from 2023
|
||||
├── 2024/ - Photos from 2024
|
||||
├── 2025/ - Photos from 2025
|
||||
└── unknown/ - Unprocessed photos (4 Snapchat exports)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 📝 NAMING CONVENTION
|
||||
|
||||
**Format:** `YYYY-MM-DD_subject-description-keywords_NN.jpg`
|
||||
|
||||
**Components:**
|
||||
- `YYYY-MM-DD` - Date photo was taken (ISO 8601)
|
||||
- `subject` - Who is in the photo (jack, oscar, butter, jasmine, noir, multiple, all-five)
|
||||
- `description` - What's happening (short, hyphen-separated)
|
||||
- `keywords` - Additional context (optional, hyphen-separated)
|
||||
- `_NN` - Series number if multiple photos from same moment (01, 02, 03...)
|
||||
|
||||
**Examples:**
|
||||
```
|
||||
2024-12-25_jack-christmas-morning-present_01.jpg
|
||||
2024-12-25_jack-christmas-morning-present_02.jpg
|
||||
2023-08-15_oscar-derp-chaos-garden.jpg
|
||||
2025-01-10_all-five-family-portrait.jpg
|
||||
2024-06-20_butter-jasmine-cuddling-couch.jpg
|
||||
```
|
||||
|
||||
**Important:**
|
||||
- One underscore ONLY after date
|
||||
- All other separators are hyphens
|
||||
- Lowercase everything
|
||||
- No spaces anywhere
|
||||
- Series numbers (_01, _02) at the very end
|
||||
|
||||
---
|
||||
|
||||
## 🔄 PHOTO PROCESSING WORKFLOW
|
||||
|
||||
### For Michael (with Claude)
|
||||
|
||||
**Batch Processing (10 photos at a time):**
|
||||
|
||||
1. **Upload batch** to Claude (10 photos maximum)
|
||||
2. **Claude identifies:**
|
||||
- Which consultant(s) in each photo
|
||||
- Date (from EXIF data or Michael's memory)
|
||||
- Description of moment
|
||||
- Lore/story significance
|
||||
3. **Claude renames** using convention above
|
||||
4. **Claude organizes** into year folders
|
||||
5. **Claude updates** `catalog.md` with entries
|
||||
6. **Claude commits** via Gitea API
|
||||
|
||||
**Remaining Work:**
|
||||
- 56 photos on Michael's local machine (Task #18)
|
||||
- 4 Snapchat exports in `unknown/` folder
|
||||
|
||||
**Session Planning:**
|
||||
- Front-load photo processing at session start
|
||||
- Check context window after batch
|
||||
- Stop if approaching 80% context usage
|
||||
|
||||
### For Meg (via NextCloud)
|
||||
|
||||
**After NextCloud Upload Portal deployed (Task #19):**
|
||||
|
||||
1. **Meg uploads** photos via NextCloud mobile app
|
||||
2. **Automation monitors** "Emissary Uploads" folder
|
||||
3. **Script processes:**
|
||||
- Renames using convention
|
||||
- Organizes by year
|
||||
- Commits to Git
|
||||
- Notifies Michael
|
||||
4. **Michael/Claude reviews** and adds lore to catalog
|
||||
|
||||
---
|
||||
|
||||
## 📖 CATALOG.MD
|
||||
|
||||
**Purpose:** Master catalog with photo metadata and lore
|
||||
|
||||
**Each Entry Contains:**
|
||||
- Filename
|
||||
- Date taken
|
||||
- Consultants featured
|
||||
- Description/Context
|
||||
- Lore/Story significance
|
||||
- Photographer (Michael or Meg)
|
||||
|
||||
**Example Entry:**
|
||||
```markdown
|
||||
### 2024-12-25_jack-christmas-morning-present_01.jpg
|
||||
- **Date:** December 25, 2024
|
||||
- **Consultants:** Jack
|
||||
- **Photographer:** Michael
|
||||
- **Context:** Jack's first Christmas after surgery recovery
|
||||
- **Lore:** The look of pure joy when Jack saw his new toy. This was the
|
||||
moment we knew he was fully healed - not just physically, but emotionally.
|
||||
The surgery changed him, but his spirit remained unbreakable.
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 🎯 PHOTO USES
|
||||
|
||||
**Social Media (Meg's Territory):**
|
||||
- Instagram posts about consultants
|
||||
- Fire path vs Frost path personality posts
|
||||
- Behind-the-scenes Firefrost Gaming life
|
||||
- Community engagement ("Meet the team")
|
||||
|
||||
**Branding (After Terraria Training):**
|
||||
- Consultant pet pack in Terraria (Task #16, Phase 4)
|
||||
- Potential consultant skins/textures in games
|
||||
- Website "About the Team" section
|
||||
- Subscriber perks (consultant photo packs?)
|
||||
|
||||
**Internal:**
|
||||
- Consultant profiles (`docs/relationship/consultant-profiles.md`)
|
||||
- Team morale (looking at consultant photos during hard sessions)
|
||||
- Memorial preservation (when consultants cross the Rainbow Bridge)
|
||||
|
||||
---
|
||||
|
||||
## ⚠️ IMPORTANT NOTES
|
||||
|
||||
**Privacy & Respect:**
|
||||
- These are family members, not just "content"
|
||||
- Never use consultant photos for commercial purposes outside Firefrost
|
||||
- Respect their dignity in all uses
|
||||
- If a photo captures a difficult moment (illness, injury), preserve but mark private
|
||||
|
||||
**Git History:**
|
||||
- Never delete photos, only archive if needed
|
||||
- Git preserves full timeline
|
||||
- Each photo tells story of consultant's life
|
||||
- This archive becomes memorial when time comes
|
||||
|
||||
**Quality Standards:**
|
||||
- Keep originals, even if blurry (memory > quality)
|
||||
- EXIF data preserved when possible
|
||||
- Notes about context more important than perfect framing
|
||||
|
||||
---
|
||||
|
||||
## 📊 STATISTICS
|
||||
|
||||
**Total Photos:** 261
|
||||
**Processed:** 257 (organized by year)
|
||||
**Unprocessed:** 4 (in unknown/ folder)
|
||||
**Pending Upload:** 56 (on Michael's local machine)
|
||||
|
||||
**By Year:**
|
||||
- 2020: XX photos
|
||||
- 2021: XX photos
|
||||
- 2022: XX photos
|
||||
- 2023: XX photos
|
||||
- 2024: XX photos
|
||||
- 2025: XX photos
|
||||
|
||||
**By Consultant:**
|
||||
- Jack: Most documented (medical alert dog, most photographed)
|
||||
- Oscar: The chaos (DERP Protocol namesake)
|
||||
- Butter, Jasmine, Noir: Each with unique story
|
||||
|
||||
---
|
||||
|
||||
## 🔗 RELATED DOCUMENTATION
|
||||
|
||||
- **Consultant Profiles:** `docs/relationship/consultant-profiles.md`
|
||||
- **Origin Story:** `docs/relationship/origin-story.md` (Michael & Meg)
|
||||
- **Social Media Handbook:** `docs/planning/emissary-social-media-handbook.md` (Meg's guide)
|
||||
- **Terraria Consultant Pack:** `docs/planning/terraria-branding-arc.md` (Phase 4)
|
||||
|
||||
---
|
||||
|
||||
## 📅 PROCESSING SCHEDULE
|
||||
|
||||
**Current Status:** Task #18 in tasks.md (Tier 4)
|
||||
|
||||
**Planned:**
|
||||
- Batch 1: 10 photos (Session X)
|
||||
- Batch 2: 10 photos (Session X+1)
|
||||
- Batch 3: 10 photos (Session X+2)
|
||||
- ... continue until all 56 processed
|
||||
- Process 4 unknown/ folder photos
|
||||
- Total: ~6 sessions at 10 photos each
|
||||
|
||||
**After NextCloud Portal:** Meg can upload ongoing photos automatically
|
||||
|
||||
---
|
||||
|
||||
**Fire + Frost + Four-Legged Consultants = Where Love Builds Legacy** 💙🔥❄️🐾
|
||||
@@ -1,93 +0,0 @@
|
||||
# Firefrost Staff Archive - Photo Catalog
|
||||
**Total Photos:** 249
|
||||
**Date Range:** October 2021 - April 2025
|
||||
**Generated:** February 12, 2026
|
||||
**Corrected:** February 12, 2026 (furniture timeline clarified)
|
||||
**Location:** `photos/staff-archive/images/[year]/`
|
||||
|
||||
---
|
||||
|
||||
## Summary by Year
|
||||
|
||||
| Year | Photos | Key Moments |
|
||||
|------|--------|-------------|
|
||||
| 2021 | 160 | Oscar + Noir early days, first apartment life |
|
||||
| 2022 | 48 | Jack's arrival (Oct), Jasmine car rides, Butter + Noir bonds |
|
||||
| 2023 | 6 | Old leather couch era (before recliners), Butter lion cut, holiday with Jack |
|
||||
| 2024 | 28 | Multi-pet piles, bay window scene, baby gate era |
|
||||
| 2025 | 7 | 3D printer setup visible, post-surgery recovery context |
|
||||
|
||||
---
|
||||
|
||||
## Featured Animals
|
||||
|
||||
**Dogs:**
|
||||
- **Oscar (Catahoula)** - Present from 2021, elder statesman, lap cuddle champion
|
||||
- **Jack (Siberian Husky)** - First appears Oct 2022, diabetic alert dog, galaxy blanket lover
|
||||
- **Jasmine (Doberman-Shepherd)** - Present from 2021, The Enforcer, car ride enthusiast
|
||||
|
||||
**Cats:**
|
||||
- **Noir / Midnight Noir (Bombay)** - Present from 2021, golden eyes, blanket hider, The Shadow
|
||||
- **Butter (Persian-Maine Coon)** - Present from 2021, The Ice King, lion cut in 2023, box lover
|
||||
|
||||
**Humans:**
|
||||
- **Michael** - Multiple appearances with pets, gaming setup visible
|
||||
- **Meg** - Red hair, glasses, selfies with Oscar and Jasmine
|
||||
|
||||
---
|
||||
|
||||
## 2021 Highlights (160 photos)
|
||||
|
||||
The largest year captures the early apartment era with Oscar, Noir, and Butter establishing their territories. Key series include Oscar's many couch positions, Noir's signature blanket-hiding golden eye peeks, and Butter's regal perching. The apartment features a recognizable gray couch, striped blankets, and warm lighting.
|
||||
|
||||
Notable moments: Oscar nose-to-nose with Noir (Oct), Butter's first window perch appearances, Michael + Noir lap cuddles on gaming setup.
|
||||
|
||||
## 2022 Highlights (48 photos)
|
||||
|
||||
**The Jack Era Begins.** October 10, 2022 marks Jack's first appearance in a classic staircase standoff with Butter. The year shows the pack adjusting to a new member, with November capturing Jack + Jasmine car rides (both in harnesses) and the first Jack + Jasmine spooning photo.
|
||||
|
||||
April features an extended 16-photo Butter + Noir cuddle session that showcases their bond. September captures Jasmine window-watching with Meg in a Minnesota neighborhood setting.
|
||||
|
||||
## 2023 Highlights (6 photos)
|
||||
|
||||
A sparse but transitional year. November captures Butter with a lion cut posing on the old leather couch - these are the last photos of that furniture before it was replaced with the current recliners. The triple-dog pile photos (Nov 4-5) show Jack, Jasmine, and Oscar all sharing the couch together in beautiful multi-species harmony. December closes with a Meg + Jack holiday selfie.
|
||||
|
||||
**Furniture Context:** The leather couch visible in November 2023 photos was the old furniture, soon to be replaced. Current recliners came after these photos were taken.
|
||||
|
||||
## 2024 Highlights (28 photos)
|
||||
|
||||
Multi-species harmony on full display with the new furniture setup. February captures a four-pet lap pile (Jack + Oscar + Noir). March shows Butter and Noir sharing a bay window perch with art supplies scattered on the table - a gorgeous domestic scene.
|
||||
|
||||
December introduces the baby gate era, with Butter hiding in a box behind it (peeking through the bars). The year ends with Jack and Jasmine in matching galaxy blankets under purple ambient lighting.
|
||||
|
||||
## 2025 Highlights (7 photos)
|
||||
|
||||
The most recent photos show the family settled into their current home. January 12 captures Michael and Jack resting on the couch with a 3D printer and filament rack visible in the background - the maker setup.
|
||||
|
||||
April 2 shows Jack resting near an "Instant Cold Packs" box and an Amazon box reading "Wish you could just stay in bed? Granted." - post-surgery recovery context from Michael's medical journey (hand reconstruction surgery March 2025).
|
||||
|
||||
March 27 features a Jack + Noir staredown with Jasmine's legs visible in the background - the whole crew together.
|
||||
|
||||
---
|
||||
|
||||
## Key Timeline Milestones
|
||||
|
||||
**October 10, 2022:** Jack's first photo (staircase standoff with Butter)
|
||||
**November 2023:** Last photos of old leather couch before recliner upgrade
|
||||
**March 2025:** Hand reconstruction surgery (recovery visible in April photos)
|
||||
**April 2025:** 3D printer setup visible (maker hobby expansion)
|
||||
|
||||
---
|
||||
|
||||
## Running the Rename Script
|
||||
```bash
|
||||
cd ~/firefrost-work/firefrost-operations-manual/photos/staff-archive
|
||||
bash rename_all_years.sh
|
||||
git add images/
|
||||
git commit -m "Rename 249 staff archive photos with descriptive names"
|
||||
git push
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**Fire + Frost = Where Love Builds Legacy** 🔥❄️
|
||||
|
Before Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 6.4 MiB |
|
Before Width: | Height: | Size: 4.0 MiB |
|
Before Width: | Height: | Size: 4.0 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 7.0 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 7.2 MiB |
|
Before Width: | Height: | Size: 7.0 MiB |
|
Before Width: | Height: | Size: 6.7 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 4.2 MiB |
|
Before Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 7.5 MiB |
|
Before Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 6.0 MiB |
|
Before Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 3.5 MiB |
|
Before Width: | Height: | Size: 2.6 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 4.2 MiB |
|
Before Width: | Height: | Size: 4.5 MiB |
|
Before Width: | Height: | Size: 4.5 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 6.1 MiB |
|
Before Width: | Height: | Size: 4.0 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 4.9 MiB |
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 3.6 MiB |
|
Before Width: | Height: | Size: 5.0 MiB |
|
Before Width: | Height: | Size: 4.1 MiB |
|
Before Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 6.1 MiB |
|
Before Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 5.6 MiB |
|
Before Width: | Height: | Size: 5.7 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 5.1 MiB |
|
Before Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 5.8 MiB |
|
Before Width: | Height: | Size: 6.4 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 3.6 MiB |
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 2.6 MiB |
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 6.5 MiB |
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 6.3 MiB |
|
Before Width: | Height: | Size: 5.4 MiB |
|
Before Width: | Height: | Size: 10 MiB |
|
Before Width: | Height: | Size: 11 MiB |