Files
pyre/infra/status/status.json
RogueWave 6ab0f02d06 feat(prometheus): real providers (Gemini/fal/Pollinations…) + secure key store
- Secure secrets: gitignored ~/pyre/.env (chmod 600) loaded into the API via
  `node --env-file-if-exists`; keys never committed/logged/returned. .env.example
  documents the vars. Free-first default (text=gemini, image=pollinations).
- @pyre/config: provider selection + key fields.
- @pyre/prometheus: real providers via fetch (no SDK deps) — Gemini/Anthropic/
  OpenAI text, Pollinations(free)/fal/DeepInfra/Replicate image, OpenAI moderation;
  `createProviders()` factory selects by config + key presence, falls back to stub.
  29 tests.
- @pyre/api: /api/prometheus/generate builds providers from config; keys never logged.

Live-verified end-to-end: admin-gated generate returned a real Spawn ("Ashen
Golem"/$AGOL) with a Pollinations image on the $0 stub-text+free-image stack;
.env-loaded admin token enforced. typecheck 8/8, 150 tests.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 07:23:18 +00:00

133 lines
5.6 KiB
JSON

{
"project": "PYRE / Prometheus Protocol",
"tagline": "Burn the dead. Feed the PYRE. Claim the Spawn.",
"repo": "https://git.lumiai.dev/RogueWave/pyre",
"domain": "https://feedthepyre.com",
"updated": "2026-05-31",
"phases": [
{
"id": 0,
"name": "Server & Repo Setup",
"state": "done",
"items": [
{ "label": "VPS configured (pyre user, SSH key, root disabled, UFW, Fail2ban)", "done": true },
{ "label": "Claude Code installed", "done": true },
{ "label": "Repo initialized", "done": true },
{ "label": "pnpm workspace created", "done": true },
{ "label": "web/api/worker skeleton", "done": true },
{ "label": "Postgres + Redis running", "done": true },
{ "label": "nginx configured", "done": true },
{ "label": "Environment templates", "done": true }
]
},
{
"id": 1,
"name": "Wallet Scanner",
"state": "done",
"items": [
{ "label": "Wallet connect frontend", "done": true },
{ "label": "Scan endpoint (POST /api/scan)", "done": true },
{ "label": "Token account fetch (SPL + Token-2022 detect)", "done": true },
{ "label": "Basic classification (conservative, 43 tests)", "done": true },
{ "label": "Scan results UI (grouped)", "done": true },
{ "label": "Protected/skipped UI", "done": true },
{ "label": "Deployed live at feedthepyre.com + scan verified e2e", "done": true }
]
},
{
"id": 2,
"name": "Close Empty ATAs",
"state": "in_progress",
"items": [
{ "label": "Identify empty token accounts (server re-validated)", "done": true },
{ "label": "Build close-account tx (unsigned; classic SPL + Token-2022)", "done": true },
{ "label": "Decode tx + preview match (rent → your wallet)", "done": true },
{ "label": "Wallet signing (client-side, adapter only)", "done": true },
{ "label": "Confirmation tracking", "done": true },
{ "label": "Receipt page (on-chain verified)", "done": true },
{ "label": "Live signed close verified e2e (needs an empty ATA)", "done": false }
]
},
{
"id": 3,
"name": "Burn Junk",
"state": "done",
"items": [
{ "label": "Incinerate-only classification", "done": true },
{ "label": "Burn transaction builder (server re-validated, value-gated)", "done": true },
{ "label": "Burn-then-close flow (+ transparent 5% fee)", "done": true },
{ "label": "Stronger confirmations (destructive confirm + decode-match)", "done": true },
{ "label": "Receipt update (on-chain verified)", "done": true },
{ "label": "Live signed burn verified e2e (mainnet)", "done": true }
]
},
{
"id": 4,
"name": "Prometheus Generator",
"state": "in_progress",
"items": [
{ "label": "Meta mixer (deterministic influence model)", "done": true },
{ "label": "Spawn name/ticker/lore generation (provider-abstracted)", "done": true },
{ "label": "Image prompt generation", "done": true },
{ "label": "Safety checks (denylist + moderation)", "done": true },
{ "label": "Real AI providers wired (Gemini/Anthropic/OpenAI + Pollinations/fal/DeepInfra/Replicate) + secure key store", "done": true },
{ "label": "Generation input from receipt", "done": false },
{ "label": "Admin review & generate UI", "done": false }
]
},
{
"id": 5,
"name": "Manual Pump.fun Launch Workflow",
"state": "in_progress",
"items": [
{ "label": "Spawn records DB + admin generate/launch endpoints", "done": true },
{ "label": "Mint/url/tx record input (admin)", "done": true },
{ "label": "Public Spawn record page (/spawn)", "done": true },
{ "label": "Metadata JSON + IPFS upload", "done": false },
{ "label": "Operator launch checklist / semi-auto create", "done": false }
]
},
{
"id": 6,
"name": "Essence / Round Prototype",
"state": "in_progress",
"items": [
{ "label": "Safe swap candidate detection (Jupiter)", "done": true },
{ "label": "Route quote preview (price impact + dust gate + Shield)", "done": true },
{ "label": "Net Essence estimate (fee preview)", "done": true },
{ "label": "Round dashboard (public 'fed the PYRE' panel)", "done": true },
{ "label": "Contribution database record (Postgres ledger)", "done": true },
{ "label": "No claim promises until on-chain logic exists", "done": false }
]
},
{
"id": 7,
"name": "PYRE Core Program",
"state": "todo",
"items": [
{ "label": "Anchor program — create round", "done": false },
{ "label": "Contribute Essence", "done": false },
{ "label": "Contribution receipt PDA", "done": false },
{ "label": "Lock round", "done": false },
{ "label": "Register Spawn", "done": false },
{ "label": "Claim Spawn", "done": false },
{ "label": "Refund failed round", "done": false },
{ "label": "Tests", "done": false }
]
}
],
"infra": [
{ "label": "Node.js 22", "done": true },
{ "label": "pnpm", "done": true },
{ "label": "Git + Gitea remote", "done": true },
{ "label": "DNS (feedthepyre.com)", "done": true },
{ "label": "Monorepo scaffold + docs", "done": true },
{ "label": "pnpm install + typecheck clean", "done": true },
{ "label": "nginx", "done": true },
{ "label": "PostgreSQL", "done": true },
{ "label": "Redis", "done": true },
{ "label": "PM2 (installed + boot service)", "done": true },
{ "label": "TLS (Let's Encrypt)", "done": true }
]
}