graphify-patch
Installation
SKILL.md
Apply Ontology Patch
Trigger Command: /graphify-patch
Purpose: Safely manage canonical entities through a strict validation lifecycle.
Instructions for the Agent
- Validate: Ask the user for the patch file path, then run
graphify patch validate <file>. - Dry-Run: If valid, run
graphify patch apply <file> --dry-run. - Approval: Show the dry-run output and ask the user for explicit approval to apply the patch. Do not proceed without approval.
- Apply: Once approved, run
graphify patch apply <file>. - Halt: Stop execution and report successful mutation.