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:
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Plan: Products Context with Provider Integration
|
||||
|
||||
> **Status:** Phase 1 Complete (c5c06d9) - See [PROGRESS.md](../../PROGRESS.md) for current status.
|
||||
|
||||
## Goal
|
||||
Build a Products context that syncs products from external POD providers (Printify first), stores them locally, and enables order submission for fulfillment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user