Files
Mycontent/.cursor
Alex-larget f9e352be96 feat: enhance user profile setup for new users
- Introduced a mandatory profile guide for new users to complete their avatar and nickname before proceeding.
- Updated the avatar-nickname page to ensure fields are empty on entry, preventing auto-fill issues.
- Implemented checks to ensure users cannot navigate away without completing their profile.
- Removed deprecated privacy modal handling, streamlining the user experience.
- Adjusted UI elements to indicate required fields for new users.
2026-04-01 16:11:30 +08:00
..
2026-03-14 14:37:17 +08:00

Soul 创业派对 · .cursor 速览

路径约定

  • 所有 Skill、会议纪要、agent 经验路径均以 本 Git 仓库根 为基准(与 miniprogram/soul-api/ 同级)。
  • Rules 中「必须 Read」的路径形如 .cursor/skills/{name}/SKILL.md
  • Python 脚本统一可用 config/paths.pyROOTSKILLSAGENTMEETING

入口优先级

  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