Schema Evolution Migrator

Keep a production knowledge graph healthy across schema evolution, node/edge lifecycle, incremental updates, and coordinated deployment. Emits N-1 compatible Neo4j-Migrations-style schema migrations, temporal-invalidation Cypher (bitemporal t_valid/t_invalid, invalidate-not-delete), LightRAG-style incremental merge from a deployment event, TTL/retention policy per node class, and a four-phase staged-rollout manifest coordinating schema + data + agent code with canary gates. Use when a graph-backed agent must ship changes to the graph and the code together without downtime. NOT for one-time graph creation, NOT for relational migrations (Flyway/Liquibase), NOT for model routing.

AnthonyAlcaraz 77d5c7f 4 files · 27.3 KB Updated

File contents

AnthonyAlcaraz/agentic-graph-rag-skills/tree/main/skills/optimization/schema-evolution-migrator commit 77d5c7fcb9

Frequently asked questions

npx skillmds@latest add anthonyalcaraz/schema-evolution-migrator