grith.aidocs

[digest]

Queue behaviour — review intervals, delivery channel, queue size cap.

The [digest] section controls how the quarantine queue surfaces to a reviewer — how often the CLI digest reminds you, where queue items are delivered, and the maximum queue size.

[digest]

KeyTypeDefaultDescription
deliverystring"cli"
interval_activestring"30m"
interval_idlestring"24h"
max_queue_sizeinteger100

Notes

  • interval_active — when there are items in the queue and a session is actively running, how often the terminal-based digest prompt reminds you to review (default 30 minutes).
  • interval_idle — when no active session is running, the longer reminder cadence (default 24 hours).
  • deliverycli (default) prints reminders to the terminal. none disables auto-reminders entirely; reviews happen via grith digest review manually. With the daemon running, the dashboard always shows the queue regardless of this setting.
  • max_queue_size — once the queue holds this many items, the oldest queued items auto-resolve to DENY. Default 100 items.

Notification channel delivery (Pro)

To deliver queue items to Slack / Telegram / etc., configure [notifications.channels.*] rather than the delivery field. The two are orthogonal:

  • [digest] delivery controls terminal reminder behaviour.
  • [notifications.channels.*] controls remote routing.

See grith notifications and per-channel guides.

See also

Last updated: 2026-05-14Edit this page on GitHub →
© 2026 grith. All rights reserved.