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": "Ruby project with require_relative imports",
  "edges": [
    {
      "from": "lib/main.rb",
      "to": "lib/auth.rb",
      "comment": "main requires auth"
    },
    {
      "from": "lib/main.rb",
      "to": "lib/db.rb",
      "comment": "main requires db"
    },
    {
      "from": "lib/auth.rb",
      "to": "lib/db.rb",
      "comment": "auth requires db"
    }
  ]
}