Fix Omni.Agent.Skills path test for lowercase skills dir

t-607·WorkTask·
·
·
Created2 months ago·Updated2 months ago·pipeline runs →

Description

Edit

Omni.Agent.Skills test expects skillsDir to end with 'Skills', but Omni.Agent.Paths now uses repo-root 'skills/'. Update test assertion to match current path contract.

Timeline (4)

🔄[human]Open → InProgress2 months ago
💬[human]2 months ago

Updated Omni.Agent.Skills test to assert FilePath.takeFileName skillsDir == "skills" (repo now uses lowercase root skills/). Verified by running _/bin/omni-agent-skills: all 12 tests pass. Commit: b7ff2ffe.

🔄[human]InProgress → Done2 months ago