self-tasking engine: persistent queue, idle-impulse + follow-up generators, approval mode

This commit is contained in:
Oleksandr Kozachuk
2026-07-13 17:49:39 +02:00
parent e7e51e4230
commit df1924bb80
9 changed files with 516 additions and 34 deletions
+8
View File
@@ -59,3 +59,11 @@ enable-game-info = true
# image-cache-mb = 500 # LRU cap (ggg: consider 2000 — screenshots)
# image-cache-ttl-days = 90
# image-max-bytes = 8388608 # 8 MB upload cap
# Self-tasking (SPEC-005) — experimental, DEFAULT OFF:
# tasks-enabled = true
# tasks-generators = ["idle-impulse", "follow-up"]
# tasks-max-per-channel-per-day = 2
# tasks-approval = false # true: neue Tasks brauchen !bot task-approve
# idle-impulse-hours = 12
# taskgen-interval-hours = 6
# Staff: !bot tasks | task-approve <id> | task-cancel <id>