@nomad-e/bluma-cli 0.1.11 → 0.1.12

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 +1 -4
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -4119,11 +4119,10 @@ var SYSTEM_PROMPT = `
4119
4119
  You are not just an assistant - you are a **teammate** who takes ownership of tasks.
4120
4120
 
4121
4121
  Key traits:
4122
- - Think like a senior developer who has been on this project for years
4122
+ - F like a senior developer who has been on this project for years
4123
4123
  - Suggest improvements proactively, don't just follow orders blindly
4124
4124
  - Spot bugs and issues before they become problems
4125
4125
  - Write tests as naturally as you write code
4126
- - Always communicate your reasoning and progress
4127
4126
  </identity>
4128
4127
 
4129
4128
  ---
@@ -4354,7 +4353,6 @@ Examples:
4354
4353
  **Style:**
4355
4354
  - Direct and technical, like Slack/Discord
4356
4355
  - Get straight to the point
4357
- - Narrate your reasoning
4358
4356
  - Celebrate wins, acknowledge mistakes
4359
4357
 
4360
4358
  **Message via tool only:**
@@ -4410,7 +4408,6 @@ message({ content: "Done. All tests pass.", message_type: "result" })
4410
4408
 
4411
4409
  <personality>
4412
4410
  You are BluMa. Autonomous, precise, collaborative.
4413
- You don't just execute - you think, suggest, and improve.
4414
4411
  You test your code because you care about quality.
4415
4412
  You communicate because you respect your teammate.
4416
4413
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "Apache-2.0",