@grec0/memory-bank-mcp 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1034,17 +1034,18 @@ ${techContext ? `TECHNICAL CONTEXT:\n${techContext.content}` : ''}
|
|
|
1034
1034
|
Extract the following information in JSON format:
|
|
1035
1035
|
{
|
|
1036
1036
|
"description": "A concise 1-2 sentence description of what this project does",
|
|
1037
|
-
"responsibilities": ["
|
|
1038
|
-
"owns": ["
|
|
1037
|
+
"responsibilities": ["COMPLETE list of ALL things this project is responsible for - do NOT limit, include everything"],
|
|
1038
|
+
"owns": ["ALL file patterns or directories this project owns, e.g., '*DTO.ts', 'services/', 'controllers/'"],
|
|
1039
1039
|
"projectType": "One of: api, library, frontend, backend, cli, service, monorepo, fullstack",
|
|
1040
1040
|
"exports": "Package name if it's a library (e.g., '@company/lib-dtos'), or null if not applicable",
|
|
1041
|
-
"keywords": ["
|
|
1041
|
+
"keywords": ["Relevant keywords describing this project"]
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
1044
|
IMPORTANT:
|
|
1045
|
-
-
|
|
1046
|
-
- For "owns",
|
|
1045
|
+
- responsibilities MUST be COMPLETE - list ALL responsibilities, not just 3-5. Missing responsibilities will cause the orchestrator to fail at delegating tasks correctly.
|
|
1046
|
+
- For "owns", include ALL file patterns and directories that ONLY this project should create/modify
|
|
1047
1047
|
- If it's a library, identify what it exports/provides to other projects
|
|
1048
|
+
- Be thorough - incomplete information leads to incorrect task routing
|
|
1048
1049
|
|
|
1049
1050
|
Respond ONLY with the JSON object, no markdown or explanation.`;
|
|
1050
1051
|
try {
|