Skip to main content

ccstat_provider_opencode/
lib.rs

1//! OpenCode provider for ccstat
2//!
3//! This crate implements the provider trait for OpenCode,
4//! handling per-message JSON files and session metadata.
5
6// Stub: will be implemented in a later phase