You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is configured in the marketplace at `.claude-plugin/marketplace.json` and can be loaded by Claude Code from the local `claudio-plugin` directory.
@@ -742,3 +782,5 @@ Apache License 2.0 - See LICENSE file for details.
742
782
## Author
743
783
744
784
Claudio (v0.1.0)
785
+
786
+
**Knowledge Graph:** A graphify graph exists at `graphify-out/`. Use `/graphify query "<question>"` for codebase questions — the graph is faster than reading files.
| "check status" / "is it up?" |`check_status.sh`|
28
28
| "connect to it" / "SSH in" / "run X on it" | SSH directly using conn-details |
29
29
@@ -60,7 +60,6 @@ Before running any provisioning script, verify the required environment variable
60
60
| AWS |`AWS_ACCESS_KEY_ID` + `AWS_SECRET_ACCESS_KEY`, or `AWS_PROFILE`|
61
61
| Azure |`ARM_TENANT_ID`, `ARM_SUBSCRIPTION_ID`, `ARM_CLIENT_ID`, `ARM_CLIENT_SECRET` (mapt maps these to `AZURE_*` internally via `setAZIdentityEnvs()`) |
| Azure RHELAI (version auto-discovery) |`AZURE_GALLERY_RESOURCE_GROUP` — resource group mapt uses for image lookups; required when `--version` is not passed |
64
63
| SNC (additionally) |`PULL_SECRET_FILE` (path to file from https://console.redhat.com/openshift/create/local)|
65
64
66
65
If `MAPT_BACKEND_URL` is not set, **stop and explain the orphaned-resource risk**. Do NOT proceed.
@@ -78,7 +77,7 @@ OpenShift SNC is AWS only — mapt does not support Azure for SNC.
78
77
79
78
| Option | Purpose |
80
79
|--------|---------|
81
-
|`--version`| RHELAI version (default: 3.0.0) |
80
+
|`--version`| RHELAI version (auto-discovered if omitted; specify manually if discovery fails) |
82
81
|`--cpus`, `--memory`| Instance size |
83
82
|`--gpus`| Number of GPUs |
84
83
|`--accelerator`| GPU type: `cuda` or `rocm` (mapt default: cuda) |
0 commit comments