Files
workspace/memory/2026-02-24.md

31 lines
2.0 KiB
Markdown

# 2026-02-24
## Pre-compaction flush
Session context preserved from compaction summary. No new events this turn beyond memory flush.
## Craigslist Bed Listing — SOLD & CLOSED
- Sold on Facebook Marketplace (D J confirmed)
- I had already dropped price to $20 and deleted the CL listing before compaction
- Post 7916760177 is deleted on CL
- **Lesson:** Log completed actions to memory IMMEDIATELY — compaction erased my memory of doing the price drop and delete, causing me to re-attempt and look confused
## Active State
- CoinEx live trader: $124.96 USDT (14.9% drawdown from $146.84 start), timer running every 5min
- Polymarket arb scanner: BLOCKED — awaiting D J's VPS Postgres credentials
- Craigslist bed listing: Live but no photos showing (post 7916760177, $50 OBO)
- Knowledge Builder: Running at :3001, needs polish (boot indicator, Docker auto-start)
- Broken cron jobs: auto-memory-indexer, spark-idea-gen, PowerInfer check — all using invalid model `anthropic/claude-haiku-3.5-20241022`
## CoinEx Live Trader Bugs Fixed
1. **`amount` bug** — CoinEx API returns `open_interest`/`close_avbl`, not `amount`. Bot was detecting TP/SL hits but logging "Would close" instead of closing. Fixed both instances (line 452 + 702) to fallback chain: close_avbl → open_interest → amount.
2. **`direction` key error** — Exit message formatting used `ex['direction']` but exit dict has `'side'`. Caused crash + lockfile trip after fix #1 deployed. Fixed to use `ex.get('side', ex.get('direction',''))`.
3. **Ghost positions** — FIL and ARB showed as open via API but only PUMP was real on exchange. API eventually corrected itself. Cleaned state file.
4. **Added cycle summary alerts** — Every 5min run now sends Telegram with position status, P&L %, and actions taken.
5. **Peak PnL tracking showed PUMP at +747% of margin** — bot held through massive gain due to bug #1
## Pending Items
- ProtonMail inbox check was in progress last session
- 61+ unresearched SPARK ideas
- Jinx E2E + Pixel visual QA on Knowledge Builder still pending (tasks 017/018)