fix(omo-codex): label ulw-loop skill as omo

This commit is contained in:
YeonGyu-Kim
2026-05-31 00:58:21 +09:00
parent bcd9ae9901
commit b578199c5c
4 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
interface:
display_name: "ulw loop"
display_name: "ulw-loop (omo)"
short_description: "Goal-like ultrawork loop for systematic decomposition"
search_terms:
- "ulw-loop"
@@ -88,7 +88,7 @@ describe("skills/ulw-loop/SKILL.md", () => {
it("#given Codex dollar hinting #when querying ulw-loop #then ulw-loop surfaces the ulw-loop alias", async () => {
const text = await readText("skills/ulw-loop/agents/openai.yaml");
expect(text).toContain('display_name: "ulw loop"');
expect(text).toContain('display_name: "ulw-loop (omo)"');
expect(text).not.toContain("ulw-loop / ulw-loop");
expect(text).toContain('short_description: "Goal-like ultrawork loop for systematic decomposition"');
expect(text).toContain("Use $ulw-loop");