Scrub internal references and add cluster config for open-source readiness#30
Merged
Conversation
…ce readiness Remove AMD-internal cluster partition names, OLCF allocation IDs, developer usernames, and site-specific filesystem paths from all scripts, skills, and commands. Add /init-cluster command that auto-discovers GPU, SLURM, container runtime, and scratch paths then writes a gitignored .cluster-config.yaml. All /run-* commands now check for this config on first use. - Replace hardcoded amd-arad partition with YOUR_PARTITION_HERE (3 sbatch scripts) - Replace OLCF allocation lrn036 with <YOUR_PROJECT> in earth-science SKILL - Generalize aaji/ branch prefix to <your-username>/ in add-model/add-recipe - Fix SwinUNETR license to Apache-2.0 (SPDX) in models.yaml and model.yaml - Remove /shared/prerelease/home/amd/user path examples from 7 files - Add .cluster-config.example.yaml template - Add .claude/commands/init-cluster.md (auto-discover + MCQ) - Add Step 0 cluster config check to all 16 /run-* commands - Update .gitignore for .cluster-config.yaml, settings.local.json, nul
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
amd-arad), OLCF allocation IDs (lrn036), developer usernames (aaji/), and site-specific filesystem paths (/shared/prerelease/home/amd/user) from all scripts, skills, and commandsApache-2.0/init-clustercommand that auto-discovers GPU arch, SLURM partitions/accounts, container runtimes, scratch paths, and internet access — then writes a gitignored.cluster-config.yaml/run-*commands now check for cluster config on first use and trigger/init-clusterif missing.cluster-config.example.yamltemplate for users to customizeFiles changed (29)
.gitignore: added.cluster-config.yaml,settings.local.json,nulCLAUDE.md: added/init-clusterto command tablemodels.yaml+SwinUNETR/model.yaml: license fix.claude/commands/init-cluster.md,.cluster-config.example.yamlTest plan
amd-arad,lrn036,aaji/,/shared/prereleasereferences remain:grep -rn "amd-arad\|lrn036\|aaji/\|shared/prerelease" --include="*.md" --include="*.sh" --include="*.yaml".cluster-config.yamlis gitignored/init-clusteron a cluster to confirm auto-discovery flow/run-*command to confirm Step 0 triggers init when no config exists🤖 Generated with Claude Code