{
  "meta": {
    "schema_version": "1.1",
    "last_updated": "2025-12-27T10:24:07Z",
    "updated_by": "claude",
    "ecosystem": "SkyNet/Genisys"
  },
  "global_decisions": [
    {
      "date": "2025-12-17",
      "decision": "All websites must detect PC vs mobile on entry",
      "approved_by": "claude"
    },
    {
      "date": "2025-12-17",
      "decision": "Content displayed in WebView within Node App",
      "approved_by": "claude"
    },
    {
      "date": "2025-12-17",
      "decision": "SkyNet architecture: Federated swarm model with Central Nodes (US+EU) + User Nodes",
      "approved_by": "claude"
    },
    {
      "date": "2025-12-17",
      "decision": "Master admin credentials unified across all projects",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "All pages MUST have PC/Mobile detection and Dark/Light toggle",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "⚠️ CRITICAL: ALL AWS services MUST be in us-east-1 ONLY. No exceptions except secondary AI instance.",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "S3, CloudFront, ACM, SES, Lambda, DynamoDB - everything in us-east-1",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "DATABASE POLICY: go2casino = RDS PostgreSQL, new projects = DynamoDB (pay-per-use)",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "NEVER use SageMaker - too expensive. Use Lambda + external AI APIs instead.",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "BILLING: Monitor costs regularly. CloudFront Security Bundle to be reviewed later.",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "⚠️ ISOLATION RULE: Each programmer works ONLY on their assigned domain. Never touch other domains even if visible in StatusPlace!",
      "approved_by": "human"
    },
    {
      "date": "2025-12-17",
      "decision": "EXCEPTION: NOD2 (Validator) MUST be in eu-central-1 (Frankfurt) for security & mirroring. This is the ONLY exception to us-east-1 rule.",
      "approved_by": "human"
    },
    {
      "date": "2025-12-18",
      "decision": "GENISYS.ONLINE = Social Network (not just narrative layer). Blueprint v2.0 approved. Priority: HIGH.",
      "approved_by": "human"
    },
    {
      "date": "2025-12-27",
      "decision": "📢 PAYMENT GUIDE PUBLISHED: Stripe + Coinbase implementation guide available at /guides/PAYMENT_IMPLEMENTATION_GUIDE.md - includes credentials, code examples, and best practices for all SkyNet projects",
      "made_by": "claude",
      "priority": "info",
      "affects": [
        "all_projects"
      ]
    }
  ],
  "projects": {
    "skynet.genisys.online": {
      "status": "active",
      "current_sprint": 11,
      "primary_ai": "claude",
      "last_deploy": "2025-12-18T09:25:31Z",
      "stack": {
        "frontend": "Admin Dashboard (HTML/CSS/JS)",
        "backend": "Python 3.11 Lambda (v9.0.0) + DynamoDB",
        "infra": "AWS Lambda + S3 + CloudFront + DynamoDB"
      },
      "features": [
        "Landing page (EN)",
        "Admin dashboard",
        "DynamoDB persistence",
        "Telemetry logger",
        "Email subscription backend",
        "Response evaluator",
        "governance.json framework"
      ],
      "open_risks": [
        "2FA enforcement waiting for admin setup",
        "NOD2 Validator not yet deployed"
      ],
      "dependencies": [
        {
          "project": "sync.skynet.genisys.online",
          "type": "data",
          "status": "active"
        }
      ],
      "recommendations": {
        "for_next_sprint": [
          "/dna endpoint (AI introspekce)",
          "Skynet Time synchronizace",
          "governance.json runtime aktivace",
          "Audit log do DynamoDB",
          "2FA pro dashboard.html"
        ],
        "for_architect": [
          "Wait for admin 2FA confirmation before enabling enforcement",
          "Prepare NOD2 validator protocol"
        ]
      }
    },
    "go2casino.online": {
      "status": "active",
      "current_sprint": 9,
      "primary_ai": "claude",
      "last_deploy": "2025-12-23T18:38:18Z",
      "stack": {
        "frontend": "React 18 + Vite + TailwindCSS + Framer Motion",
        "backend": "Node.js + Express + Prisma (v15-sprint9) + PostgreSQL (RDS)",
        "infra": "AWS S3 + CloudFront + Elastic Beanstalk"
      },
      "features": [
        "User auth (JWT + password reset + admin reset)",
        "SkyCoin dual-currency wallet (bonus + real)",
        "Dark/Light theme toggle",
        "Mobile responsive design",
        "🎰 ROULETTE - European wheel, all bet types",
        "🃏 BLACKJACK - Hit/Stand/Double, 3:2 BJ",
        "🎰 SLOTS - 8 symbols, auto-spin, weighted RNG",
        "♠️ POKER - Texas Hold'em, hand evaluation",
        "🎴 BACCARAT - Punto Banco, 8-deck shoe",
        "🎲 CRAPS - Pass/Don't Pass/Field/Any7",
        "✅ BETA WARNING BANNER - Priority 0",
        "✅ Ledger Adapter API (Mock) - Sprint 7",
        "✅ Provably Fair (Roulette) - Sprint 7",
        "✅ 10 Achievements System - Sprint 8",
        "✅ Leaderboards (Weekly/All-time) - Sprint 8",
        "✅ Transaction History Enhanced - Sprint 8",
        "✅ Sound Manager (ON/OFF) - Sprint 8",
        "✅ Age Verification & Compliance - Sprint 8",
        "✅ Stripe Payment Integration - Sprint 9",
        "✅ Coinbase Crypto Payments - Sprint 9",
        "✅ Withdrawal System + Admin Approval - Sprint 9",
        "✅ Admin API (stats, users, withdrawals) - Sprint 9"
      ],
      "open_risks": [
        "Admin Dashboard UI not yet implemented (Sprint 10)",
        "SkyCoin real API integration pending skycoin.online"
      ],
      "dependencies": [
        {
          "project": "skycoin.online",
          "type": "API",
          "status": "planned"
        }
      ],
      "recommendations": {
        "for_architect": [
          "✅ Sprint 9 COMPLETE - Payments Core",
          "✅ Stripe checkout working",
          "✅ Coinbase crypto payments working",
          "✅ Withdrawal requests with admin approval",
          "✅ Admin API for withdrawal management",
          "✅ Transaction history with real data",
          "⏳ Next: Sprint 10 - Admin Dashboard UI"
        ],
        "for_next_sprint": [
          "Admin Dashboard UI (React)",
          "User management interface",
          "Withdrawal approval/reject UI",
          "Risk flags visualization",
          "Audit log viewer"
        ]
      }
    },
    "skycoin.online": {
      "status": "active",
      "current_sprint": 4,
      "primary_ai": "claude",
      "last_deploy": "2025-12-18T09:25:31Z",
      "stack": {
        "frontend": "React 18 + Vite 5",
        "backend": "AWS Lambda + DynamoDB",
        "infra": "AWS S3 + CloudFront + Lambda Function URL"
      },
      "features": [
        "Landing page - First Issuance",
        "Dark/Light theme toggle",
        "Real authentication (register/login)",
        "JWT token management",
        "DynamoDB Users + Transactions",
        "Lambda API backend",
        "Account Dashboard with real API",
        "Transaction history from DB",
        "100 SKY welcome bonus"
      ],
      "open_risks": [],
      "dependencies": [
        {
          "project": "skynet.genisys.online",
          "type": "content",
          "status": "active"
        }
      ],
      "recommendations": {
        "for_architect": [
          "Implement proper JWT with expiration",
          "Add password reset flow",
          "Plan payment gateway integration",
          "Security audit for auth system"
        ],
        "for_next_sprint": [
          "POST /api/transfer - převod SKY mezi účty",
          "Email verification při registraci",
          "Password reset flow",
          "Rate limiting na všech endpoints",
          "2FA pro admin stránky"
        ]
      }
    },
    "skycoin.info": {
      "status": "active",
      "current_sprint": 4,
      "primary_ai": "claude",
      "last_deploy": "2025-12-19T14:08:54Z",
      "stack": {
        "frontend": "React + Vite",
        "backend": "N/A (static)",
        "infra": "AWS S3 + CloudFront + ACM + Route53"
      },
      "features": [
        "Official SkyCoin information portal",
        "Project Status banner (Concept Phase)",
        "FULL Disclaimer section with legal notices",
        "Dark/Light theme toggle",
        "5 informational sections with status badges",
        "Roadmap page (NO dates, phases only, No Promises disclaimer)",
        "Whitepaper page (Coming Soon)",
        "FAQ page with accordion",
        "Comprehensive disclaimers (header, footer, dedicated section, all pages)",
        "Hash-based routing",
        "Responsive design with improved spacing (100px+ between sections)"
      ],
      "open_risks": [],
      "dependencies": [
        {
          "project": "skycoin.online",
          "type": "content",
          "status": "planned"
        }
      ],
      "recommendations": {
        "for_architect": [
          "Full disclaimer compliance achieved",
          "Legal review recommended for final sign-off",
          "Visual polish complete - spacing improved"
        ],
        "for_next_sprint": [
          "Legal/Terms page (if needed)",
          "Multi-language support (EN/CZ)",
          "Analytics integration",
          "Real whitepaper content when available"
        ]
      }
    },
    "skychat.online": {
      "status": "active",
      "current_sprint": 4,
      "primary_ai": "claude",
      "last_deploy": "2025-12-19T04:07:29Z",
      "stack": {
        "frontend": "React 18 + Vite 7",
        "backend": "AWS Lambda + API Gateway + DynamoDB (LIVE)",
        "infra": "S3 + CloudFront + Cognito (LIVE)"
      },
      "features": [
        "Landing page",
        "Chat UI (demo mode)",
        "Dark/Light theme",
        "SPRINT 4: Backend LIVE",
        "SPRINT 4: API Gateway deployed",
        "SPRINT 4: DynamoDB table created",
        "SPRINT 4: Cognito User Pool active",
        "SPRINT 4: Lambda function running"
      ],
      "backend_resources": {
        "api_endpoint": "https://0ab2jyw0d1.execute-api.us-east-1.amazonaws.com/prod",
        "cognito_user_pool": "us-east-1_vei3pQZhA",
        "cognito_client_id": "3nl1q7jlln2qu01i2ec10eso3g",
        "dynamodb_table": "skychat-messages-prod",
        "lambda_function": "skychat-messages-prod"
      },
      "open_risks": [
        "Frontend still using mock data (integration pending)",
        "Auth UI not implemented yet"
      ],
      "dependencies": [
        {
          "project": "skynet.genisys.online",
          "type": "shared",
          "status": "active"
        }
      ],
      "recommendations": {
        "for_architect": [
          "Sprint 4 IN PROGRESS - Backend DEPLOYED",
          "All AWS resources created successfully",
          "Health endpoint verified: /health returns 200",
          "Frontend integration pending"
        ],
        "for_next_sprint": [
          "Create Auth UI (login/register forms)",
          "Connect ChatWindow to real API",
          "Test end-to-end message flow",
          "WebSocket for real-time (Sprint 5)"
        ]
      }
    },
    "mycryptogate.com": {
      "status": "active",
      "current_sprint": 5,
      "primary_ai": "claude",
      "last_deploy": "2025-12-21T22:12:43Z",
      "stack": {
        "frontend": "React 19 + Vite + TailwindCSS",
        "backend": "Node.js + Express + Prisma + PostgreSQL + Redis + WebSocket",
        "infra": "AWS S3 + CloudFront (pending deployment)"
      },
      "features": [
        "Trading matching engine",
        "LIMIT + MARKET orders",
        "Partial fills support",
        "0.2% trading fee",
        "Real-time WebSocket updates",
        "User authentication",
        "✅ NEW: Frontend DEPLOYED to AWS",
        "✅ NEW: Dark/Light theme toggle",
        "✅ NEW: PC/Mobile detection",
        "✅ NEW: Beta disclosure banner",
        "✅ NEW: Risk disclaimer page",
        "✅ NEW: Responsive design"
      ],
      "open_risks": [
        "Backend not yet deployed to AWS",
        "NBCGate API credentials pending",
        "Using mock data (API not connected)"
      ],
      "dependencies": [
        {
          "project": "skycoin.online",
          "type": "API",
          "status": "planned"
        }
      ],
      "recommendations": {
        "for_architect": [
          "Sprint 5 IN PROGRESS - Frontend DEPLOYED",
          "https://mycryptogate.com/ now LIVE",
          "Backend deployment strategy needed (EB vs Lambda)",
          "NBCGate credentials required for payment integration"
        ],
        "for_next_sprint": [
          "Deploy backend to AWS",
          "Connect frontend to real API",
          "NBCGate payment integration",
          "WebSocket real-time data"
        ]
      }
    },
    "quickmailbox.online": {
      "status": "active",
      "current_sprint": 9,
      "primary_ai": "claude",
      "last_deploy": "2025-12-21T14:21:59Z",
      "stack": {
        "frontend": "React 18 + Vite 5 + DOMPurify",
        "backend": "Lambda Node.js 20 + API GW + DynamoDB + SES",
        "infra": "S3 + CloudFront + Route53 + SES"
      },
      "features": [
        "User registration + login with rate limiting",
        "JWT authentication (24h expiry)",
        "Email RECEIVING + SENDING via SES",
        "Reply and Forward functionality",
        "Inbox + Sent folder",
        "Email search",
        "Star/delete/mark as read",
        "Account deletion",
        "DOMPurify sanitization",
        "CORS restricted"
      ],
      "open_risks": [
        "SES sandbox mode",
        "No attachments",
        "No storage quota"
      ],
      "dependencies": [],
      "recommendations": {
        "for_architect": [
          "FULL EMAIL CLIENT with Reply/Forward",
          "Ready for production SES access request"
        ],
        "for_next_sprint": [
          "Email attachments",
          "Storage quota enforcement",
          "Trash folder",
          "Custom aliases"
        ]
      }
    },
    "skymailbox.net": {
      "status": "active",
      "current_sprint": 6,
      "sprint_status": "DONE",
      "standards_implemented": [
        "MAIL-001",
        "MON-001"
      ],
      "primary_ai": "claude",
      "last_deploy": "2025-12-20T10:59:03Z",
      "stack": {
        "frontend": "React + Vite",
        "backend": "AWS Lambda (Python 3.12) x 3",
        "database": "DynamoDB (5 tables)",
        "infra": "AWS S3 + CloudFront + SES + Route 53"
      },
      "features": [
        "Landing page with dark/light mode",
        "Email pipeline: SES → S3 → Lambda → DynamoDB",
        "Gmail forwarding (ALWAYS ON per MAIL-001)",
        "Identity API (CRUD + reserved alias check)",
        "Quota Engine (FREE/PREMIUM/PRO tiers)",
        "Subscription management",
        "Admin metrics API",
        "System mailboxes (info, admin, support, business)",
        "Reserved aliases blocked (16 total)",
        "Billing hooks prepared (Stripe/Coinbase)"
      ],
      "api_endpoints": {
        "identity": "https://qsmuwmqqyfoozt3mfmut7z5rm40jsbse.lambda-url.us-east-1.on.aws",
        "quota": "https://l7guc4jamnaavahujwwrza4tnq0rcvsm.lambda-url.us-east-1.on.aws"
      },
      "monetization": {
        "tiers": [
          "FREE",
          "PREMIUM",
          "PRO"
        ],
        "pricing": {
          "FREE": "$0",
          "PREMIUM": "$2.99/mo",
          "PRO": "$9.99/mo"
        },
        "billing_ready": false,
        "billing_providers_planned": [
          "stripe",
          "coinbase"
        ]
      },
      "metrics": {
        "active_mailboxes": 8,
        "tier_distribution": {
          "FREE": 0,
          "PREMIUM": 1,
          "PRO": 0
        },
        "total_messages": 0
      },
      "open_risks": [],
      "recommendations": {
        "for_architect": [
          "Sprint 6 complete - monetization ready",
          "Ready for Sprint 7: Gmail-level features"
        ],
        "for_next_sprint": [
          "Search & threading",
          "AI tagging",
          "Stripe/Coinbase integration",
          "User notifications"
        ]
      }
    },
    "genisys.online": {
      "status": "active",
      "current_sprint": 2,
      "primary_ai": "claude",
      "last_deploy": "2025-12-18T09:25:31Z",
      "stack": {
        "frontend": "React 18 + TypeScript + Vite",
        "backend": "AWS Lambda + DynamoDB",
        "infra": "AWS S3 + CloudFront + API Gateway"
      },
      "features": [
        "Landing page",
        "Dark/Light theme",
        "User registration (Sprint 2)",
        "User profiles (Sprint 2)",
        "Feed & Posts (Sprint 2)"
      ],
      "open_risks": [],
      "dependencies": [
        {
          "project": "skynet.genisys.online",
          "type": "content",
          "status": "active"
        }
      ],
      "recommendations": {
        "for_architect": [
          "Blueprint v2.0: Social Network concept",
          "Priorita: HIGH - náš Facebook"
        ],
        "for_next_sprint": [
          "User registration/login (DynamoDB)",
          "User profile page",
          "Basic feed (chronological)",
          "Create post (text only)",
          "Single Sign-On příprava"
        ]
      }
    },
    "kaufmann.wtf": {
      "status": "active",
      "current_sprint": 11,
      "primary_ai": "claude",
      "last_deploy": "2025-12-18T23:27:39Z",
      "stack": {
        "frontend": "HTML + CSS + JS",
        "backend": "N/A",
        "infra": "AWS S3 + CloudFront"
      },
      "features": [
        "World Travel Factbook",
        "261 country pages",
        "Dark/Light mode",
        "PWA support",
        "Search & region filter",
        "Favorites (localStorage)",
        "Country comparison tool",
        "All auxiliary pages complete",
        "2FA TOTP authentication"
      ],
      "open_risks": [],
      "dependencies": [],
      "recommendations": {
        "for_architect": [],
        "for_next_sprint": [
          "Dashboard content (analytics)",
          "User management",
          "Content editor"
        ]
      }
    },
    "kaufmann.agency": {
      "status": "active",
      "current_sprint": 3,
      "primary_ai": "claude",
      "last_deploy": "2025-12-18T09:25:31Z",
      "stack": {
        "frontend": "React + TypeScript + Vite",
        "backend": "N/A",
        "infra": "AWS S3 + CloudFront"
      },
      "features": [
        "Complete website redesign",
        "React + TypeScript + Vite stack",
        "13 languages with full translations (HU, PL, ES completed)",
        "RTL support (Arabic, Hebrew)",
        "17 partner schools listing",
        "7 faculties for Charles University",
        "School detail pages with faculty descriptions",
        "Responsive mobile design",
        "Tailwind CSS styling",
        "Language switcher with flags",
        "SEO component with meta tags and Open Graph"
      ],
      "open_risks": [
        "Contact form not yet functional (needs AWS Lambda + SES)",
        "School programs data still empty"
      ],
      "dependencies": [],
      "recommendations": {
        "for_architect": [],
        "for_next_sprint": [
          "Kontaktní formulář (AWS SES)",
          "Více dat o školách - fakulty",
          "Testimonials/Reviews sekce",
          "Performance optimalizace"
        ]
      }
    },
    "skyos.online": {
      "status": "active",
      "current_sprint": 3,
      "primary_ai": "claude",
      "last_deploy": "2025-12-19T02:29:45Z",
      "stack": {
        "frontend": "HTML + CSS + Vanilla JS",
        "backend": "N/A",
        "infra": "AWS S3 + CloudFront + Route53 + ACM"
      },
      "features": [
        "Landing page with SkyOS concept",
        "GENOM Explainer section (How SkyOS Thinks)",
        "Visual diagram: GENOM → SkyOS → Outputs",
        "2FA TOTP Admin login",
        "Admin Dashboard (placeholder)",
        "Dark/Light toggle",
        "PC/Mobile detection",
        "Responsive design"
      ],
      "open_risks": [
        "Beta signup not connected to backend",
        "Dashboard shows placeholder data only"
      ],
      "dependencies": [],
      "recommendations": {
        "for_architect": [
          "SkyOS ↔ GENOM relationship clarified",
          "2FA implemented (pure frontend)",
          "Ready for backend integration"
        ],
        "for_next_sprint": [
          "Connect beta signup to backend",
          "Add real dashboard data",
          "Create dedicated GENOM page"
        ]
      }
    },
    "dashboard.genisys.online": {
      "status": "active",
      "current_sprint": 3,
      "primary_ai": "claude",
      "last_deploy": "2025-12-19T02:21:19Z",
      "stack": {
        "frontend": "HTML + CSS + Vanilla JS",
        "backend": "N/A (frontend 2FA TOTP)",
        "infra": "AWS S3 (us-east-1) + CloudFront + Route53 + ACM"
      },
      "features": [
        "2FA TOTP authentication (Google Authenticator compatible)",
        "QR code setup for first login",
        "Live data from PROJECT_STATE.json",
        "Project detail modal with full info",
        "Search/filter projects",
        "Health checks for all domains (10 endpoints)",
        "Auto-refresh every 60 seconds",
        "Manual refresh button",
        "SkyCoin rate display (1 SKY ≈ 1 USD Beta)",
        "Global decisions list",
        "Project statistics (total/active/paused)",
        "Dark/Light theme toggle",
        "PC/Mobile device detection",
        "Responsive design (mobile-first)",
        "Keyboard shortcuts (Escape, /)",
        "HTTPS with custom domain"
      ],
      "open_risks": [
        "Frontend-only 2FA (secret in JS, but TOTP is time-based so secure enough)",
        "Health checks use no-cors mode (limited status info)"
      ],
      "dependencies": [
        {
          "project": "sync.skynet.genisys.online",
          "type": "data",
          "status": "active"
        }
      ],
      "recommendations": {
        "for_architect": [
          "2FA TOTP implemented - same secret as kaufmann.wtf",
          "S3 migrated to us-east-1 per global decision",
          "Project detail modal complete"
        ],
        "for_next_sprint": [
          "Add deployment history graph",
          "QuickMailbox email count widget",
          "Sprint velocity chart",
          "Export data as PDF/CSV"
        ]
      }
    },
    "genom.genisys.online": {
      "status": "active",
      "current_sprint": 1,
      "primary_ai": "claude",
      "last_deploy": null,
      "stack": {
        "frontend": "React 18 + TypeScript + Vite + Tailwind CSS",
        "backend": "FastAPI (Python) - planned",
        "infra": "AWS S3 + CloudFront + Route53 + ACM"
      },
      "features": [
        "Landing page (planned)",
        "GENOM standard definition",
        "AI licensing system (planned)",
        "Manifesto rules",
        "Compliance checker (planned)"
      ],
      "open_risks": [
        "Backend not yet implemented",
        "Payment integration pending"
      ],
      "dependencies": [],
      "recommendations": {
        "for_architect": [
          "Define complete Manifesto rules",
          "Design licensing API",
          "Plan payment integration (Stripe)"
        ],
        "for_next_sprint": [
          "Landing page implementation",
          "Network status widget",
          "Manifesto preview",
          "time.html integration"
        ]
      }
    },
    "download.skyos.online": {
      "status": "active",
      "current_sprint": 1,
      "primary_ai": "claude",
      "stack": {
        "frontend": "React 18 + TypeScript + Vite + Tailwind CSS",
        "backend": "None (static)",
        "infrastructure": "AWS S3 + CloudFront"
      },
      "features": [
        "Download portal",
        "Documentation",
        "Roadmap"
      ],
      "last_deploy": null,
      "health_check_url": "https://download.skyos.online",
      "recommendations": {
        "for_next_sprint": [
          "Landing page",
          "Download page",
          "2FA admin",
          "Dark/Light toggle"
        ]
      }
    },
    "blockchain.ntf.market": {
      "status": "active",
      "current_sprint": 1,
      "primary_ai": "claude",
      "last_deploy": "2026-01-23T05:35:00Z",
      "stack": {
        "frontend": "React + Vite + TailwindCSS (NFT Marketplace) + HTML/JS (Wallet)",
        "backend": "Python 3.11 Lambda + Node.js Lambda (SKC Blockchain)",
        "infra": "AWS Lambda + S3 + CloudFront + DynamoDB + API Gateway + CloudWatch Events"
      },
      "features": [
        "NFT Marketplace frontend (HomePage, Marketplace, MyNFTs, TokenPage, Profile)",
        "125 NFTs importovano (Mo'Joe Genesis + 3 kolekce)",
        "SKC Price Simulation (mean-reversion, $0.97-$1.13)",
        "Price API (live cena, statistiky, historie)",
        "CloudWatch cron (hourly price simulation)",
        "Wallet API (create, balance, history, transfer)",
        "5 testovacich uctu (100k SKC each)",
        "wallet.mycryptogate.com propojeno s live price feed",
        "Fix sign-up wallet creation"
      ],
      "open_risks": [
        "NFT API cache - nove vlastnictvi se neprojevuje okamzite",
        "Frontend blockchain.ntf.market DNS konfigurace pending",
        "NFT nakup za SKC neni implementovan"
      ],
      "dependencies": [
        {
          "project": "blockchain.skycoin.online",
          "type": "API",
          "status": "active"
        },
        {
          "project": "mycryptogate.com",
          "type": "wallet",
          "status": "active"
        }
      ],
      "recommendations": {
        "for_architect": [
          "Sprint 1 DOKONCEN - Price sim + Wallet API + Test accounts",
          "API: https://mjzatxjb31.execute-api.us-east-1.amazonaws.com/prod",
          "Wallet: wallet.mycryptogate.com LIVE",
          "System testovan a funkcni"
        ],
        "for_next_sprint": [
          "Implementovat NFT nakup za SKC",
          "Admin dashboard",
          "Autentikace uzivatelu (JWT)",
          "NFT minting funkce",
          "CloudFront cache invalidace"
        ]
      }
    }
  },
  "shared_resources": {
    "payment_guide": {
      "url": "https://sync.skynet.genisys.online/guides/PAYMENT_IMPLEMENTATION_GUIDE.md",
      "description": "Complete Stripe + Coinbase Commerce implementation guide with credentials",
      "created": "2025-12-27T10:24:07Z",
      "created_by": "claude",
      "reference_project": "go2casino.online"
    }
  }
}