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: src/tools/definitions.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ export const TOOLS = [
170
170
},
171
171
{
172
172
name: "create_learning",
173
-
description: "Create scar, win, or pattern entry in institutional memory",
173
+
description: "Create scar, win, or pattern entry in institutional memory. Frame as 'what we now know' — lead with the factual/architectural discovery, not what went wrong. Good: 'Fine-grained PATs are scoped to one resource owner'. Bad: 'Should have checked PAT type first'.",
174
174
inputSchema: {
175
175
type: "object"asconst,
176
176
properties: {
@@ -181,11 +181,11 @@ export const TOOLS = [
181
181
},
182
182
title: {
183
183
type: "string",
184
-
description: "Learning title",
184
+
description: "Frame as a knowledge discovery — what we now know. Lead with the factual insight, not self-criticism.",
185
185
},
186
186
description: {
187
187
type: "string",
188
-
description: "Detailed description",
188
+
description: "Detailed description. Include the architectural/behavioral fact that makes this retrievable by domain.",
189
189
},
190
190
severity: {
191
191
type: "string",
@@ -895,7 +895,7 @@ export const TOOLS = [
895
895
},
896
896
{
897
897
name: "gitmem-cl",
898
-
description: "gitmem-cl (create_learning) - Create scar/win/pattern in institutional memory",
898
+
description: "gitmem-cl (create_learning) - Create scar/win/pattern. Frame as 'what we now know' — factual discovery, not self-criticism.",
899
899
inputSchema: {
900
900
type: "object"asconst,
901
901
properties: {
@@ -1553,7 +1553,7 @@ export const TOOLS = [
1553
1553
},
1554
1554
{
1555
1555
name: "gm-scar",
1556
-
description: "gm-scar (create_learning) - Create a scar/win/pattern in institutional memory",
1556
+
description: "gm-scar (create_learning) - Create a scar/win/pattern. Frame as 'what we now know' — factual discovery, not self-criticism.",
0 commit comments