cueloop 0.5.0

A Rust CLI for managing AI agent loops with a structured JSON task queue
Documentation
//! Phase execution scenario coverage.
//!
//! Purpose:
//! - Phase execution scenario coverage.
//!
//! Responsibilities:
//! - Host the extracted phase scenario suite in a dedicated test submodule.
//!
//! Scope:
//! - Limited to this file's owning feature boundary.
//!
//! Usage:
//! - Used through the crate module tree or integration test harness.
//!
//! Invariants/Assumptions:
//! - Keep behavior aligned with CueLoop's canonical CLI, machine-contract, and queue semantics.

#[path = "runtime_tests.rs"]
mod runtime_tests;