@corbat-tech/coco 2.17.1 → 2.18.0

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.
package/dist/cli/index.js CHANGED
@@ -8365,7 +8365,7 @@ function getConversationContext(session, toolRegistry) {
8365
8365
  if (session.memoryContext?.combinedContent) {
8366
8366
  systemPrompt = `${systemPrompt}
8367
8367
 
8368
- # Project Instructions (from COCO.md/CLAUDE.md)
8368
+ # Project Instructions
8369
8369
 
8370
8370
  ${session.memoryContext.combinedContent}`;
8371
8371
  }