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
{
  "description": "C++ project with quoted includes resolved relative to importing file",
  "edges": [
    {
      "from": "main.cpp",
      "to": "auth.hpp",
      "comment": "main.cpp includes auth.hpp"
    },
    {
      "from": "main.cpp",
      "to": "db.hpp",
      "comment": "main.cpp includes db.hpp"
    },
    {
      "from": "auth.hpp",
      "to": "db.hpp",
      "comment": "auth.hpp includes db.hpp"
    },
    {
      "from": "auth.cpp",
      "to": "auth.hpp",
      "comment": "auth.cpp includes auth.hpp"
    },
    {
      "from": "db.cpp",
      "to": "db.hpp",
      "comment": "db.cpp includes db.hpp"
    }
  ]
}