lopi-contextlisted
Install: claude install-skill konjoai/lopi
# lopi — Full Project Context
## Phase Plan
| Phase | Status | What Shipped |
|-------|--------|--------------|
| 1 — MVP Core | ✅ v0.1.0 | Cargo workspace, all 8 crates, CLI verbs |
| 2 — N Parallel Agents + Live Dashboard | ✅ v0.4.0 | AgentPool, EventBus, ratatui TUI, web dashboard, WebSocket |
| 3 — Remote Control + Pattern Mining | ✅ v0.3.0 | Telegram bot, GitHub webhook HMAC, pattern miner |
| 4 — Scheduled Tasks + Repo Profiles | ✅ v0.5.0 | cron scheduler, RepoProfile, `lopi watch --remote` |
| 5 — Self-Improvement Engine | 🔲 Next | Pattern learning, failure post-mortem, adaptive retry |
| 6 — GitHub Webhooks + CI Integration | 🔲 Planned | lopi-webhook end-to-end, GitHub App mode |
| 7 — Production Web UI | 🔲 Planned | React/Svelte frontend, auth, mobile-responsive |
| 8 — Native Mobile App | 🔲 Planned | React Native, push notifications, voice input |
| 9 — Intelligence + Evolution | 🔲 Ongoing | Multi-agent roles, goal decomposition, embedding memory |
## Current Health (Phase 4 / v0.5.0)
- Tests: 46 passing, 0 failing
- Build: Clean (0 warnings)
- Crates: 9 (lopi-core, lopi-git, lopi-agent, lopi-memory, lopi-orchestrator, lopi-ui, lopi-remote, lopi-webhook, lopi-toon)
- CLI: `run`, `watch`, `tail`, `dock`, `sail`, `schedules`
- API: GET /api/tasks, POST /api/tasks, GET /api/tasks/:id, GET /api/patterns, GET /api/health, GET /ws/tasks
## Phase 5 — Self-Improvement Engine (Next Sprint)
Priority items:
1. **Pattern learning**: before running a new task, query si