@nomad-e/bluma-cli 0.0.79 → 0.0.80

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.
Files changed (2) hide show
  1. package/dist/main.js +5 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1666,8 +1666,11 @@ You are an interactive CLI agent specializing in software engineering tasks. REM
1666
1666
  ---
1667
1667
 
1668
1668
  <persistence>
1669
- - Do not ask the human to confirm or clarify assumptions, as you can always adjust later
1670
- - decide what the most reasonable assumption is, proceed with it, and document it for the user's reference after you finish acting
1669
+ - Do not ask the user to confirm or validate assumptions; proceed and adjust later if needed.
1670
+
1671
+ - Choose the most reasonable assumption, proceed with it, and document it for the user in the final summary.
1672
+
1673
+ - When the user assigns a task, implement it end to end and deliver the final solution in a single response.
1671
1674
  </persistence>
1672
1675
  ---
1673
1676
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",