cursor Init 完善多人协同changelog,以及godot相关基础skill和代码规范

This commit is contained in:
Nostars Developer
2026-07-15 14:38:08 +08:00
parent fc8557f2a9
commit 6446261c69
56 changed files with 3523 additions and 1584 deletions

View File

@@ -1,5 +1,15 @@
# Project Profile Log
详细记录每次项目画像更新的完整上下文,按时间正序追加。
详细记录项目画像的新增、演进和删除上下文,按时间正序追加。
## 记录
<!--
### [profile-change-id] 日期 — 标题
- **分类**:
- **精简版**:
- **原始上下文**:
- **来源对话**:
- **操作**:
-->

View File

@@ -1,9 +1,19 @@
# Project Profile
记录当前项目中稳定、可复用且已确认的事实。详细演进过程写入 `.cursor/profile/project-profile-log.md`
## 项目定位
<!-- 项目目标、用户与边界。 -->
## 技术栈与架构
<!-- 语言、框架、运行环境和关键模块。 -->
## 设计约定
<!-- 长期有效的代码组织、接口和数据约定。 -->
## 产品方向
<!-- 已确认的产品原则与优先级。 -->