merge: 최신 main을 사용자 군주 자율행동 브랜치에 통합한다

This commit is contained in:
2026-08-22 08:28:09 +00:00
5 changed files with 168 additions and 18 deletions
@@ -27,7 +27,7 @@ export const persistYearbookSnapshot = async (
transaction.logEntry.findMany({
where: {
scope: LogScope.SYSTEM,
category: LogCategory.ACTION,
category: { in: [LogCategory.SUMMARY, LogCategory.ACTION] },
year: snapshot.year,
month: snapshot.month,
},