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

26
memory/2026-02-20.md Normal file
View File

@ -0,0 +1,26 @@
# 2026-02-20 — Memory Flush (Pre-Compaction)
## Key State
- **CoinEx live trader**: Running every 5min via systemd timer. $146.84 USDT balance.
- **ENV VAR BUG still open**: telegram-bot.env has `BOT_TOKEN`/`CHAT_ID` but script reads `TELEGRAM_BOT_TOKEN`/`TELEGRAM_CHAT_ID`. Fix in progress.
- Service file: `~/.config/systemd/user/coinex-live-trader.service`
- Script: `projects/crypto-signals/scripts/coinex_live_trader.py`
- Paper trader (leverage-trader.timer) DISABLED
- **GARP paper trading**: $96,593 (-3.41%), 15 positions, 30% sector cap + 15% cash reserve active
- **Knowledge Builder**: Running at :3001, needs production hardening (boot indicator, Docker auto-start)
- **Task dispatcher**: Daily 5 PM CST (was every 15min, reduced for token cost)
- **Model tiering active**: Case=Opus, dev agents=Sonnet, SPARK=Haiku
- **Config patch lesson**: NEVER partial-patch agents list — must include ALL fields or they get wiped. Caused 12h outage.
## Pending Items
1. Fix CoinEx trader env var mismatch (BOT_TOKEN vs TELEGRAM_BOT_TOKEN)
2. Monitor first live trades on CoinEx
3. KB production hardening
4. 61+ unresearched SPARK ideas
5. Jinx/Pixel QA on KB (tasks 017/018)