meta { name: GET health (quest catalog boot NEO-113) type: http seq: 1 } get { url: {{baseUrl}}/health body: none auth: none } docs { NEO-113 loads content/quests/*_quests.json at startup (fail-fast). No quest 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"); }); }