[Sprint 3] feat: Implement schema diff detection hook for data-platform #228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Implement a
PostToolUsehook that detects breaking schema changes when editing SQL/YAML files.Implementation
Wiki: Sprint 3: Hooks Implementation
Plugin:
plugins/data-platform/Technical Details
Hook Configuration
PostToolUseEdit(schema files)Breaking Changes to Detect
Files to Create/Modify
Acceptance Criteria
hooks/hooks.jsonTechnical Notes
CRITICAL: Hooks must be in
hooks/hooks.json, NOT inline in plugin.json.