feat: add zed install target

This commit is contained in:
Affaan Mustafa
2026-05-17 07:06:49 -04:00
parent fb6d4a7104
commit 2371a3cf05
17 changed files with 361 additions and 37 deletions

View File

@@ -11,6 +11,7 @@ const PLATFORM_SOURCE_PATH_OWNERS = Object.freeze({
'.opencode': 'opencode',
'.codebuddy': 'codebuddy',
'.qwen': 'qwen',
'.zed': 'zed',
});
function normalizeRelativePath(relativePath) {