()
| 599 | }; |
| 600 | |
| 601 | const getOhMyOpenCodeConfigPath = () => { |
| 602 | const cp = getConfigPath(); |
| 603 | if (!cp) return null; |
| 604 | return path.join(path.dirname(cp), 'oh-my-opencode.json'); |
| 605 | }; |
| 606 | |
| 607 | const getConfigPath = () => getPaths().current; |
| 608 |
no test coverage detected