@qubiit/lmagent 3.0.13 → 3.1.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🤖 LMAgent V3.0: 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.0.3 (Total Awareness Standard)**
3
+ > Framework: **LMAgent v3.1.0 (Total Awareness Standard)**
4
4
 
5
5
  ---
6
6
 
package/CLAUDE.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🤖 LMAgent Framework v3.0.0
1
+ # 🤖 LMAgent Framework v3.1.0
2
2
 
3
3
  > [!IMPORTANT]
4
4
  > **REDIRECT NOTICE**: La configuración de este framework se ha centralizado.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  by QuBit
11
11
  ```
12
12
 
13
- ![Version](https://img.shields.io/badge/version-3.0.3-blue.svg) ![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge) ![Agentic](https://img.shields.io/badge/AI-Agentic_Workflow-cyan?style=for-the-badge)
13
+ ![Version](https://img.shields.io/badge/version-3.1.0-blue.svg) ![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge) ![Agentic](https://img.shields.io/badge/AI-Agentic_Workflow-cyan?style=for-the-badge)
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.0.10');
346
+ .version('3.1.0');
347
347
 
348
348
  program.command('install')
349
349
  .description('Instalar skills, rules y workflows en el IDE del proyecto')
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.13",
6
+ "version": "3.1.0",
7
7
  "files": [
8
8
  "install.js",
9
9
  "README.md",