tsk-ai 0.10.4

tsk-tsk: keeping your agents out of trouble with sandboxed coding agent automation
1
2
3
4
5
6
7
pub mod edit;
pub mod list;
pub mod show;

pub use edit::TemplateEditCommand;
pub use list::TemplateListCommand;
pub use show::TemplateShowCommand;