costco-grocery-list/docs
Nico 77ae5be445
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 1m10s
Build & Deploy Costco Grocery List / verify-images (push) Successful in 3s
Build & Deploy Costco Grocery List / deploy (push) Successful in 11s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
refactor
2026-02-22 01:27:03 -08:00
..
architecture styling fix and readme files reorg 2026-01-27 00:03:58 -08:00
archive styling fix and readme files reorg 2026-01-27 00:03:58 -08:00
features styling fix and readme files reorg 2026-01-27 00:03:58 -08:00
guides styling fix and readme files reorg 2026-01-27 00:03:58 -08:00
migration styling fix and readme files reorg 2026-01-27 00:03:58 -08:00
AGENTIC_CONTRACT_MAP.md chore: establish governance baseline and migration workflow 2026-02-16 01:09:13 -08:00
DB_MIGRATION_WORKFLOW.md refactor 2026-02-22 01:27:03 -08:00
PROJECT_STATE_AUDIT.md docs: add project state audit and execution plan 2026-02-16 01:49:44 -08:00
README.md chore: establish governance baseline and migration workflow 2026-02-16 01:09:13 -08:00

Documentation Index

This directory contains all project documentation organized by category.

📁 Directory Structure

/architecture - System Design & Structure

/features - Feature Implementation Details

/guides - How-To & Reference Guides

/migration - Database Migrations & Updates

/archive - Completed Implementation Records

Historical documentation of completed features. Useful for reference but not actively maintained.


📄 Root-Level Documentation

These files remain at the project root for easy access:


🔍 Quick Reference

Setting up the project? → Start with setup-checklist.md

Understanding the API? → See api-documentation.md

Working on mobile UI? → Check MOBILE_RESPONSIVE_AUDIT.md

Need architecture context? → Read AGENTIC_CONTRACT_MAP.md and ../PROJECT_INSTRUCTIONS.md

Running migrations? → Follow DB_MIGRATION_WORKFLOW.md


📝 Contributing to Documentation

When adding new documentation:

  1. Guides (/guides) - General how-to, setup, reference
  2. Features (/features) - Specific feature implementation details
  3. Architecture (/architecture) - System design, patterns, structure
  4. Migration (/migration) - Database migrations and upgrade guides
  5. Archive (/archive) - Completed implementation records (for reference only)

Keep documentation:

  • Up-to-date with code changes
  • Concise and scannable
  • Linked to relevant files (use relative paths)
  • Organized by category