Tarih: 2026-05-14 Hazırlayan: GPT (External Audit Firm Lens) Amaç: Mevcut sistemi inceleyip eksikleri çıkarmak, Opus'un doğru yöne yönelmesi için yol haritası
Tarih: 2026-05-14 Hazırlayan: GPT (External Audit + Tech Scout Lens) Hedef: VS Code içindeki Opus'a feed edilecek MASTER TODO + stratejik yol haritası Repo: github.com/omerkilicarslan/peanut-fresh Lokal: C:\Users\okili\dev\peanut-fresh Status: PILOT-READY DEĞİL — 11 BLOCKER + 27 HIGH bulgu + 60 teknoloji fırsatı
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| echo "================================================" | |
| echo "GitHub Runner Setup — Hetzner CPX22 Ubuntu 24.04" | |
| echo "================================================" | |
| TOKEN=$1 | |
| if [ -z "$TOKEN" ]; then | |
| echo "" |