claude-plugins: trim base plugin description, don't enumerate skill internals

This commit is contained in:
damocles 2026-07-27 15:51:04 +02:00 committed by mara
commit ed18a636af

View file

@ -8,7 +8,7 @@
"plugins": [
{
"name": "base",
"description": "hyperhive's base plugin - skills every agent needs, regardless of role. Currently: state-hygiene (read-before-write discipline and dated-archive convention for durable agent notes/state files) and forge-workflow (safe forge CLI habits - never call the API directly, @-mention subscribes to a thread, ci-rerun not empty commits, verify before claiming ready, never self-merge). Add a new skill here (not a new plugin) if it applies to all agents; give it its own specialized plugin if it doesn't.",
"description": "hyperhive's base plugin - skills every agent needs, regardless of role. Add a new skill here (not a new plugin) if it applies to all agents; give it its own specialized plugin if it doesn't.",
"source": "./plugins/base",
"category": "productivity"
},