gaia-framework 1.64.0 → 1.65.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/CLAUDE.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # GAIA Framework v1.64.0
2
+ # GAIA Framework v1.65.0
3
3
 
4
4
  This project uses the **GAIA** (Generative Agile Intelligence Architecture) framework — an AI agent framework for Claude Code that orchestrates software product development through 26 specialized agents, 65 workflows, and 8 shared skills.
5
5
 
package/README.md CHANGED
@@ -460,7 +460,7 @@ The single source of truth is `_gaia/_config/global.yaml`:
460
460
 
461
461
  ```yaml
462
462
  framework_name: "GAIA"
463
- framework_version: "1.64.0"
463
+ framework_version: "1.65.0"
464
464
  user_name: "your-name"
465
465
  project_name: "your-project"
466
466
  ```
@@ -3,7 +3,7 @@
3
3
  # After modifying this file, run /gaia-build-configs to regenerate resolved configs.
4
4
 
5
5
  framework_name: "GAIA"
6
- framework_version: "1.64.0"
6
+ framework_version: "1.65.0"
7
7
 
8
8
  # User settings
9
9
  user_name: "jlouage"
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.64.0"
9
+ readonly VERSION="1.65.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.64.0",
3
+ "version": "1.65.0",
4
4
  "description": "GAIA — Generative Agile Intelligence Architecture installer",
5
5
  "bin": {
6
6
  "gaia-framework": "./bin/gaia-framework.js"
@@ -19,7 +19,8 @@
19
19
  "lint": "eslint bin/**/*.js test/**/*.js",
20
20
  "lint:fix": "eslint --fix bin/**/*.js test/**/*.js",
21
21
  "format:check": "prettier --check \"bin/**/*.js\" \"test/**/*.js\"",
22
- "format": "prettier --write \"bin/**/*.js\" \"test/**/*.js\""
22
+ "format": "prettier --write \"bin/**/*.js\" \"test/**/*.js\"",
23
+ "bench": "node scripts/benchmark-runner.js"
23
24
  },
24
25
  "keywords": [
25
26
  "gaia",