{
  "project": "Mosaic Technology Consulting Laravel Platform",
  "version": "v1",
  "target_laravel_version": "11.51.0",
  "generated_date": "2026-06-01",
  "deploy_source_of_truth": {
    "migrations": "database/migrations",
    "seeders": "database/seeders"
  },
  "seeded_users": [
    {
      "role": "executive",
      "email": "executive@consultmosaic.com"
    },
    {
      "role": "resident_consultant",
      "email": "resident@consultmosaic.com"
    },
    {
      "role": "affiliate_consultant",
      "email": "affiliate@consultmosaic.com"
    }
  ],
  "public_pages": [
    "/",
    "/services",
    "/strategies",
    "/ai-readiness-assessment",
    "/ai-corporate-training",
    "/ai-workflow-capstone-program",
    "/magento-open-source-operations",
    "/commerce-ai-components",
    "/industries",
    "/industries/ecommerce-retail-distribution",
    "/industries/professional-services-consulting",
    "/industries/healthcare-admin-backoffice",
    "/how-we-work",
    "/case-studies",
    "/insights",
    "/about",
    "/contact",
    "/book-discovery"
  ],
  "affiliate_preview_routes": [
    "/affiliate-preview",
    "/affiliate-preview/approved-consultant",
    "/affiliate-preview/resident-consultant"
  ],
  "seeded_questionnaire_templates": [
    "eCommerce, Retail & Distribution Assessment",
    "Professional Services & Consulting Assessment",
    "Healthcare Admin & Back Office Assessment"
  ],
  "seeded_business_rules": [
    "BR-AFF-001",
    "BR-AFF-002",
    "BR-PAY-001",
    "BR-PROP-001",
    "BR-PROP-002",
    "BR-QST-001"
  ],
  "demo_records": {
    "account": "Northwind Health Retail Group",
    "lead_contact": "Alex Rivera",
    "proposal": "Northwind Operations Improvement Proposal",
    "project": "Northwind Operations Improvement"
  },
  "notes": [
    "Run php artisan migrate --seed on the server to materialize the schema and content.",
    "Set MTC_INITIAL_USER_PASSWORD in the server .env before the first seed, then remove it after rotating seeded user passwords.",
    "Export the live seeded database from phpMyAdmin after first deploy to create the first SQL backup."
  ]
}
