pub fn find_opencode_config_in_dir(dir: &Path, is_project: bool) -> ConfigTargetExpand description
Find the opencode config in a directory, preferring .jsonc over .json.
If both exist, .jsonc takes precedence (matches opencode’s load order).
If neither exists, returns a non-existing target pointing at opencode.json.