gaia-framework 1.0.1 → 1.0.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
@@ -477,7 +477,7 @@ The single source of truth for project settings at `_gaia/_config/global.yaml`:
477
477
 
478
478
  ```yaml
479
479
  framework_name: "GAIA"
480
- framework_version: "1.0.1"
480
+ framework_version: "1.0.2"
481
481
 
482
482
  user_name: "your-name"
483
483
  project_name: "your-project"
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.0.1"
9
+ readonly VERSION="1.0.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
 
@@ -347,7 +347,7 @@ GITIGNORE
347
347
  info "Next steps:"
348
348
  detail "1. cd $TARGET"
349
349
  detail "2. Run /gaia-build-configs in the Claude Code terminal to generate resolved configs"
350
- detail "3. Run /gaia to start the orchestrator"
350
+ detail "3. Run /gaia in the Claude Code terminal to start the orchestrator"
351
351
  echo ""
352
352
  }
353
353
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gaia-framework",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "GAIA — Generative Agile Intelligence Architecture installer",
5
5
  "bin": {
6
6
  "gaia-framework": "./bin/gaia-framework.js"