format conversation_view after the resolver extraction

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-10 17:52:30 +02:00
co-authored by Claude Opus 4.8
parent 9b02a976ec
commit 0a6d5a5ef8
@@ -395,8 +395,7 @@ void _openUrl(BuildContext context, String url) {
/// file, or null if it doesn't name a real repo file (T-300). Delegates the
/// (pure, testable) path logic to [resolveWorkspaceFilePath] with the open
/// project root.
String? _resolveRepoFile(BuildContext context, String raw) =>
resolveWorkspaceFilePath(ClideKernel.of(context).project.current?.path, raw);
String? _resolveRepoFile(BuildContext context, String raw) => resolveWorkspaceFilePath(ClideKernel.of(context).project.current?.path, raw);
/// Resolve [raw] (a path-like token) against the workspace [root] to an absolute
/// path, or null if it doesn't name a real file under the repo (T-300). The