{ "task_id": "task_create_page_referral", "entity_id": "page_referral", "generated_at": "2025-12-18T01:57:52.724017", "workflow_version": "v001", "target": { "type": "page", "definition": { "id": "page_referral", "name": "Referral Page", "description": "Referral code sharing", "file_path": "app/referral/page.tsx", "status": "PENDING", "auth_required": true, "components_used": [ "Navbar" ], "features": [ "Generate referral code", "Display shareable link", "Copy to clipboard button", "Show referral statistics", "Bonus points display" ], "path": "/referral" } }, "related": { "models": [], "apis": [], "components": [] }, "dependencies": { "entity_ids": [], "definitions": [] }, "files": { "to_create": [ "app/referral/page.tsx" ], "reference": [] }, "acceptance": [ { "criterion": "Page renders at /referral", "verification": "Navigate to /referral" }, { "criterion": "Data fetching works", "verification": "Check network tab" }, { "criterion": "Components render correctly", "verification": "Visual inspection" } ] }