agent-system/docs/operator/reconcile-review.md

15 lines
958 B
Markdown
Raw Permalink Normal View History

# Reconcile Review Flow
The system continuously monitors for drift between desired and actual state.
2026-05-12 18:01:37 +02:00
1. **Drift Detection**: When drift is detected, the supervisor generates a recommendation and a corresponding pending action.
2. **Review**: Navigate to the **Recommendations** view for a high-level summary, or the **Action Queue** for the specific execution plan.
3. **Approval**: For 'guarded' or 'dangerous' actions, click **Approve** in the Action Queue.
4. **Execution**: Once approved, the action can be triggered manually by clicking **Execute**, or it will be picked up by the autonomous executor if the system is in `AUTONOMOUS` mode.
5. **Observation**: Monitor the **Deployments** and **Topology** views to watch the reconciliation in real-time.
Risk Levels:
- **Safe**: Minimal impact, high success rate.
- **Guarded**: Potential brief service interruption.
- **Dangerous**: Significant impact, potential data loss, or node-level disruption.