feat(hermes): map delegate-task as pending (MCP audit gate)
Add delegate-task to hermes/mapping.yaml. Mode: pending with intended {auto, mcp} — the skill calls mcp__projects-meta__tasks_create (cross-project Gitea side-effect), so it needs a behavioral audit via delegate-task-test-trigger before promotion to auto, mirroring the other MCP-touching pending entries (using-vds-ops, using-wiki-graph).
Bump delegate-task SKILL.md 0.1.0 -> 0.2.0 (project-discipline Rule 3).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -138,7 +138,14 @@ skills:
|
||||
mode: skip
|
||||
reason: "Claude-Code-only orchestrator — Hermes uses hermes-installer-skill instead."
|
||||
|
||||
# ─── pending (3 — behavioral audit required) ─────────────────────────
|
||||
# ─── pending (6 — behavioral audit required) ─────────────────────────
|
||||
|
||||
delegate-task:
|
||||
mode: pending
|
||||
intended:
|
||||
mode: auto
|
||||
category: mcp
|
||||
reason: "Calls mcp__projects-meta__tasks_create to create tasks in other projects/agents (Gitea commit, cross-project side-effect). Behavioral audit via delegate-task-test-trigger required before promotion to auto."
|
||||
|
||||
using-yt-tools:
|
||||
mode: pending
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: delegate-task
|
||||
version: 0.1.0
|
||||
version: 0.2.0
|
||||
description: >
|
||||
Use when delegating a task to another agent or project via
|
||||
mcp__projects-meta__tasks_create. Triggers: «делегировать таску»,
|
||||
|
||||
Reference in New Issue
Block a user