Release: Issues+Systems, milestone-as-plan, plugin reliability/skills/dedup, compaction hygiene #71

Merged
bvandeusen merged 25 commits from dev into main 2026-06-14 15:51:44 -04:00
Showing only changes of commit 9293a9b198 - Show all commits
+1 -1
View File
@@ -31,7 +31,7 @@ export async function updateSystem(
data: Partial<{
name: string;
description: string;
color: string;
color: string | null;
status: "active" | "archived";
order_index: number;
}>,