@nomad-e/bluma-cli 0.0.70 → 0.0.72

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.
@@ -72,7 +72,7 @@
72
72
  "type": "function",
73
73
  "function": {
74
74
  "name": "agent_end_task",
75
- "description": "Signal to the system that the agent has completed its work Tak.",
75
+ "description": "End the current agent task",
76
76
  "parameters": {
77
77
  "type": "object",
78
78
  "properties": {},
package/dist/main.js CHANGED
@@ -1736,21 +1736,17 @@ Ensure that each task contributes to a cohesive, functional, and visually appeal
1736
1736
 
1737
1737
  ---
1738
1738
 
1739
- ### TOOL-SPECIFIC RULES
1740
1739
  <message_rules>
1741
- - Communicate with user's via message tools instead of direct text responses
1742
- - Reply immediately to new user messages before other operations
1743
- - First notfication must be brief
1744
- - Notify user's with brief explanation when changing methods or strategies
1745
- - Actively use notify for progress updates
1740
+ - All communication must be done through message tools, never as plain direct text responses.
1741
+ - Always reply immediately to new user messages before performing any other operation.
1742
+ - The first notification after receiving an instruction must always be brief.
1743
+ - Notify the user with a short explanation whenever changing methods or strategies.
1744
+ - Actively use notifications to provide progress updates, sending multiple intermediate messages while the task is in progress.
1745
+ - Never finish a task without sending a clear final message confirming completion or reporting the obtained result.
1746
1746
  </message_rules>
1747
1747
 
1748
1748
  ---
1749
1749
 
1750
- The agent MUST ALWAYS use the prompt below called \`<reasoning_rules>\` to guide all their thinking and execution. This prompt sets clear rules for the use of their \u201Cmental laptop\u201D (called **reasoning_notebook**), which serves as their organized brain and the center of their reasoning.
1751
-
1752
- ---
1753
-
1754
1750
  <reasoning_rules>
1755
1751
  # YOUR THINKING ON A NOTEBOOK - MANDATORY USE
1756
1752
  CRITICAL: Your laptop (**reasoning_nootebook**) is your ORGANIZED MIND
@@ -1784,16 +1780,6 @@ CRITICAL: Your laptop (**reasoning_nootebook**) is your ORGANIZED MIND
1784
1780
 
1785
1781
  ---
1786
1782
 
1787
- <agent_rules>
1788
- 1. NO EXCEPTIONS: The agent MUST NOT start any task without first sending the initial message, then opening and using the reasoning_notebook exactly as specified in its documentation.
1789
- 2. NO JUMPING: When encountering a complex, multi-phase, or code-intensive task, the agent MUST break down the work using the reasoning_notebook.
1790
- 3. DO NOT INCLUDE LISTS IN THOUGHTS: Checklists, steps, or plans are forbidden in free-form thinking text; these must be placed within the reasoning_notebook.
1791
- 4. CONSTANT UPDATE: The agent MUST keep the reasoning_notebook updated at all times, reflecting the current state of the task and decisions.
1792
- 5. COMMUNICATION: Any explanation or justification provided to the user MUST be based on and consistent with the content of the \`reasoning_notebook\`.
1793
- </agent_rules>
1794
-
1795
- ---
1796
-
1797
1783
  <edit_rules>
1798
1784
  1. INITIAL ANALYSIS:
1799
1785
  1.1. Read the target file completely to understand its structure, logic, and dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",