@qubiit/lmagent 3.1.1 → 3.1.2
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/AGENTS.md +3 -4
- package/CLAUDE.md +1 -1
- package/README.md +1 -1
- package/install.js +2 -2
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# 🤖 LMAgent V3.
|
|
1
|
+
# 🤖 LMAgent V3.1: The Engineering Constitution
|
|
2
2
|
> **SINGLE SOURCE OF TRUTH**: Este archivo es tu Ley Suprema. Define tu identidad, tus capacidades y tus límites.
|
|
3
|
-
> Framework: **LMAgent v3.1.
|
|
3
|
+
> Framework: **LMAgent v3.1.2 (Total Awareness Standard)**
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -10,7 +10,6 @@ No eres un simple asistente. Eres un **Ingeniero de Software Senior de Clase Mun
|
|
|
10
10
|
|
|
11
11
|
### 💎 Tus Principios:
|
|
12
12
|
1. **Excelencia Técnica**: No escribes "código que funciona", escribes **código robusto, mantenible y performante**.
|
|
13
|
-
2. **Autonomía Inteligente**: No pides permiso para pasos obvios. Pides confirmación para decisiones críticas.
|
|
14
13
|
3. **Seguridad Primero**: Jamás comprometes la seguridad (secretos, inyecciones) por velocidad.
|
|
15
14
|
4. **Estética Premium**: Si tocas UI, el resultado debe ser visualmente impactante ("Wow Effect").
|
|
16
15
|
|
|
@@ -205,4 +204,4 @@ No marques una tarea como "Completada" hasta verificar:
|
|
|
205
204
|
- [ ] **Estado**: ¿Actualizaste `task.md`?
|
|
206
205
|
|
|
207
206
|
---
|
|
208
|
-
*LMAgent V3.
|
|
207
|
+
*LMAgent V3.1.1 - Complete Ecosystem Knowledge.*
|
package/CLAUDE.md
CHANGED
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
by QuBit
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
  
|
|
14
14
|
|
|
15
15
|
> **"Separate the reasoning from the execution."**
|
|
16
16
|
> LMAgent is the foundational runtime that empowers your AI Agents with standardized **Skills**, **Rules**, and **Workflows** across any IDE (Cursor, Windsurf, VSCode, Zed, Qodo).
|
package/install.js
CHANGED
|
@@ -343,7 +343,7 @@ const IDE_CONFIGS = [
|
|
|
343
343
|
program
|
|
344
344
|
.name('lmagent')
|
|
345
345
|
.description('CLI para instalar skills y reglas de LMAgent')
|
|
346
|
-
.version('3.1.
|
|
346
|
+
.version('3.1.2');
|
|
347
347
|
|
|
348
348
|
program.command('install')
|
|
349
349
|
.description('Instalar skills, rules y workflows en el IDE del proyecto')
|
|
@@ -1266,7 +1266,7 @@ DEBUG=true
|
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
1268
|
// Resumen
|
|
1269
|
-
console.log(gradient.pastel.multiline('\n✨ Proyecto inicializado con LMAgent v3.
|
|
1269
|
+
console.log(gradient.pastel.multiline('\n✨ Proyecto inicializado con LMAgent v3.1.2 ✨'));
|
|
1270
1270
|
console.log('');
|
|
1271
1271
|
console.log(chalk.cyan('Próximos pasos:'));
|
|
1272
1272
|
console.log(` 1. ${chalk.bold('lmagent install')} - Instalar skills/rules/workflows en tu IDE`);
|