ritalin 0.1.0

Proof-carrying completion for AI coding agents. The verification layer for the prompt-request era.
1
2
3
4
5
6
7
8
pub mod add;
pub mod agent_info;
pub mod gate;
pub mod init;
pub mod prove;
pub mod skill;
pub mod status;
pub mod update;