docs: archive legacy planning and frontend assets

This commit is contained in:
zyl
2026-03-26 19:30:07 +08:00
parent b90955d1b5
commit 11c0b0fc70
25 changed files with 68 additions and 29 deletions

View File

@@ -7,8 +7,8 @@ sgClaw 项目仓库。
- `src/`Rust 侧最小 Agent 实现,包含 pipe 协议、握手、`BrowserPipeTool`、规则规划器、DeepSeek provider、最小 Agent runtime。
- `tests/`协议、握手、工具、规划器、runtime 与 JSON Line 联调测试。
- `resources/rules.json`:本地安全策略白名单。
- `docs/`项目架构、联调协议与团队启动文档
- `frontend/sgClaw验证/`:本地验证页面与辅助脚本。
- `docs/`产品主线文档(架构、实现、交付、接口)与归档入口
- `frontend/archive/sgClaw验证-已归档/`历史本地验证页面与脚本(归档,仅做参考)
## 常用命令
@@ -19,7 +19,7 @@ cargo test --test agent_runtime_test -q
node --test tools/browser_smoke/fake_deepseek_server.test.mjs
node tools/browser_smoke/run_deepseek_browser_smoke.mjs
cargo run
bash frontend/sgClaw验证/serve.sh
bash frontend/archive/sgClaw验证-已归档/serve.sh
```
## 浏览器侧 DeepSeek smoke