Echo
|
e5d098305d
|
Update dashboard, memory, root (+40 ~22 -2)
|
2026-02-12 10:15:21 +00:00 |
|
Echo
|
3ffd9332e9
|
Update ashboard, kb, memory (+4 ~8 -5)
|
2026-02-11 22:07:08 +00:00 |
|
Echo
|
719cd5f743
|
feat: habit tracker with gamification + KB updates
Merge feature/habit-tracker into master (squashed):
✨ Habit Tracker Features:
- Bead chain visualization (30-day history)
- Weekly lives recovery system (+1 life/week)
- Lucide icons (zap, shield) replacing emoji
- Responsive layout (mobile-optimized)
- Navigation links added to all dashboard pages
📚 Knowledge Base:
- 40+ trading basics articles with metadata
- Daily notes (2026-02-10, 2026-02-11)
- Health & insights content
- KB index restructuring
🧪 Tests:
- Comprehensive test suite (4 test files)
- Integration tests for lives recovery
- 28/29 tests passing
Commits squashed:
- feat(habits): bead chain visualization + weekly lives recovery + nav integration
- docs(memory): update KB content + daily notes
- chore(data): update habits and status data
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-02-11 11:03:54 +00:00 |
|
Echo
|
46db3a6722
|
Cleanup Ralph workflow: remove old attempts, update docs for final Python-based system
|
2026-02-09 10:21:37 +00:00 |
|
Echo
|
ccd9362d1a
|
Update memory, root, tools (+2 ~2)
|
2026-02-09 09:06:09 +00:00 |
|
Echo
|
a645397d25
|
Update memory, root (+5 ~3)
|
2026-02-06 18:01:54 +00:00 |
|
Echo
|
0da869c471
|
Update memory, root (+1 ~4)
|
2026-02-06 14:56:34 +00:00 |
|
Echo
|
19d178268a
|
Update dashboard, kb, memory +4 more (+28 ~18 -1)
|
2026-02-06 14:25:10 +00:00 |
|
Echo
|
b8edd0aa70
|
Optimizări cost 97%: session initialization, model routing, prompt caching
- Session Initialization Rule: Load ONLY SOUL.md, USER.md, IDENTITY.md, memory/YYYY-MM-DD.md
* Skip MEMORY.md, session history on startup (load on-demand via memory_search)
* Result: 50KB → 8KB context = 80% token savings
- Model Routing: Haiku default, Sonnet/Opus for complex reasoning only
* Haiku: routine tasks, memory searches (/bin/bash.00025/1K tokens)
* Sonnet/Opus: architecture, security, complex debugging
- Prompt Caching enabled for Sonnet + Opus (90% discount on reused content)
* TTL: 5m cache window
* Static files (SOUL.md, USER.md) cached automatically
* Savings: 5KB prompt = $0.015 → $0.0015 per reused call
- Rate Limits: 5s between API calls, 10s between searches, max 5 searches/batch
- Budgets: $5/day warning @ 75%, $200/month warning @ 75%
Gateway config (~/.openclaw/clawdbot.json):
* agents.defaults.model.cache enabled for opus + sonnet
* rateLimits + budgets sections added
* heartbeat routing to Ollama ready (manual setup)
Files updated:
- AGENTS.md: Core optimization rules documented
- memory/kb/tools/session-initialization.md: Detailed initialization strategy
- ~/.openclaw/clawdbot.json: Model config + caching + rate limits + budgets
|
2026-02-05 14:41:11 +00:00 |
|