大改版,可以针对不同项目引擎进行初始化
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Dev Changelog — By Author
|
||||
|
||||
按作者聚合的贡献概览,便于多人协作时区分提交来源。
|
||||
> 本文件由 `tools/changelog_build.py` 自动生成,请勿手改。
|
||||
6
.cursor/bootstrap/templates/changelog/changelog-full.md
Normal file
6
.cursor/bootstrap/templates/changelog/changelog-full.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Dev Changelog — Full
|
||||
|
||||
完整的开发改动记录,按时间倒序排列。作为主动 RAG 的数据源,用户手动唤醒时读取。
|
||||
> 本文件由 `tools/changelog_build.py` 从 `entries/` 自动生成,请勿手改;新增/修改请编辑 `entries/<author>/<id>.md` 后重跑生成器。
|
||||
|
||||
## 记录
|
||||
@@ -0,0 +1,4 @@
|
||||
# Dev Changelog — Headlines
|
||||
|
||||
最近 ~50 次改动的一句话概要,按时间倒序排列。每次会话自动注入上下文。
|
||||
> 本文件由 `tools/changelog_build.py` 从 `entries/` 自动生成,请勿手改。
|
||||
@@ -0,0 +1,5 @@
|
||||
# Dev Changelog — Recent
|
||||
|
||||
最近 ~20 次改动的摘要记录,按时间倒序排列。
|
||||
当 Agent 检测到当前任务与近期改动相关时自动读取。
|
||||
> 本文件由 `tools/changelog_build.py` 从 `entries/` 自动生成,请勿手改。
|
||||
11
.cursor/bootstrap/templates/deferred/registry.md
Normal file
11
.cursor/bootstrap/templates/deferred/registry.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Deferred Decisions Registry
|
||||
|
||||
## Active Items
|
||||
|
||||
(暂无延期方案)
|
||||
|
||||
---
|
||||
|
||||
## Completed / Cancelled Items
|
||||
|
||||
(暂无已完成或已废弃的方案)
|
||||
5
.cursor/bootstrap/templates/distillery/golden-rules.md
Normal file
5
.cursor/bootstrap/templates/distillery/golden-rules.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Golden Rules
|
||||
|
||||
经过实践验证(权重 >= 5)的精炼认知,每次新会话自动注入。
|
||||
|
||||
<!-- 当条目达到权重阈值后由 Agent 自动写入 -->
|
||||
8
.cursor/bootstrap/templates/distillery/insights.md
Normal file
8
.cursor/bootstrap/templates/distillery/insights.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Problem Distillery — Insights
|
||||
|
||||
从已解决的顽固问题中蒸馏出的精炼方法论。
|
||||
|
||||
<!-- 新条目追加在此行下方 -->
|
||||
|
||||
---
|
||||
last_distill_date:
|
||||
5
.cursor/bootstrap/templates/distillery/problems.md
Normal file
5
.cursor/bootstrap/templates/distillery/problems.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Problem Distillery — Problems
|
||||
|
||||
反复出现的顽固问题追踪记录,按时间倒序排列。
|
||||
|
||||
<!-- 新条目追加在此行下方 -->
|
||||
6
.cursor/bootstrap/templates/pitfalls/pitfalls.md
Normal file
6
.cursor/bootstrap/templates/pitfalls/pitfalls.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Pitfall Journal
|
||||
|
||||
开发过程中踩过的坑,按时间倒序排列。
|
||||
Agent 进入 Debug mode 或遇到运行时错误时自动检索匹配。
|
||||
|
||||
---
|
||||
@@ -0,0 +1,5 @@
|
||||
# Project Profile Log
|
||||
|
||||
详细记录每次项目画像更新的完整上下文,按时间正序追加。
|
||||
|
||||
## 记录
|
||||
9
.cursor/bootstrap/templates/profile/project-profile.md
Normal file
9
.cursor/bootstrap/templates/profile/project-profile.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Project Profile
|
||||
|
||||
## 项目定位
|
||||
|
||||
## 技术栈与架构
|
||||
|
||||
## 设计约定
|
||||
|
||||
## 产品方向
|
||||
Reference in New Issue
Block a user