gaia-framework 1.27.1 → 1.27.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GAIA — Generative Agile Intelligence Architecture
2
2
 
3
- [![Framework](https://img.shields.io/badge/framework-v1.27.1-blue)]()
3
+ [![Framework](https://img.shields.io/badge/framework-v1.27.2-blue)]()
4
4
  [![License](https://img.shields.io/badge/license-AGPL--3.0-green)]()
5
5
  [![Agents](https://img.shields.io/badge/agents-25-purple)]()
6
6
  [![Workflows](https://img.shields.io/badge/workflows-64-orange)]()
@@ -429,7 +429,7 @@ The single source of truth is `_gaia/_config/global.yaml`:
429
429
 
430
430
  ```yaml
431
431
  framework_name: "GAIA"
432
- framework_version: "1.27.1"
432
+ framework_version: "1.27.2"
433
433
  user_name: "your-name"
434
434
  project_name: "your-project"
435
435
  ```
@@ -470,4 +470,4 @@ By contributing, you agree that your contributions will be licensed under the sa
470
470
 
471
471
  [AGPL-3.0](LICENSE)
472
472
 
473
- The open-source framework is licensed under the GNU Affero General Public License v3.0. A commercial license is available for teams and enterprises that want to use GAIA without AGPL obligations or connect to the GAIA SaaS platform.
473
+ The open-source framework is licensed under the GNU Affero General Public License v3.0.
package/gaia-install.sh CHANGED
@@ -6,7 +6,7 @@ set -euo pipefail
6
6
  # Installs, updates, validates, and reports on GAIA installations.
7
7
  # ─────────────────────────────────────────────────────────────────────────────
8
8
 
9
- readonly VERSION="1.27.1"
9
+ readonly VERSION="1.27.2"
10
10
  readonly GITHUB_REPO="https://github.com/J-louage/Gaia-framework.git"
11
11
  readonly MANIFEST_REL="_gaia/_config/manifest.yaml"
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaia-framework",
3
- "version": "1.27.1",
3
+ "version": "1.27.2",
4
4
  "description": "GAIA — Generative Agile Intelligence Architecture installer",
5
5
  "bin": {
6
6
  "gaia-framework": "./bin/gaia-framework.js"