fix: startup load skill workshop hooks

This commit is contained in:
Shakker
2026-04-28 03:47:00 +01:00
parent c7b1f1285f
commit fc3b8ad3ee
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "skill-workshop",
"activation": {
"onStartup": false
"onStartup": true
},
"name": "Skill Workshop",
"description": "Captures repeatable workflows as workspace skills, with pending review, safe writes, and skill prompt refresh.",

View File

@@ -39,6 +39,7 @@ const EXPECTED_BUNDLED_STARTUP_PLUGIN_IDS = [
"memory-wiki",
"openshell",
"phone-control",
"skill-workshop",
"talk-voice",
"thread-ownership",
"voice-call",