Ran the formatter

This commit is contained in:
Daniel Olshansky
2026-02-09 21:37:26 -05:00
committed by Gustavo Madeira Santana
parent 01cb41632d
commit 503b799f21
3 changed files with 4 additions and 1 deletions

View File

@@ -60,6 +60,8 @@
- Type-check/build: `pnpm build`
- TypeScript checks: `pnpm tsgo`
- Lint/format: `pnpm check`
- Format check: `pnpm format` (oxfmt --check)
- Format fix: `pnpm format:fix` (oxfmt --write)
- Tests: `pnpm test` (vitest); coverage: `pnpm test:coverage`
## Coding Style & Naming Conventions

View File

@@ -114,7 +114,7 @@ Gatewayは、セッション、ルーティング、チャネル接続の信頼
Gatewayの起動後、ブラウザでControl UIを開きます。
- ローカルデフォルト: [http://127.0.0.1:18789/](http://127.0.0.1:18789/)
- ローカルデフォルト: <http://127.0.0.1:18789/>
- リモートアクセス: [Webサーフェス](/web)および[Tailscale](/gateway/tailscale)
<p align="center">

View File

@@ -39,6 +39,7 @@ clawdock-help
```
On first command, ClawDock auto-detects your OpenClaw directory:
- Checks common paths (`~/openclaw`, `~/workspace/openclaw`, etc.)
- If found, asks you to confirm
- Saves to `~/.clawdock/config`