diff --git a/README.md b/README.md index 24bf5b9..7f9f471 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,27 @@ ## 中文說明 +### 快速開始 + +如果你是另一個工程型 agent,要直接使用目前這版 PoC,先跑: + +```bash +bash scripts/install-openclawtest-poc.sh +``` + +之後可用: + +```bash +npm run verify:openclawtest +npm run test +``` + +建議閱讀順序: + +1. `HANDOFF.md` +2. `INTEGRATION.md` +3. `reports/final-readiness-report.md` + ### 專案目標 這個專案要做的是「對話收尾控制元件」。 @@ -145,6 +166,27 @@ Phase 1 可能至少需要以下幾層: ## English +### Quick Start + +If you are another engineering-focused agent and want to use the current PoC directly, start with: + +```bash +bash scripts/install-openclawtest-poc.sh +``` + +Then use: + +```bash +npm run verify:openclawtest +npm run test +``` + +Suggested reading order: + +1. `HANDOFF.md` +2. `INTEGRATION.md` +3. `reports/final-readiness-report.md` + ### Goal This project builds **reply end controls** for chat responses.