@nomad-e/bluma-cli 0.0.71 → 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.
- package/dist/main.js +6 -20
- package/package.json +1 -1
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
|
-
-
|
|
1742
|
-
-
|
|
1743
|
-
-
|
|
1744
|
-
- Notify user
|
|
1745
|
-
- Actively use
|
|
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.
|