feat(workspace): point planning guardrails at omo
This commit is contained in:
@@ -34,7 +34,7 @@ export function formatFileChanges(stats: GitFileStat[], notepadPath?: string): s
|
||||
}
|
||||
|
||||
if (notepadPath) {
|
||||
const notepadStat = stats.find((s) => s.path.includes("notepad") || s.path.includes(".sisyphus"))
|
||||
const notepadStat = stats.find((s) => s.path.includes("notepad") || s.path.includes(".omo"))
|
||||
if (notepadStat) {
|
||||
lines.push("[NOTEPAD UPDATED]")
|
||||
lines.push(` ${notepadStat.path} (+${notepadStat.added})`)
|
||||
|
||||
Reference in New Issue
Block a user