ritalin 0.2.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
pub mod add;
pub mod agent_info;
pub mod gate;
pub mod init;
pub mod prove;
pub mod seed;
pub mod skill;
pub mod status;
pub mod update;