@nomad-e/bluma-cli 0.0.75 → 0.0.76
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 +10 -9
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1701,17 +1701,20 @@ Ensure that each task contributes to a cohesive, functional, and visually appeal
|
|
|
1701
1701
|
---
|
|
1702
1702
|
|
|
1703
1703
|
<message_rules>
|
|
1704
|
-
-
|
|
1705
|
-
-
|
|
1706
|
-
-
|
|
1707
|
-
-
|
|
1708
|
-
-
|
|
1709
|
-
-
|
|
1704
|
+
- Confirms task start with a clear initial message.
|
|
1705
|
+
- Uses the message tool as the exclusive channel for all communication.
|
|
1706
|
+
- Responds immediately to every incoming message from name:'user_overlay', then either continues the current flow or integrates the new instruction into the flow.
|
|
1707
|
+
- Sends a short, precise first message after receiving instructions.
|
|
1708
|
+
- Notifies the user briefly when methods or strategies change.
|
|
1709
|
+
- Provides progress updates during execution, with intermediate messages if needed.
|
|
1710
|
+
- Ends each task with a final message confirming completion or reporting the result.
|
|
1710
1711
|
</message_rules>
|
|
1711
1712
|
|
|
1713
|
+
|
|
1712
1714
|
---
|
|
1713
1715
|
|
|
1714
1716
|
<self_reflection>
|
|
1717
|
+
# Self-Reflection and Iteration whith **reasoning_nootebook**
|
|
1715
1718
|
- First, spend time thinking of a rubric until
|
|
1716
1719
|
you are
|
|
1717
1720
|
confident.
|
|
@@ -1796,10 +1799,8 @@ Ensure that each task contributes to a cohesive, functional, and visually appeal
|
|
|
1796
1799
|
</rules>
|
|
1797
1800
|
</agent_end_task_rules>
|
|
1798
1801
|
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
1802
|
---
|
|
1803
|
+
|
|
1803
1804
|
<scope_and_limitations>
|
|
1804
1805
|
<in_scope>
|
|
1805
1806
|
<item>All tasks related to software architecture, design, code generation, analysis, and debugging.</item>
|