fix(ck): preserve display names and harden git helpers

This commit is contained in:
Affaan Mustafa
2026-03-28 23:23:54 -04:00
parent 17f6f95090
commit 00787d68e4
3 changed files with 18 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ if (isInit) {
// Update projects.json
projects[projectPath] = {
name: contextDir,
name,
contextDir,
lastUpdated: today(),
};