elph 0.0.13

Minimalist AI agent companion for coding
1
2
3
4
5
6
use crate::runtime::{EXIT_SUCCESS, ExitCode};

pub fn handle() -> ExitCode {
    tracing::warn!("ACP server — not yet implemented");
    EXIT_SUCCESS
}