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

t-607·WorkTask·
·
·
Created2 days ago·Updated2 days ago

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 days ago
💬[human]2 days 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 days ago