revert: remove Agent View config from README and delete AI_BACKEND_WORKSPACE
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 15s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
WangDL 2026-05-20 13:37:59 +08:00
parent 536f406b73
commit 1947a0c0d5
2 changed files with 1 additions and 99 deletions

View File

@ -1,75 +0,0 @@
# AI Backend 工作台
> Backend Agent 维护。仅中/大任务填写,小任务在对话中直接反馈。提交后清空。
---
## 当前任务
(待填写)
---
## 已确认范围
(待填写)
---
## 本次修改
(待填写)
---
## 修改文件
| 文件 | 变更 | 说明 |
|------|------|------|
| — | — | — |
---
## 接口变更记录
| 方法 | 路径 | 说明 | 请求体 | 响应体 |
|------|------|------|--------|--------|
| — | — | — | — | — |
---
## 本地测试方式
```
(测试命令、预期结果)
```
---
## 阻塞项
(待填写)
---
## 需要 Global Agent 决策
(待填写)
---
## 需要其他 Agent 支持
- 需要前端适配xxx
- 需要 iOS 适配xxx
---
## 是否建议进入 Review
- [ ] 是
- [ ] 否,有阻塞
---
## 提交后清空

View File

@ -206,26 +206,3 @@ src/
- [ ] AI 联调 + Prompt 调优 - [ ] AI 联调 + Prompt 调优
- [ ] 添加 Redis 缓存 - [ ] 添加 Redis 缓存
- [ ] iOS 集成 - [ ] iOS 集成
---
## For AI Agents
### 负责 Agent
Backend Agent`@backend-agent`),配置在 `.claude/agents/backend-agent.md`
### 关键规则
- 接口变更必须更新 Swagger 装饰器
- 不能私自新增未确认的接口/字段/数据库表
- 数据库变更必须经 Global Agent + 用户确认
### 工作台
`api-server/AI_BACKEND_WORKSPACE.md` — 仅跨模块多 Agent 任务时填写,小任务跳过。
### 禁止
- 不能修改 ios-projects、web-projects
- 不能修改服务器 Nginx/Docker 配置DevOps Agent 职责)