meta { name: GET health (mastery catalog boot NEO-46) type: http seq: 1 } get { url: {{baseUrl}}/health body: none auth: none } docs { NEO-46 loads content/mastery/*_mastery.json at startup (fail-fast). No mastery HTTP API in this story — use this request to confirm the host started after catalog validation. } tests { test("status 200", function () { expect(res.getStatus()).to.equal(200); }); test("service identity", function () { expect(res.getBody().service).to.equal("NeonSprawl.Server"); }); }