M.I.A.Lock mialock v0.1.1
M.I.A.Lock 0.1.1: event map + Doe matching + uncertainty ellipses + coverage heat. Doe leads ≠ ID. Heat ≠ presence. Author Aziel Eliab.
Worker: https://mialock-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap
GET /p/mialock/health — Liveness. Does not increment download KV.GET /p/mialock/skill — Return M.I.A.Lock skill markdown. Does not increment download KV. Live Leaflet map is local CLI.GET /p/mialock/map — Sample casebook index stub. Live Leaflet map is local CLI mialock map. Not live tracking.GET /p/mialock/search-options — List archive / Doe / cold-case search modes. Search plans only.POST /p/mialock/queries — Render query families for a search mode. Search plans only. Doe leads ≠ ID.POST /p/mialock/doe-match — Rank Doe / unidentified notices vs a named-subject descriptor. Compatibility leads only. Never an ID.GET /p/mialock/coverage — Adapter coverage report + heat cells. Heat = search intensity / negative evidence — not presence.GET /p/mialock/example — Sample search / map payload shapes. Does not increment download KV.
curl -X POST https://godlock.uk/runtime/p/mialock/queries \
-H 'content-type: application/json' \
-d '{
"mode": "doe_cold",
"name": "Christina Green",
"jurisdiction": "Illinois",
"age_band": "20-30",
"sex": "female"
}'