Commite4e4f4f0Recorded2 Aug 2026Repositorysigil-studio
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 multimedia development environment for Sigil.",+4
"group": "Graphics and sound"+5
}