@scheduler-systems/gal-run 0.0.630 → 0.0.661
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 +3 -3
- package/dist/index.cjs +201022 -54933
- package/dist/postinstall.cjs +58 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -65,9 +65,9 @@ gal code --model glm-5 "write a migration plan"
|
|
|
65
65
|
# Select a specific variant explicitly when needed
|
|
66
66
|
gal code codex --model gpt-5.4 "fix the failing tests"
|
|
67
67
|
|
|
68
|
-
# Profile-scoped
|
|
69
|
-
gal install --platform
|
|
70
|
-
gal mcp sync-memory --platform
|
|
68
|
+
# Profile-scoped GAL Code memory sync uses the same GAL-owned runtime home
|
|
69
|
+
gal install --platform gal-code --profile work
|
|
70
|
+
gal mcp sync-memory --platform gal-code --profile work --pull
|
|
71
71
|
gal code --profile work
|
|
72
72
|
```
|
|
73
73
|
|