What problem does it solve?
It prevents broken CI-like project state by automatically running the required post-merge setup steps, so dependencies, migrations, and workflow processes stay consistent after tasks are merged.
Core Features & Use Cases
- Post-merge script execution: Runs a configured bash setup script from the project root with stdin closed to avoid interactive prompts, and with a configurable timeout.
- Automated reconciliation of workflows: Stops workflows removed from the
.replit configuration and restarts workflows that should be running based on the current config.
- Failure-focused troubleshooting: Returns detailed results including error causes and links to stdout/stderr tail logs so you can fix the script quickly.
- Use Case: After multiple code merges that change dependencies or database migrations, you can ensure the project is rebuilt and migrations are applied while also keeping running workflows aligned with the latest
.replit settings.
Quick Start
Run the post-merge setup and automatically execute the configured script and reconcile workflows.