What problem does it solve?
Autoresearch replaces the deprecated omx autoresearch command by providing a stateful, validator-gated research loop that persists via a native-hook mechanism, enabling continued evaluation across runs without manual re-launch.
Core Features & Use Cases
- Init chooses exactly one validation mode at startup: mission-validator-script or prompt-architect-artifact.
- Persist mode state in .omx/state/.../autoresearch-state.json including validation_mode, completion_artifact_path, mission_validator_command or validator_prompt, and optional output_artifact_path.
- Completion is artifact-gated; the loop continues until a valid completion artifact exists and meets the chosen validation regime.
- Direct CLI launch is gone; use $deep-interview --autoresearch for intake and $autoresearch for execution.
Quick Start
Initiate the workflow by selecting a validation mode, then run the autoresearch loop to produce a gated completion artifact.