From 1ba1128cfa4878a7474e1a310c7cf75eb4150a0b Mon Sep 17 00:00:00 2001 From: Bob Date: Tue, 8 Sep 2026 16:50:32 +0000 Subject: [PATCH 1/2] docs(watchers): list aw-watcher-ask-away and aw-watcher-checkin aw-watcher-ask-away (Jeremiah England) asks what you were doing when you return from an AFK break; it was not listed. It has been adopted into the ActivityWatch org as aw-watcher-checkin, with full history and attribution, to be extended with boundary-triggered check-ins. Both are placed next to the related aw-watcher-ask entry under Other watchers. --- src/watchers.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/watchers.rst b/src/watchers.rst index 3f96975..ceccd02 100644 --- a/src/watchers.rst +++ b/src/watchers.rst @@ -71,6 +71,8 @@ Other watchers to collect all kinds of data. - :gh:`Alwinator/aw-watcher-table` - Monitors whether you have set your height-adjustable table to sitting or standing, by :gh-user:`Alwinator` - :gh:`akohlbecker/aw-watcher-tmux` - A plugin for tmux that allows monitoring activity in sessions and panes, by :gh-user:`akohlbecker` - :gh:`bcbernardo/aw-watcher-ask` - (WIP) Periodically poses questions to the user and records her answers. +- :gh:`Jeremiah-England/aw-watcher-ask-away` - Asks what you were doing when you return from an AFK break, and logs it as the AFK period, by :gh-user:`Jeremiah-England`. +- :gh-aw:`aw-watcher-checkin` - (WIP) Boundary-triggered check-ins: rate the block you just finished when you return from AFK, switch context, or end a long block. Adopted from :gh:`Jeremiah-England/aw-watcher-ask-away` with full history, by :gh-user:`Jeremiah-England`. - :gh:`Alwinator/aw-watcher-utilization` - Monitors CPU, RAM, disk, network, and sensor usage, by :gh-user:`Alwinator` - :gh:`abdnh/aw-watcher-anki` - An add-on for Anki that tracks time spent reviewing cards. - :gh:`Edwardsoen/aw-watcher-steam` - A Watcher to monitor current game being played. From 0f497de8517a439f79cd2a4354717f81b145c05d Mon Sep 17 00:00:00 2001 From: Bob Date: Wed, 9 Sep 2026 12:34:26 +0000 Subject: [PATCH 2/2] docs(watchers): separate inherited AFK-return from planned check-in triggers Greptile P2 on ActivityWatch/docs#180: the WIP line listed context-switch and long-block as current behavior. Keep the inherited ask-away prompt as what ships now; mark the extra triggers as planned. --- src/watchers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/watchers.rst b/src/watchers.rst index ceccd02..0bbfae7 100644 --- a/src/watchers.rst +++ b/src/watchers.rst @@ -72,7 +72,7 @@ Other watchers to collect all kinds of data. - :gh:`akohlbecker/aw-watcher-tmux` - A plugin for tmux that allows monitoring activity in sessions and panes, by :gh-user:`akohlbecker` - :gh:`bcbernardo/aw-watcher-ask` - (WIP) Periodically poses questions to the user and records her answers. - :gh:`Jeremiah-England/aw-watcher-ask-away` - Asks what you were doing when you return from an AFK break, and logs it as the AFK period, by :gh-user:`Jeremiah-England`. -- :gh-aw:`aw-watcher-checkin` - (WIP) Boundary-triggered check-ins: rate the block you just finished when you return from AFK, switch context, or end a long block. Adopted from :gh:`Jeremiah-England/aw-watcher-ask-away` with full history, by :gh-user:`Jeremiah-England`. +- :gh-aw:`aw-watcher-checkin` - (WIP) Adopted from :gh:`Jeremiah-England/aw-watcher-ask-away` with full history, by :gh-user:`Jeremiah-England`. Currently the AFK-return prompt; context-switch and long-block check-ins are planned. - :gh:`Alwinator/aw-watcher-utilization` - Monitors CPU, RAM, disk, network, and sensor usage, by :gh-user:`Alwinator` - :gh:`abdnh/aw-watcher-anki` - An add-on for Anki that tracks time spent reviewing cards. - :gh:`Edwardsoen/aw-watcher-steam` - A Watcher to monitor current game being played.