mati 0.1.2

An enforcement layer for codebase knowledge: confirmed gotchas gate what AI agents read and edit at the hook level. Not a passive memory store.
Documentation
1
2
3
4
5
6
7
8
#include "auth.hpp"
#include "db.hpp"

int main() {
    Auth::User u = Auth::createUser("admin");
    Db::Client c = Db::connect("localhost");
    return 0;
}