docs: mark OCP as stable v3.0.0, update repo name and description

- README: add "Status: Stable" badge, rename title to OCP — OpenClaw Control Plane
- package.json: update description and repo URL to dtzp555-max/ocp
- No code changes. Feature-complete, bug fixes only going forward.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 19:49:16 +10:00
co-authored by Claude Opus 4.6
parent 77a6f8ed59
commit a8a0af43c9
2 changed files with 8 additions and 6 deletions
+6 -4
View File
@@ -1,8 +1,10 @@
# openclaw-claude-proxy (OCP) # OCP — OpenClaw Control Plane
> **Status: Stable (v3.0.0)** — Feature-complete. Bug fixes only, no new development planned.
> **Already paying for Claude Pro/Max? Use it as your OpenClaw model provider — $0 extra API cost.** > **Already paying for Claude Pro/Max? Use it as your OpenClaw model provider — $0 extra API cost.**
A lightweight, zero-dependency proxy that lets [OpenClaw](https://github.com/openclaw/openclaw) agents talk to Claude through your existing subscription. One command to set up, one file to run. Now with built-in plan usage monitoring, runtime settings, and a CLI. A lightweight, zero-dependency proxy that lets [OpenClaw](https://github.com/openclaw/openclaw) agents talk to Claude through your existing subscription. One command to set up, one file to run. Built-in plan usage monitoring, runtime settings, and a CLI.
## What's New in v3.0.0 ## What's New in v3.0.0
@@ -113,8 +115,8 @@ The proxy translates OpenAI-compatible `/v1/chat/completions` requests into `cla
## Quick Start ## Quick Start
```bash ```bash
git clone https://github.com/dtzp555-max/openclaw-claude-proxy.git git clone https://github.com/dtzp555-max/ocp.git
cd openclaw-claude-proxy cd ocp
# Auto-configure OpenClaw + start proxy + install auto-start # Auto-configure OpenClaw + start proxy + install auto-start
node setup.mjs node setup.mjs
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "openclaw-claude-proxy", "name": "openclaw-claude-proxy",
"version": "3.0.0", "version": "3.0.0",
"description": "OpenAI-compatible proxy for Claude CLI — plan usage monitoring, runtime settings, prompt truncation, OCP CLI", "description": "OCP (OpenClaw Control Plane) — stable proxy for Claude CLI subscriptions. Plan usage monitoring, runtime settings, prompt truncation, OCP CLI.",
"type": "module", "type": "module",
"bin": { "bin": {
"openclaw-claude-proxy": "./server.mjs", "openclaw-claude-proxy": "./server.mjs",
@@ -24,6 +24,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/dtzp555-max/openclaw-claude-proxy" "url": "https://github.com/dtzp555-max/ocp"
} }
} }