vault-canonical-promotion
Use when curated vault material may need to become stable canonical knowledge, or when an agent wants to update an existing canonical note without direct authority. Applies when promotion criteria, proposal files, registry updates, and merge safety matter.
Install
mkdir -p .claude/skills/vault-canonical-promotion && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14335" && unzip -o skill.zip -d .claude/skills/vault-canonical-promotion && rm skill.zipInstalls to .claude/skills/vault-canonical-promotion
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when curated vault material may need to become stable canonical knowledge, or when an agent wants to update an existing canonical note without direct authority. Applies when promotion criteria, proposal files, registry updates, and merge safety matter.About this skill
Vault Canonical Promotion
Overview
This skill exists to stop agents from publishing working notes as official knowledge too early. It routes durable material through a promotion process instead of silent direct edits.
If your agent supports MCP, 优先 use the governance MCP server for proposal, queue, review, and apply operations. Use this skill as the compatibility layer when MCP is unavailable.
Promotion Conditions
The candidate should have:
- a resolved
topic_id - valid source lineage
- curation-level stability
- long-term reuse value
- a clear home in canonical knowledge
Read references/promotion-criteria.md before promoting.
Standard Flow
- Confirm the source note lives in
intakeorcuration - Check whether canonical already exists for the topic
- If canonical exists and you are not Hermes/human, prepare a proposal instead of overwriting
- Add or update
promotion-queue.json - Add ledger entry
- Leave final merge to Hermes or a human
Allowed Actions
- create promotion candidate
- update queue item
- prepare proposal note
- recommend canonical target path
Disallowed Actions
- silent overwrite of canonical notes
- reclassifying raw notes as canonical without curation
- skipping queue update
Common Mistakes
- treating polished wording as proof of canonical readiness
- publishing without checking for existing canonical home
- forgetting to record why this note deserves promotion