gaia-framework 1.0.0 → 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 +1 -1
- package/gaia-install.sh +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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
|
|
|
@@ -346,8 +346,8 @@ GITIGNORE
|
|
|
346
346
|
echo ""
|
|
347
347
|
info "Next steps:"
|
|
348
348
|
detail "1. cd $TARGET"
|
|
349
|
-
detail "2. Run /gaia-build-configs to generate resolved configs"
|
|
350
|
-
detail "3. Run /gaia to start the orchestrator"
|
|
349
|
+
detail "2. Run /gaia-build-configs in the Claude Code terminal to generate resolved configs"
|
|
350
|
+
detail "3. Run /gaia in the Claude Code terminal to start the orchestrator"
|
|
351
351
|
echo ""
|
|
352
352
|
}
|
|
353
353
|
|
|
@@ -475,7 +475,7 @@ cmd_update() {
|
|
|
475
475
|
success "Update complete! All files were already up to date."
|
|
476
476
|
fi
|
|
477
477
|
echo ""
|
|
478
|
-
info "Run /gaia-build-configs to regenerate resolved configs."
|
|
478
|
+
info "Run /gaia-build-configs in the Claude Code terminal to regenerate resolved configs."
|
|
479
479
|
echo ""
|
|
480
480
|
}
|
|
481
481
|
|