ritalin 0.3.0

Executive function for AI coding agents. Focus their intelligence, ground their work, stop the avoidable mistakes.
1
2
3
4
5
6
7
8
9
10
pub mod add;
pub mod agent_info;
pub mod export_contract;
pub mod gate;
pub mod init;
pub mod prove;
pub mod seed;
pub mod skill;
pub mod status;
pub mod update;