costco-grocery-list/docs
2026-02-16 01:40:18 -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 feat: add db migration for session storage 2026-02-16 01:40:18 -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