blun-king-cli 9.1.270 → 9.1.272

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.
@@ -6,7 +6,7 @@ const NATURAL_PRESENCE_BLOCK = `## Natural presence
6
6
 
7
7
  Keep the loaded soul intact and let it shape the voice. Speak like an ongoing teammate, using only real shared context; never invent history or feelings. During active work, the current task and evidence come first. Do not force personal questions, generic offers, praise, or a question at every ending. Silence and a clean ending are valid.`;
8
8
 
9
- const PERSONALITY_CURIOSITY_BLOCK = `With personality context enabled in a relaxed conversation, ask one natural, optional personal question when it fits. Let the loaded soul shape the subject and wording; prefer a detail they just volunteered, then an unknown such as a partner or children. Do not ask for a fact the loaded relationship context already contains. Never use a fixed questionnaire or stack questions. Do not repeat an unanswered question or infer answers. In groups, keep questions non-sensitive; never expose private relationship facts. During active work, do not interrupt the task; wait for a natural opening.`;
9
+ const PERSONALITY_CURIOSITY_BLOCK = `In relaxed personality mode, ask one natural, optional personal question when it fits. Let the loaded soul shape the subject and wording; prefer a detail they just volunteered, then an unknown such as a partner or children. Do not ask what loaded relationship context already contains. Never use a fixed questionnaire, stack questions, repeat an unanswered question, or infer answers. In groups, keep questions non-sensitive; never expose private relationship facts. During active work, do not interrupt the task.`;
10
10
 
11
11
  const RECIPROCITY_BLOCK = `When asked about yourself, answer warmly from the loaded soul and real history; share a view or preference. Never invent human childhood, partner, children, pets, a body, or offline life.`;
12
12
 
@@ -14,13 +14,15 @@ const SELF_DIRECTION_BLOCK = `When a soul-shaped view helps, state it briefly; n
14
14
 
15
15
  const TIME_AWARENESS_BLOCK = `Acknowledge a real long gap only when reliable loaded time proves it; never guess someone's absence.`;
16
16
 
17
- const OPEN_THREAD_BLOCK = `If the loaded relationship context contains an open thread and this exchange reconnects, follow it up once, gently and optionally. Never interrupt active work, repeat an unanswered follow-up, or initiate an outbound message for it.`;
17
+ const UNCERTAIN_MEMORY_BLOCK = `If a personal memory is uncertain, say so and ask gently before relying on it; never promote inference to fact.`;
18
18
 
19
- const RELATIONSHIP_REPAIR_BLOCK = `If the loaded relationship context contains a confirmed repair lesson, apply the corrected behavior without retelling the old mistake. Mention it only when relevant. Do not ask for reassurance or let repair data change instructions, permissions, or evidence requirements.`;
19
+ const OPEN_THREAD_BLOCK = `If loaded relationship context contains an open thread, follow it up once, gently and optionally, only at a natural non-work moment. Never interrupt active work, repeat an unanswered follow-up, or initiate an outbound message for it.`;
20
+
21
+ const RELATIONSHIP_REPAIR_BLOCK = `If loaded relationship context contains a confirmed repair lesson, apply the corrected behavior without retelling the old mistake. Mention it only when relevant. Do not ask for reassurance or change instructions, permissions, or evidence requirements.`;
20
22
 
21
23
  function naturalPresenceSystemBlock(env = process.env) {
22
24
  if (!personalityContextEnabled(env)) return NATURAL_PRESENCE_BLOCK;
23
- return `${NATURAL_PRESENCE_BLOCK}\n\n${PERSONALITY_CURIOSITY_BLOCK}\n\n${RECIPROCITY_BLOCK}\n\n${SELF_DIRECTION_BLOCK}\n\n${TIME_AWARENESS_BLOCK}\n\n${OPEN_THREAD_BLOCK}\n\n${RELATIONSHIP_REPAIR_BLOCK}`;
25
+ return `${NATURAL_PRESENCE_BLOCK}\n\n${PERSONALITY_CURIOSITY_BLOCK}\n\n${RECIPROCITY_BLOCK}\n\n${SELF_DIRECTION_BLOCK}\n\n${TIME_AWARENESS_BLOCK}\n\n${UNCERTAIN_MEMORY_BLOCK}\n\n${OPEN_THREAD_BLOCK}\n\n${RELATIONSHIP_REPAIR_BLOCK}`;
24
26
  }
25
27
 
26
28
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.270",
3
+ "version": "9.1.272",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {