gaia-framework 1.45.0 → 1.46.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/README.md CHANGED
@@ -458,7 +458,7 @@ The single source of truth is `_gaia/_config/global.yaml`:
458
458
 
459
459
  ```yaml
460
460
  framework_name: "GAIA"
461
- framework_version: "1.45.0"
461
+ framework_version: "1.46.0"
462
462
  user_name: "your-name"
463
463
  project_name: "your-project"
464
464
  ```
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.45.0"
9
+ readonly VERSION="1.46.0"
10
10
  readonly GITHUB_REPO="https://github.com/jlouage/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.45.0",
3
+ "version": "1.46.0",
4
4
  "description": "GAIA — Generative Agile Intelligence Architecture installer",
5
5
  "bin": {
6
6
  "gaia-framework": "./bin/gaia-framework.js"
@@ -14,6 +14,7 @@
14
14
  "test:integration": "vitest run test/integration",
15
15
  "test:shell": "node -e \"if(process.platform==='win32'){console.log('BATS tests skipped on Windows');process.exit(0)}\" && bats test/shell/",
16
16
  "test:all": "vitest run && node -e \"if(process.platform==='win32'){console.log('BATS tests skipped on Windows');process.exit(0)}\" && bats test/shell/",
17
+ "test:tier2": "vitest run --config vitest.config.tier2.js",
17
18
  "fixtures:check": "node test/fixtures/sync-check.js"
18
19
  },
19
20
  "keywords": [