Adds gitea@holocron to enabledPlugins now that the gitea skill/plugin has replaced the old flat skill.
13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"enabledPlugins": {
|
|
"bin@holocron": true,
|
|
"core@holocron": true,
|
|
"git@holocron": true,
|
|
"gitea@holocron": true,
|
|
"kyberforge@holocron": true
|
|
},
|
|
"hooks": {
|
|
"PreToolUse": []
|
|
}
|
|
}
|