mirror of
https://github.com/holos-run/holos.git
synced 2026-03-02 14:08:55 +00:00
Update testscript files to use `holos compare yaml` instead of `cmp` for YAML file comparisons. This enables structural comparison rather than textual comparison, ensuring semantic equivalence instead of character-by-character matching. Changes: - Replace cmp stdout with cp stdout + holos compare yaml pattern - Update all test files that compare YAML content - Maintain test functionality while using semantic comparison 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>