fix(gsd): use correct notify severity type ("warning" not "warn")
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dd96ad3002
commit
cfc377fd9b
1 changed files with 1 additions and 1 deletions
|
|
@ -834,7 +834,7 @@ export async function runUnitPhase(
|
|||
// Log a warning but allow execution to proceed. The .git check above is sufficient
|
||||
// to ensure we're in a valid working directory.
|
||||
debugLog("runUnitPhase", { phase: "worktree-health-warn-greenfield", basePath: s.basePath, hasProjectFile, hasSrcDir });
|
||||
ctx.ui.notify(`Warning: ${s.basePath} has no recognized project files — proceeding as greenfield project`, "warn");
|
||||
ctx.ui.notify(`Warning: ${s.basePath} has no recognized project files — proceeding as greenfield project`, "warning");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue