mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-16 19:33:11 +08:00
- Fix run-all.js box alignment (hardcoded spaces 1 char short, now using dynamic padEnd) - Update .opencode/index.ts metadata (12→13 agents, 24→31 commands, 16→37 skills) - Add commandExists edge case tests (empty, spaces, path separators, metacharacters) - Add findFiles edge case tests (? wildcard, mtime sorting, maxAge filtering) - Add ensureDir race condition and return value tests - Add runCommand output trimming and failure tests - Add pre-compact session annotation and compaction log timestamp tests - Add check-console-log invalid JSON handling test - Add replaceInFile capture group test - Add readStdinJson Promise type check