You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .clinerules/memory-bank.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,10 @@ flowchart TD
11
11
PB[projectbrief.md] --> PC[productContext.md]
12
12
PB --> SP[systemPatterns.md]
13
13
PB --> TC[techContext.md]
14
-
PB --> CI[components.md]
15
14
16
15
PC --> AC[activeContext.md]
17
16
SP --> AC
18
17
TC --> AC
19
-
CI --> AC
20
18
21
19
AC --> P[progress.md]
22
20
```
@@ -62,13 +60,6 @@ flowchart TD
62
60
- Known issues
63
61
- Evolution of project decisions
64
62
65
-
7.`components.md`
66
-
-**Master index** for the per-component documentation in the `memory-bank/components/` directory
67
-
- Provides **keywords** for each component to facilitate searching for relevant detailed documentation
68
-
- Lists key components with direct links to their individual markdown files
69
-
- Serves as the primary entry point for discovering and navigating to **per-component documentation files**.
70
-
-**Instruction:** Use this index to search for keywords to identify specific component documentation files to read in depth.
71
-
72
63
### Additional Context
73
64
Create additional files/folders within memory-bank/ when they help organize:
74
65
- Complex feature documentation
@@ -79,9 +70,8 @@ Create additional files/folders within memory-bank/ when they help organize:
79
70
80
71
#### Per-component Documentation
81
72
- The `memory-bank/components/` directory houses individual Markdown files containing detailed documentation for each component
82
-
- The main `memory-bank/components.md` file acts as a comprehensive **index** to these per-component files
83
-
- It includes keywords and direct links, and you **MUST use this index to search for keywords to identify the specific component documentation files to read in depth**
84
-
- These individual component documents, as well as the main `components.md` index, should be updated whenever necessary
73
+
-**Usage: search the documentation using the `find` CLI tool to identify component documentation files to read in depth**
74
+
- Update the individual component documents whenever necessary
85
75
86
76
## Core Workflows
87
77
@@ -95,15 +85,17 @@ flowchart TD
95
85
Plan --> Document[Document in Chat]
96
86
97
87
CheckFiles -->|Yes| Verify[Verify Context]
98
-
Verify --> Strategy[Develop Strategy]
88
+
Verify --> SearchAndReadComponentDocumentation[Search relevant docs in memory-bank/components and read those docs]
0 commit comments