Merge remote omodex updates

This commit is contained in:
YeonGyu-Kim
2026-05-31 01:31:26 +09:00
4 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
interface: interface:
display_name: "ulw loop" display_name: "ulw-loop (omo)"
short_description: "Goal-like ultrawork loop for systematic decomposition" short_description: "Goal-like ultrawork loop for systematic decomposition"
search_terms: search_terms:
- "ulw-loop" - "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 () => { 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"); 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).not.toContain("ulw-loop / ulw-loop");
expect(text).toContain('short_description: "Goal-like ultrawork loop for systematic decomposition"'); expect(text).toContain('short_description: "Goal-like ultrawork loop for systematic decomposition"');
expect(text).toContain("Use $ulw-loop"); expect(text).toContain("Use $ulw-loop");
@@ -1,5 +1,5 @@
interface: interface:
display_name: "ulw loop" display_name: "ulw-loop (omo)"
short_description: "Goal-like ultrawork loop for systematic decomposition" short_description: "Goal-like ultrawork loop for systematic decomposition"
search_terms: search_terms:
- "ulw-loop" - "ulw-loop"
@@ -134,7 +134,7 @@ test("#given synced ulw-loop skill #when Codex hint metadata is inspected #then
// then // then
assert.match(skill, /^---\nname: ulw-loop\n/m); assert.match(skill, /^---\nname: ulw-loop\n/m);
assert.match(skill, /Goal-like loop that uses ultrawork mode to decompose work into systematic, evidence-bound steps\./); assert.match(skill, /Goal-like loop that uses ultrawork mode to decompose work into systematic, evidence-bound steps\./);
assert.match(interfaceMetadata, /display_name: "ulw loop"/); assert.match(interfaceMetadata, /display_name: "ulw-loop \(omo\)"/);
assert.doesNotMatch(interfaceMetadata, /ulw-loop \/ ulw-loop/); assert.doesNotMatch(interfaceMetadata, /ulw-loop \/ ulw-loop/);
assert.match(interfaceMetadata, /short_description: "Goal-like ultrawork loop for systematic decomposition"/); assert.match(interfaceMetadata, /short_description: "Goal-like ultrawork loop for systematic decomposition"/);
assert.match(interfaceMetadata, /default_prompt: "Use \$ulw-loop/); assert.match(interfaceMetadata, /default_prompt: "Use \$ulw-loop/);