Commandtypescript
/check-sync Command
Validate sync operation safety and data integrity
Validate sync operations and data integrity:
- Read the sync service code:
backend/services/sync.py - Read the comparison service:
backend/services/comparison.py - Check recent sync history if available
- Use the sync-validator subagent to perform thorough validation
- Review cached JSON data in
backend/data/instances/
Validation checks:
- Data structure compatibility
- Field mapping correctness
- Potential data loss scenarios
- Identifier uniqueness
- Required fields presence
- HTML content validity
Provide a risk assessment (LOW/MEDIUM/HIGH) and recommendations.