feat: declare startup plugin imports explicitly

This commit is contained in:
Shakker
2026-04-28 03:23:57 +01:00
parent 3945193257
commit f1aaa2cd91
18 changed files with 50 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
{
"id": "active-memory",
"activation": {
"onStartup": true
},
"name": "Active Memory",
"description": "Runs a bounded blocking memory sub-agent before eligible conversational replies and injects relevant memory into prompt context.",
"configSchema": {