ouroboros_measure_drift
Measure execution drift from original seed goals, calculating a weighted deviation score across goal, constraint, and ontology drift. Get analysis and suggestions when drift exceeds threshold.
Instructions
Measure drift from the original seed goal. Calculates goal deviation score using weighted components: goal drift (50%), constraint drift (30%), ontology drift (20%). Returns drift metrics, analysis, and suggestions if drift exceeds threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The execution session ID to measure drift for | |
| seed_content | Yes | Original seed YAML content for drift calculation | |
| current_output | Yes | Current execution output to measure drift against the seed goal | |
| current_concepts | No | Concepts present in the current output (for ontology drift) | |
| constraint_violations | No | Known constraint violations (e.g., ['Missing tests', 'Wrong language']) |