shared-context-engineering 0.3.0

Shared Context Engineering CLI
1
2
3
4
5
6
7
8
9
pub mod command;

use crate::command_surface;

pub const NAME: &str = "help";

pub fn help_text() -> String {
    command_surface::help_text()
}