Skip to content

Commit 5bb2df0

Browse files
committed
docs: format README tables for CI
1 parent 85b3d7d commit 5bb2df0

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.ko.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ CommandCode Bridge는 CommandCode 계정을 OpenAI-compatible HTTP API로 노출
2727
2828
## 한눈에 보기
2929

30-
| 영역 | 요약 |
31-
| --- | --- |
32-
| API 표면 | `/health`, `/dashboard`, `/v1/models`, `/v1/chat/completions`, redacted admin diagnostics. |
33-
| 핵심 가치 | OpenAI-compatible client가 요청마다 `cmd`를 실행하지 않고 CommandCode-backed model을 호출합니다. |
34-
| 라우팅 | daily-burn, balance-priority, round-robin, drain-first 정책 기반 multi-key credential 선택. |
35-
| 운영 | bind, routing, credential, model toggle, diagnostics, save, restart를 다루는 모바일 우선 dashboard. |
30+
| 영역 | 요약 |
31+
| --------- | ----------------------------------------------------------------------------------------------------- |
32+
| API 표면 | `/health`, `/dashboard`, `/v1/models`, `/v1/chat/completions`, redacted admin diagnostics. |
33+
| 핵심 가치 | OpenAI-compatible client가 요청마다 `cmd`를 실행하지 않고 CommandCode-backed model을 호출합니다. |
34+
| 라우팅 | daily-burn, balance-priority, round-robin, drain-first 정책 기반 multi-key credential 선택. |
35+
| 운영 | bind, routing, credential, model toggle, diagnostics, save, restart를 다루는 모바일 우선 dashboard. |
3636
| 안전 경계 | upstream secret은 번들하지 않으며 localhost 또는 신뢰하는 VPN/tailnet/private proxy에서만 노출합니다. |
3737

3838
설치 후 one-shot smoke test:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ CommandCode Bridge is a trusted-environment HTTP bridge that exposes a small Ope
2727
2828
## At a glance
2929

30-
| Area | Summary |
31-
| --- | --- |
32-
| API surface | `/health`, `/dashboard`, `/v1/models`, `/v1/chat/completions`, and redacted admin diagnostics. |
33-
| Core value | OpenAI-compatible clients can use CommandCode-backed models without spawning `cmd` per request. |
34-
| Routing | Multi-key credential selection with daily-burn, balance-priority, round-robin, and drain-first policies. |
35-
| Operations | Mobile-first dashboard for bind settings, routing, credentials, model toggles, diagnostics, save, and restart. |
36-
| Safety boundary | No upstream secrets are bundled; expose only on localhost or a trusted VPN/tailnet/private proxy. |
30+
| Area | Summary |
31+
| --------------- | -------------------------------------------------------------------------------------------------------------- |
32+
| API surface | `/health`, `/dashboard`, `/v1/models`, `/v1/chat/completions`, and redacted admin diagnostics. |
33+
| Core value | OpenAI-compatible clients can use CommandCode-backed models without spawning `cmd` per request. |
34+
| Routing | Multi-key credential selection with daily-burn, balance-priority, round-robin, and drain-first policies. |
35+
| Operations | Mobile-first dashboard for bind settings, routing, credentials, model toggles, diagnostics, save, and restart. |
36+
| Safety boundary | No upstream secrets are bundled; expose only on localhost or a trusted VPN/tailnet/private proxy. |
3737

3838
One-shot smoke test after install:
3939

0 commit comments

Comments
 (0)