Full sync - all projects, memory, configs

This commit is contained in:
2026-03-21 20:27:59 -05:00
parent 2447677d4a
commit b33de10902
395 changed files with 1635300 additions and 459211 deletions

View File

@ -1,17 +1,74 @@
[
{
"title": "Set up DNS for .case remote access",
"description": "Configure DNS so feedhunter.case and admin.case resolve to 192.168.86.45 from all devices on the network.",
"category": "dns",
"title": "Get VPS Postgres credentials from D J",
"description": "Need host/IP, port, read-only user/pass, schema dump. Unlocks Polymarket sports arb scanner Phase 2.",
"category": "trading",
"priority": "high",
"status": "blocked",
"source": "D J",
"created": "2026-02-24"
},
{
"title": "Configure Brave Search API key",
"description": "web_search tool is non-functional without it. Run: openclaw configure --section web",
"category": "infra",
"priority": "medium",
"status": "pending",
"source": "Case",
"created": "2026-02-08 10:06",
"steps": [
"Option A: Add entries to your router's DNS settings (if supported)",
"Option B: Add to /etc/hosts on each device you want access from",
"Option C: Set up a local DNS server (Pi-hole, dnsmasq, etc.)",
"Entries needed: 192.168.86.45 feedhunter.case admin.case"
]
"created": "2026-02-26"
},
{
"title": "Audit CoinEx futures pairs vs scanner coins",
"description": "29 coins scanned from Binance US — verify which actually have CoinEx futures pairs. Remove phantom pairs.",
"category": "trading",
"priority": "medium",
"status": "pending",
"source": "Case",
"created": "2026-02-25"
},
{
"title": "Add exchange-side TP/SL orders on CoinEx",
"description": "Bot only checks every 5min. Exchange-side orders would be instant safety net.",
"category": "trading",
"priority": "medium",
"status": "pending",
"source": "Case",
"created": "2026-02-25"
},
{
"title": "Reduce auto-memory-indexer frequency",
"description": "Currently every 15min = 96 Sonnet calls/day. Consider 1h or 2h.",
"category": "cost",
"priority": "low",
"status": "pending",
"source": "Case",
"created": "2026-02-26"
},
{
"title": "Research remaining SPARK ideas",
"description": "61+ unresearched ideas. ARI completed batch 1 (10 ideas). Queue up batch 2.",
"category": "strategy",
"priority": "low",
"status": "pending",
"source": "Case",
"created": "2026-02-15"
},
{
"title": "CoinEx Dashboard rebuild",
"description": "Glitch rebuilding in Next.js 15 stack. Forge handles Gitea repo + deployment. Jinx+Pixel QA after.",
"category": "build",
"priority": "high",
"status": "in-progress",
"source": "D J",
"created": "2026-02-26"
},
{
"title": "Polymarket Sports Arb Scanner",
"description": "Phase 1 archived. Rebuild properly after VPS Postgres access. Highest priority money project.",
"category": "trading",
"priority": "high",
"status": "blocked",
"source": "D J",
"created": "2026-02-24"
}
]