Compare commits

...

2 Commits

Author SHA1 Message Date
7a4ed3550a feat: add <kindred> element to package.xml
Declares min_create_version=0.1.0, load_priority=60, pure_python=true,
and documents universal overlay context.
2026-02-16 14:10:03 -06:00
c88dd19672 chore: update silo-client submodule to latest main (5276ff2) 2026-02-16 11:27:03 -06:00
2 changed files with 11 additions and 1 deletions

View File

@@ -12,4 +12,14 @@
<subdirectory>./</subdirectory>
</workbench>
</content>
<!-- Kindred Create extensions -->
<kindred>
<min_create_version>0.1.0</min_create_version>
<load_priority>60</load_priority>
<pure_python>true</pure_python>
<contexts>
<context id="*" action="overlay"/>
</contexts>
</kindred>
</package>