Migrate hyperloom-workload-optimizer skill to AMD-AGI/Hyperloom product repo - #1482
danielholanda wants to merge 1 commit into
Conversation
|
Looks like your linter is failing on the skill your team created on |
|
The only red check is That is 5 insertions and 16 deletions across Worth using ruff directly rather than Everything else is green, and the skill's own checks pass: Structural, Discover |
The workflow and its test are named for the relationship they guard -- this folder is federated out of here -- rather than for the catalog on the other end of it. Both keep their own name rather than #1482's `AMD Skills Checks`, which belongs to a workflow that really does call the catalog's skillscope harness. This one asserts four rules itself, so borrowing that name would show a green check for a harness that never ran.
Description
This PR migrates
hyperloom-workload-optimizerskill fromamd/skillstoAMD-AGI/Hyperloomproduct repo. The skill will continue to be part of theamd/skillscatalog.This enables
AMD-AGI/Hyperloomto be the single source of truth (SSOT) for thehyperloom-workload-optimizerskill.From now on
amd/skillswill simply mirror any changes made to this skill instead of requiring code to be changed atamd/skills.