From f7c8c688fce9eef80a608aaed5b0d9d94488ea0a Mon Sep 17 00:00:00 2001 From: OpenClaw Docs Bot Date: Sat, 7 Feb 2026 15:42:09 +0000 Subject: [PATCH 1/3] docs: add active development note to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 68afb145..19c94797 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Web UI + API for operating OpenClaw: managing boards, tasks, agents, approvals, and gateway connections. +## Active development + +OpenClaw Mission Control is under active development. Expect breaking changes and incomplete features as we iterate. + +- Use at your own risk for production workloads. +- We welcome **bug reports**, **feature requests**, and **PRs** — see GitHub Issues: https://github.com/abhi1693/openclaw-mission-control/issues + - **Frontend:** Next.js app (default http://localhost:3000) - **Backend:** FastAPI service (default http://localhost:8000) - **Data:** Postgres + Redis From b166559e57f925302bb46f08d16501eac0ee53e7 Mon Sep 17 00:00:00 2001 From: OpenClaw Docs Bot Date: Sat, 7 Feb 2026 15:43:26 +0000 Subject: [PATCH 2/3] docs: add CI badge to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 19c94797..02844882 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # OpenClaw Mission Control +[![CI](https://github.com/abhi1693/openclaw-mission-control/actions/workflows/ci.yml/badge.svg)](https://github.com/abhi1693/openclaw-mission-control/actions/workflows/ci.yml) + + Web UI + API for operating OpenClaw: managing boards, tasks, agents, approvals, and gateway connections. ## Active development From f78c7636ac1e59a0f3da8f54a3c3ef27616dfedd Mon Sep 17 00:00:00 2001 From: OpenClaw Docs Bot Date: Sat, 7 Feb 2026 16:12:36 +0000 Subject: [PATCH 3/3] docs: add Star History to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 02844882..59ac5e19 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,7 @@ Adjust ports in `.env` (copied from `.env.example`): - `BACKEND_PORT` - `POSTGRES_PORT` - `REDIS_PORT` + +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=abhi1693/openclaw-mission-control&type=date&legend=top-left)](https://www.star-history.com/#abhi1693/openclaw-mission-control&type=date&legend=top-left)