Commit8b907863Recorded1 Aug 2026Repositoryminder

Declare this repo for the estate render

Message

.docket.json gives the Docket render this repo status, its one-line summary, and the group it sits in on the Powers project page. Powers groups its repos into the core set and service management, per the estate decision of 2026-08-01; without this file every repo lands in one ungrouped row.

Changed
 .docket.json | 5 +++++
 1 file changed, 5 insertions(+)
Diff
.docket.jsonadded
@@ -0,0 +1,5 @@
+1
{
+2
"status": "active",
+3
"summary": "Scheduled tasks that fire into a running agent session.",
+4
"group": "The core set"
+5
}