refactor: Rename ClawBot → OpenClaw across documentation

- Update .awoooi-agent-rules.md (4 occurrences)
- Update docs/api/openapi.yaml (all schema references)
- Update apps/web/tailwind.config.ts (comment)
- Update apps/api/src/core/config.py (comment)

Legacy CLAWBOT_URL field kept for backward compatibility.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-23 14:05:53 +08:00
parent b0302329f4
commit 962b1e75a5
4 changed files with 1821 additions and 14 deletions

View File

@@ -105,8 +105,8 @@ class Settings(BaseSettings):
)
# Deprecated: use OPENCLAW_URL instead
CLAWBOT_URL: str = Field(
default="http://192.168.0.188:8088", # 🔧 修正: ClawBot 實際 port 是 8088
description="[Deprecated] ClawBot URL - use OPENCLAW_URL",
default="http://192.168.0.188:8088", # 🔧 修正: OpenClaw 實際 port 是 8088
description="[Deprecated] Legacy ClawBot URL - use OPENCLAW_URL",
)
KALI_SCANNER_URL: str = Field(
default="http://192.168.0.112:8080",