Public wiki

Ecosystem roadmap

Canonical source: docs/wiki in the repository (mirrored to GitHub Wiki).

Ecosystem roadmap

Last updated: 2026-09-05 GitHub Project: Team Planning #4 Master registry: plan/mission-control-master-tasks.md (section Ecosystem expansion)

---

Vision

Cursor Curse Monitor becomes a full Lorapok ecosystem: IDE extension, all major browsers, OS tray app, Mission Control admin, marketing site with Chrysalis (floating AI), push notifications, action validators, and a native Cursor plugin — unified branding and always up-to-date product context.

---

Surfaces (current → planned)

SurfaceStatusTask IDs
IDE extension (VS Code / Cursor wrappers)shipped
Firefox + Chrome browser extensionshippedBR-03–05, EXT-01
Safari, Edge, Opera, Brave buildsplannedECO-01
Mission Control adminshippedAUTH-13, ANALYTICS-01, …
Marketing websiteshippedECO-02, ECO-03
OS tray app (Win/macOS/Linux)plannedECO-04
Cursor native pluginplannedECO-05
Floating AI — Chrysalis (all surfaces)in progressCHRYS-01–05, ECO-03, ECO-06
Beta release pipelinebroken / fix neededREL-01
Admin global search + UXplannedADMIN-01, ADMIN-02
Global deploy floating UX + CI step parityplannedDEPLOY-01
Public multi-page site (wiki, releases, docs)doneWEB-09 — npm run site:pages
Behind-the-scenes engineering sectiondoneWEB-08 — #engineering on marketing home
Expanded animated topologydoneWEB-07 — job-level ci-cd.yml on #architecture
OSS contributor welcomeplannedWEB-10
Terms/consent + visitor analyticspartialLEGAL-01 done; ANALYTICS-02 planned
Discord CI success/failure cardsplannedDC-08, DC-09
Multi-platform social + deploy galleryplannedSOCIAL-01–05
World-class SEO + admin hubplannedSEO-01–03
Admin footer + dedupe + refer linksplannedADMIN-03–05, DEPLOY-02
Cred sync never-miss + integrations hubdoneCRED-02, INT-01, GH-06
Push notifications (browser + OS)plannedECO-07
Action validator (destructive ops)in progressECO-08
Global loading animation (Larvae)partialECO-09
AI conversation hygiene / no junk dataplannedECO-10

---

Community & ops metrics

Snapshot (GitHub Insights, Sep 2026):

MetricValue
Git clones (14d)3,933 (352 unique)
Repo views (14d)1,984 (15 unique)
Open issues43
CI avg job time43s · 5% failure rate

Live copy: site-data.jsongithubCommunity (refreshed via npm run site:data).

---

Chrysalis (floating AI)

See Chrysalis for full spec.

---

Action validator pattern

Shared module: packages/shared/src/confirmAction.ts

await confirmAction({ title, message, severity: "destructive" });

Use before: deploy, delete, broadcast email, cred vault write, marketplace publish.

---