feat: draft review flow — autogen→draft, auto-approve 07:00 MSK, /api/drafts routes

This commit is contained in:
Nik (Claude)
2026-06-16 09:17:10 +03:00
parent cd471d67a9
commit 5852b9f439
4 changed files with 162 additions and 77 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ async function runAutogenForCategory(category) {
topic,
tags: tags,
keywords,
autoPublish: true,
autoPublish: false, // draft review flow
category,
});