lopi-context

Solid

Full lopi project context — complete phase plan, current health metrics, standing rules for agents, crate details. Auto-load when working on lopi sprint planning, architecture decisions, or Phase 5+ work.

AI & Automation 3 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
konjoai
Repository
konjoai/lopi
Created
2 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

lopi-cli

Documents the lopi CLI — a Rust multi-agent orchestrator that runs Claude Code agents concurrently in git-isolated branches. Use when the user asks to run a coding task through lopi, check on running/queued lopi agents, review lopi task history or logs, or interpret lopi's task status/output.

3 Updated today
konjoai
AI & Automation Solid

konjo-boot

Boot a Konjo session for lopi. Produces a Session Brief, runs Discovery, identifies the next sprint. Use at the start of any work session or when invoked with /konjo.

3 Updated today
konjoai
AI & Automation Listed

openloomi-loop

openloomi's Loop — the proactive execution brain that runs inside the OpenLoomi desktop app. Use this skill to inspect state, force-refresh connector health, run a tick, schedule / cancel decision actions, tune preferences, and extend Loop with user-defined decision types, Composio-backed signal channels, or deterministic classifier rules. Triggers: 'openloomi loop', 'loop tick', 'loop schedule', 'loop inbox', 'loop run', 'loop refresh', 'refresh connectors', 'force refresh connectors', 'check connections', 'check loop connectors', 'connector health', 'proactive decisions', 'signal → decision → execute', 'pull signals', 'decision queue', 'register loop type', 'add loop decision type', 'register custom channel', 'add composio channel', 'add loop rule', 'register classifier rule', 'force loop type', 'dry-run loop rule', 'list my loop extensions', 'remove loop type', 'delete loop channel'

1 Updated 4 days ago
melandlabs