Commitb5453cd3Recorded2 Aug 2026Repositorylantern

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 Sigil project page. Without it the repo lands in the ungrouped "Other" row, which was visible on the live site.

Changed
 .docket.json | 5 +++++
 1 file changed, 5 insertions(+)
Diff
.docket.jsonadded
@@ -0,0 +1,5 @@
+1
{
+2
"status": "active",
+3
"summary": "A Sigil-native desktop wrapper: ship any Sigil web app as a native desktop application via GTK4 and WebKitGTK.",
+4
"group": "The web"
+5
}