← Aziel Eliab product runtime catalog

TrajectoryLock trajectorylock

Auditable geometric test. Research prototype, not a certified forensic instrument.

GitHub counted /download install.sh /v1/skill catalog proxy health · DOI 10.5281/zenodo.22258015

Worker: trajectorylock-download-tracker.vibelock.workers.dev · product OpenAPI

GET /p/trajectorylock/health — Liveness. Does not increment download KV. Hosted never stores media. Not a certified instrument.
GET /p/trajectorylock/example — Synthetic small JSON case. Not a real case. Does not increment download KV.
POST /p/trajectorylock/analyze — Small JSON case in, geometric result out. Cap size. NEVER store media. Not a certified forensic instrument.
GET /p/trajectorylock/skill — Return TrajectoryLock skill markdown. Does not increment download KV.

curl -X POST https://aziel-runtime.vibelock.workers.dev/p/trajectorylock/analyze \
  -H 'content-type: application/json' \
  -d '{
  "case_id": "MINIMAL-DIRECT-LINE",
  "sources": [
    {
      "id": "survey-a",
      "quality": 0.95,
      "calibrated": true,
      "independence_group": "survey-a"
    }
  ],
  "observations": [
    {
      "type": "direct_line",
      "source_id": "survey-a",
      "point": [
        0,
        0,
        1.2
      ],
      "direction": [
        1,
        0.1,
        0.02
      ],
      "angular_sigma_deg": 0.5,
      "offset_sigma_m": 0.02
    }
  ],
  "official_hypothesis": {
    "point": [
      0.01,
      0.01,
      1.19
    ],
    "direction": [
      1,
      0.11,
      0.02
    ],
    "angular_sigma_deg": 0.7,
    "offset_sigma_m": 0.04,
    "angle_tolerance_deg": 3,
    "offset_tolerance_m": 0.25
  }
}'