yolop 0.11.0

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
7
8
9
//! Session-scoped state and durable turn history.
//!
//! Checkpoints and branch-aware rewind, `/goal` and user-ask tracking, and
//! ATIF trajectory export.

pub mod atif;
pub mod checkpoint;
pub mod goal;
pub mod user_ask;