Persist key project knowledge—conventions, decisions, gotchas, and architecture—across AI sessions, ensuring future work builds on prior discoveries instead of re-discovering them.
Analyzes database migrations for risks like lock contention and data loss before they run. Supports Flyway and Liquibase formats, providing risk scores and rollback generation.
Query and summarize database migration history from popular frameworks (Alembic, Flyway, Diesel, Django, Prisma, etc.). Filter by schema to inspect applied migrations per framework.
Search standards documentation to find technology guidance on topics like kafka, docker, and kubernetes. Returns up to 5 matching excerpts with detailed information.
Scans repository database migrations to classify each change as rollback-safe or destructive, returning blocking migrations and deployment strategy for rollback readiness assessment.
Analyze SQL migrations for lock risks, data loss, and unsafe patterns before execution. Detects blocking locks, destructive operations, and cascade hazards.
Generate schema SQL, ER diagrams, index recommendations, migration scripts, and query templates from a data model description, with SQL injection protection.