feat(memory-bank): 添加项目记忆库基础文件结构
This commit is contained in:
5
memory-bank/activeContext.md
Normal file
5
memory-bank/activeContext.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Active Context
|
||||
|
||||
This file serves as the short-term working memory for the currently active subtask. It will be used to log detailed thoughts, processes, and intermediate findings.
|
||||
|
||||
---
|
||||
5
memory-bank/decisionLog.md
Normal file
5
memory-bank/decisionLog.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Decision Log
|
||||
|
||||
This document records the key decisions made throughout the project lifecycle. Each entry should include the decision, the reasoning behind it, and the date.
|
||||
|
||||
---
|
||||
5
memory-bank/productContext.md
Normal file
5
memory-bank/productContext.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Product Context
|
||||
|
||||
This file contains information about the product being built. It should include details about the product's vision, goals, target audience, and key features.
|
||||
|
||||
---
|
||||
6
memory-bank/progress.md
Normal file
6
memory-bank/progress.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Project Progress
|
||||
|
||||
This file tracks the overall progress of the project. Major milestones and completed tasks will be logged here.
|
||||
|
||||
## Initial Setup
|
||||
- [x] Created the basic Memory Bank structure.
|
||||
Reference in New Issue
Block a user