Files
soul-yongping/.cursor/config/目录地图.md

46 lines
1.7 KiB
Markdown
Raw Normal View History

# .cursor 目录地图 - Soul 创业派对
> 脚本统一通过 `config/paths.py` 引用路径。迁移时只需改 `workspace.txt` 即可。
---
## 一、工作区覆盖(迁移用)
| 文件 | 说明 |
|------|------|
| `.cursor/config/workspace.txt` | 可选。写入一行**绝对路径**,覆盖自动推断的项目根。迁移到其他电脑时创建此文件即可。 |
---
## 二、核心别名一览
| 别名 | 路径 | 说明 |
|------|------|------|
| `ROOT` | 项目根 | 工作区根目录 |
| `CURSOR` | `.cursor/` | cursor 配置根 |
| `RULES` | `.cursor/rules/` | 规则 |
| `SKILLS` | `.cursor/skills/` | 技能 |
| `SCRIPTS` | `.cursor/scripts/` | 脚本 |
| `PROCESS` | `.cursor/process/` | 工作流 |
| `MEETING` | `.cursor/meeting/` | 会议纪要 |
| `ARCHIVE` | `.cursor/archive/` | 历史归档 |
| `DOCS` | `.cursor/docs/` | 文档 |
| `CONFIG` | `.cursor/config/` | 配置 |
| `MODEL_SWITCH` | `.cursor/config/model_switch.json` | 按角色配置模型 |
---
## 三、Agent 目录Soul 开发团队结构)
| 别名 | 路径 | 说明 |
|------|------|------|
| `AGENT` | `.cursor/agent/` | 智能体根 |
| `AGENT_LEAD` | `.cursor/agent/老板分身/` | 老板分身(最高权限) |
| `AGENT_ASSISTANT` | `.cursor/agent/开发助理/` | 开发助理(橙子) |
| `AGENT_MINIPROGRAM` | `.cursor/agent/小程序开发工程师/` | 小程序开发 |
| `AGENT_ADMIN` | `.cursor/agent/管理端开发工程师/` | 管理端开发 |
| `AGENT_BACKEND` | `.cursor/agent/后端工程师/` | 后端开发 |
| `AGENT_PRODUCT` | `.cursor/agent/产品经理/` | 产品经理 |
| `AGENT_TEST` | `.cursor/agent/软件测试/` | 测试人员 |
| `AGENT_TEAM` | `.cursor/agent/团队/` | 跨角色共享经验 |