Initial commit

This commit is contained in:
Dayowe
2026-06-10 11:16:10 +02:00
commit f0b9968306
12 changed files with 994 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "arcana-codex-plugins",
"interface": {
"displayName": "Arcana Codex Plugins"
},
"plugins": [
{
"name": "staged-implementation",
"source": {
"source": "local",
"path": "./plugins/staged-implementation"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}