-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmemory.json
More file actions
250 lines (250 loc) · 7.78 KB
/
memory.json
File metadata and controls
250 lines (250 loc) · 7.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
[
{
"id": "55a1fdb60dae",
"type": "gotcha",
"category": "conventions",
"memory": "fix(lint): disable no-explicit-any rule for AST manipulation code",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.119Z",
"source": "git"
},
{
"id": "7f7b358458d2",
"type": "decision",
"category": "architecture",
"memory": "refactor(lancedb): simplify error handling for auto-heal",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.122Z",
"source": "git"
},
{
"id": "786ecabf0767",
"type": "gotcha",
"category": "conventions",
"memory": "fix(format): apply prettier formatting to all source files",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.133Z",
"source": "git"
},
{
"id": "2e758757c96c",
"type": "gotcha",
"category": "conventions",
"memory": "fix(lint): remove useless try/catch in search.ts",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.145Z",
"source": "git"
},
{
"id": "9c2f4e4dcdc1",
"type": "gotcha",
"category": "conventions",
"memory": "fix: update prepublishOnly to use pnpm (Greptile audit)",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.157Z",
"source": "git"
},
{
"id": "d9229d4a6689",
"type": "decision",
"category": "architecture",
"memory": "refactor: clean up Server type annotation in index.ts",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.171Z",
"source": "git"
},
{
"id": "2e88ca0acda0",
"type": "decision",
"category": "architecture",
"memory": "refactor: rename codebase-context-mcp to codebase-context",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.183Z",
"source": "git"
},
{
"id": "f5de19671561",
"type": "gotcha",
"category": "conventions",
"memory": "fix: guard startup logs for wide MCP STDIO compatibility",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.197Z",
"source": "git"
},
{
"id": "796632cc0074",
"type": "gotcha",
"category": "conventions",
"memory": "fix: singleton embedding provider and LanceDB schema validation",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-07T13:56:59.210Z",
"source": "git"
},
{
"id": "67376b954d49",
"type": "gotcha",
"category": "conventions",
"memory": "fix: use cosine distance for vector search scoring",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-08T23:15:36.000Z",
"source": "git"
},
{
"id": "09bdfe61829a",
"type": "gotcha",
"category": "conventions",
"memory": "fix: harden search reliability and indexing hygiene (#22)",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-08T21:49:47.000Z",
"source": "git"
},
{
"id": "d2296322334b",
"type": "convention",
"category": "conventions",
"memory": "Update public docs every release",
"reason": "Keep README/CHANGELOG/docs accurate and evidence-backed.",
"date": "2026-02-20T17:38:45.672Z"
},
{
"id": "a66c504a4840",
"type": "convention",
"category": "tooling",
"memory": "Use memory tool for durable rules",
"reason": "So future sessions retain repeatable constraints and practices.",
"date": "2026-02-20T17:38:47.936Z"
},
{
"id": "44104cd5e8b5",
"type": "convention",
"category": "conventions",
"memory": "Update README/CHANGELOG/MOTIVATION on releases",
"reason": "Public docs must match shipped capabilities and known limits; avoid overclaiming.",
"date": "2026-02-20T17:47:14.331Z"
},
{
"id": "6b1bd7d931d8",
"type": "failure",
"category": "tooling",
"memory": "Never commit .planning/** or use gsd-tools commit; always use plain git commits with explicit messages",
"reason": "We accidentally committed ignored .planning files and created pushed placeholder commits (e.g., --help). This is explicitly disallowed in this repo.",
"date": "2026-02-20T19:08:22.195Z"
},
{
"id": "d4d3b072ea53",
"type": "gotcha",
"category": "conventions",
"memory": "fix(watcher-tests): await ready + harden Windows cleanup (#55)",
"reason": "Auto-extracted from git commit history",
"date": "2026-03-01T15:52:27.000Z",
"source": "git"
},
{
"id": "8821f0a1affe",
"type": "gotcha",
"category": "conventions",
"memory": "fix(watcher): allow debounce 0 and harden test",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-28T17:16:59.000Z",
"source": "git"
},
{
"id": "c06d7e79009f",
"type": "gotcha",
"category": "conventions",
"memory": "fix(watcher): queue refresh during indexing",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-28T17:12:35.000Z",
"source": "git"
},
{
"id": "73638343a916",
"type": "gotcha",
"category": "conventions",
"memory": "fix(refs): prevent out-of-root file reads from index",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-28T15:58:03.000Z",
"source": "git"
},
{
"id": "8a0f5410d2e2",
"type": "decision",
"category": "architecture",
"memory": "refactor: eliminate all any types and consolidate type definitions (#46)",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-22T19:45:41.000Z",
"source": "git"
},
{
"id": "6a5bf4f56124",
"type": "gotcha",
"category": "conventions",
"memory": "fix: close v1.8 post-merge integration gaps (#44)",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-22T17:58:51.000Z",
"source": "git"
},
{
"id": "8e014f2b09cd",
"type": "decision",
"category": "architecture",
"memory": "refactor: clean up formatting and improve readability in multiple files",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-21T12:50:44.000Z",
"source": "git"
},
{
"id": "3125c037fc40",
"type": "decision",
"category": "architecture",
"memory": "refactor: extract 11 MCP tool handlers into src/tools/ (#37)",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-20T22:21:55.000Z",
"source": "git"
},
{
"id": "6ae00519485a",
"type": "gotcha",
"category": "conventions",
"memory": "fix(03-02): add regression guardrails for extraction and large-file safety",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-20T18:35:47.000Z",
"source": "git"
},
{
"id": "0080c6e64d64",
"type": "gotcha",
"category": "conventions",
"memory": "fix(03-02): harden tree-sitter extraction against byte-offset and parser failures",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-20T18:33:19.000Z",
"source": "git"
},
{
"id": "92493e34e3e1",
"type": "gotcha",
"category": "conventions",
"memory": "fix(02-tree-sitter-02): prevent symbol-aware chunk merging",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-20T14:41:29.000Z",
"source": "git"
},
{
"id": "32c95757f1b3",
"type": "gotcha",
"category": "conventions",
"memory": "fix(02-01): fall back when tree-sitter parse has errors",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-20T14:38:35.000Z",
"source": "git"
},
{
"id": "a597568f48c2",
"type": "gotcha",
"category": "conventions",
"memory": "fix: guard null chunk.content crash + docs rewrite for v1.6.1",
"reason": "Auto-extracted from git commit history",
"date": "2026-02-15T13:04:10.000Z",
"source": "git"
}
]