docs: consolidate project tracking into PROGRESS.md

- Create PROGRESS.md as single source of truth for status
- Slim ROADMAP.md to vision only (~100 lines, down from ~500)
- Expand CLAUDE.md with streams, auth routing, forms, workflow
- Convert AGENTS.md to stub pointing to CLAUDE.md
- Update plan files with status headers, remove progress trackers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-01-31 14:06:07 +00:00
parent 153f3d049f
commit d97918d66a
6 changed files with 252 additions and 858 deletions

View File

@@ -1,29 +1,8 @@
# Plan: Automatic Image Optimization Pipeline
**Location:** `docs/plans/image-optimization.md`
**Purpose:** Track implementation progress - update this file after each phase completes.
> **Status:** Complete - See [PROGRESS.md](../../PROGRESS.md) for current status.
---
## Progress Tracker
**Current Phase:** Complete
**Last Updated:** 2026-01-21
| Phase | Status | Commit |
|-------|--------|--------|
| 1. Oban dependency + config | ✅ Complete | dbadd2a |
| 2. Migration + Schema | ✅ Complete | cefec1a |
| 3. Optimizer module | ✅ Complete | 2b5b749 |
| 4. Oban worker | ✅ Complete | 2b5b749 |
| 5. Media module integration | ✅ Complete | (pending commit) |
| 6. VariantCache GenServer | ✅ Complete | (pending commit) |
| 7. Responsive image component | ✅ Complete | (pending commit) |
| 8. ImageController disk serving | ✅ Complete | (pending commit) |
| 9. Mix task for mockups | ✅ Complete | (pending commit) |
| 10. Final integration + Lighthouse | ✅ Complete | (pending commit) |
**Legend:** ⬜ Pending | 🔄 In Progress | ✅ Complete | ❌ Blocked
This document contains implementation details for reference.
---