Spaces:
Sleeping
Sleeping
| spec_version: 1 | |
| name: shopify_store_audit | |
| description: > | |
| Simulated Shopify store audit environment where an AI agent discovers and | |
| fixes real e-commerce issues across product data, SEO, inventory, collections, | |
| and orders. 3 tasks (easy/medium/hard) with graded difficulty. | |
| type: space | |
| runtime: fastapi | |
| app: server.app:app | |
| port: 8000 | |
| tasks: | |
| - id: product_listing_qa | |
| description: "8 product data issues β missing descriptions, broken pricing, absent images, draft products." | |
| grader: server.graders.grade_product_listing_qa | |
| difficulty: easy | |
| - id: seo_collection_optimization | |
| description: "12 SEO and catalog issues β missing SEO metadata, empty collections, broken rules, missing alt text." | |
| grader: server.graders.grade_seo_collection_optimization | |
| difficulty: medium | |
| - id: full_store_audit | |
| description: "20 cross-cutting issues β product data, SEO, inventory, collections, orders, and metafields." | |
| grader: server.graders.grade_full_store_audit | |
| difficulty: hard | |