revert: remove Agent View config from README and delete AI_WEB_WORKSPACE
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 14s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
WangDL 2026-05-20 13:38:00 +08:00
parent 955ed6c90b
commit 697456c345
2 changed files with 0 additions and 91 deletions

View File

@ -1,66 +0,0 @@
# AI Web 工作台
> Web Agent 维护。仅中/大任务填写,小任务在对话中直接反馈。提交后清空。
---
## 当前任务
(待填写)
---
## 已确认范围
(待填写)
---
## 本次修改
(待填写)
---
## 修改文件
| 文件 | 变更 | 说明 |
|------|------|------|
| — | — | — |
---
## 本地测试方式
```
npm run dev 测试步骤)
```
---
## 阻塞项
- 需要后端支持xxx
---
## 需要 Global Agent 决策
(待填写)
---
## 需要其他 Agent 支持
- 需要后端新增接口xxx
---
## 是否建议进入 Review
- [ ] 是
- [ ] 否,有阻塞
---
## 提交后清空

View File

@ -58,28 +58,3 @@ npm run preview # 预览生产版本
- 等待名单表单当前 Mock 模式,后端接入后修改
- 设计规范见 `startup-plan/技术设计/web-projects/设计文档.md`
---
## For AI Agents
### 负责 Agent
Web Agent`@web-agent`),配置在 `.claude/agents/web-agent.md`
### 设计规范
- Tailwind CSS v4 工具类,禁止内联 style
- 紫色系:`#4F7CFF` (tech-blue)、`#1550d3` (primary)
- 动画缓动:`cubic-bezier(0.16, 1, 0.3, 1)`
- 必须支持 `prefers-reduced-motion``focus-visible`
- Light mode 文字对比度 ≥ 4.5:1 (WCAG AA)
### 工作台
`web-projects/AI_WEB_WORKSPACE.md` — 仅跨模块多 Agent 任务时填写,小任务跳过。
### 禁止
- 不能修改 api-server
- 不能自行发明后端接口
- 不能引入新第三方依赖(除非 Global Agent 确认)