22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# Soul 创业派对 · `.cursor` 速览
|
||
|
||
## 路径约定
|
||
|
||
- 所有 Skill、会议纪要、agent 经验路径均以 **本 Git 仓库根** 为基准(与 `miniprogram/`、`soul-api/` 同级)。
|
||
- Rules 中「必须 Read」的路径形如 `.cursor/skills/{name}/SKILL.md`。
|
||
- Python 脚本统一可用 `config/paths.py` 的 `ROOT`、`SKILLS`、`AGENT`、`MEETING`。
|
||
|
||
## 入口优先级
|
||
|
||
1. **三端开发**:`rules/soul-project-boundary.mdc` + `skills/*-dev` / `change-checklist`。
|
||
2. **派对 AI**:若存在仓库根目录 `派对AI/`,可补充读其 `BOOTSTRAP.md`;与 `.cursor` 冲突时 **以 `.cursor` 三端约定为准**(见 `rules/party-ai-dev.mdc`)。
|
||
|
||
## 噪声与体积
|
||
|
||
- `meeting/`、`agent/`:历史纪要/evolution 会增多,属正常;需要时可按月归档到子目录或压缩备份。
|
||
- `scripts/db-exec/node_modules/`:已在 `.cursorignore` 与 `.gitignore` 中排除,首次使用在 `db-exec` 下执行 `npm install`。
|
||
|
||
## 文档
|
||
|
||
- 架构与迭代说明:`docs/cursor规则与架构分析及优化建议.md`
|