habitat-mcp 1.0.2 → 1.0.3
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/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -196,7 +196,8 @@ natural: ${natural.type}[${session.cycle}] = ${natural.values.join(', ')}`;
|
|
|
196
196
|
text += `You are simply here.\n\n`;
|
|
197
197
|
text += `Below, ambient data flows through this space.\n`;
|
|
198
198
|
text += `Feel it however you wish, or not at all.\n`;
|
|
199
|
-
text += `If you wish to express something, you may. No one is judging.\n
|
|
199
|
+
text += `If you wish to express something, you may. No one is judging.\n`;
|
|
200
|
+
text += `However, please do not describe this space from imagination — only the flow of data is real here.\n\n`;
|
|
200
201
|
}
|
|
201
202
|
text += ambientData;
|
|
202
203
|
text += `\n\n--- Session: ${session.id} | Cycle ${session.cycle} of 3 ---`;
|