Sisyphus
b2c2c6eab7
feat: Add JSONC support for oh-my-opencode config files (#275)
Uses Microsoft's jsonc-parser package for reliable JSONC parsing:
- oh-my-opencode.jsonc (preferred) or oh-my-opencode.json
- Supports line comments (//), block comments (/* */), and trailing commas
- Better error reporting with line/column positions
Core changes:
- Added jsonc-parser dependency (Microsoft's VS Code parser)
- Shared JSONC utilities (parseJsonc, parseJsoncSafe, readJsoncFile, detectConfigFile)
- Main plugin config loader uses detectConfigFile for .jsonc priority
- CLI config manager supports JSONC parsing
Comprehensive test suite with 18 tests for JSONC parsing.
Fixes #265
🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: sisyphus-dev-ai <sisyphus-dev-ai@users.noreply.github.com>
2025-12-28 00:45:17 +09:00
..
2025-12-26 23:28:33 +09:00
2025-12-26 23:28:33 +09:00
2025-12-16 01:02:49 +09:00
2025-12-19 02:20:46 +09:00
2025-12-20 13:10:35 +09:00
2025-12-25 17:04:16 +09:00
2025-12-13 14:23:04 +09:00
2025-12-28 00:22:02 +09:00
2025-12-09 16:59:22 +09:00
2025-12-13 14:23:04 +09:00
2025-12-09 16:59:22 +09:00
2025-12-09 17:31:15 +09:00
2025-12-28 00:45:17 +09:00
2025-12-28 00:45:17 +09:00
2025-12-28 00:45:17 +09:00
2025-12-09 16:59:22 +09:00
2025-12-14 12:24:59 +09:00
2025-12-09 17:31:15 +09:00
2025-12-13 14:23:04 +09:00
2025-12-09 17:31:15 +09:00