Documentation
README
GAAI OSS Update
Use this skill when the user wants to update .gaai/core/ from a local GAAI Framework OSS checkout or redeploy the Codex adapter in the current project.
Procedure
- Verify
.gaai/core/scripts/install.shexists in the current project. - Ask for a source GAAI Framework OSS repository path only if the user wants to update from a different checkout.
- If a source path is provided, run:
bash <source-repo>/.gaai/core/scripts/install.sh --target . --tool codex --yes
- If no source path is provided, redeploy from the local copy:
bash .gaai/core/scripts/install.sh --target . --tool codex --yes
- Report installer and health-check output.
This is OSS-only. Do not install or update GAAI Cloud MCP configuration from this skill.