1
2
3
4
5
6
7
8
# Check drift detection status
curl http://localhost:8000/drift/status
# Check remediation engine logs
docker logs sea-workbench-bff | grep remediation
# Trigger manual drift scan
just drift-scan
1
2
3
4
5
# Disable PR creation
export GITHUB_REMEDIATION_ENABLED=false
# Use last known good state
just drift-restore <baseline-id>