Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LifeOS/install/LIFEOS/TOOLS/LifeosUpgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const MIGRATIONS: Migration[] = [
// policy gitignores LEARNING/, OBSERVABILITY/, STATE/, etc. selectively;
// Phase G may broaden this. For now, we detect "any LIFEOS/MEMORY/ rule" as
// applied.
return /^LifeOS\/MEMORY\//m.test(content);
return /^LIFEOS\/MEMORY\//m.test(content);
},
apply: () => {
throw new Error("m-005 apply not implemented — modify .gitignore in source PR rather than via tool. The detect-only check surfaces missing state.");
Expand Down