From ba31d8c420e299c92f028449bbb705f37b2eea85 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Mon, 25 May 2026 16:56:16 -0400 Subject: [PATCH] NEO-87: note review follow-up commit SHA on blocking fix. --- docs/reviews/2026-05-25-NEO-87.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reviews/2026-05-25-NEO-87.md b/docs/reviews/2026-05-25-NEO-87.md index 65139f6..12c4add 100644 --- a/docs/reviews/2026-05-25-NEO-87.md +++ b/docs/reviews/2026-05-25-NEO-87.md @@ -29,7 +29,7 @@ NEO-87 lands E5M2-01 content-only work: `npc-behavior-def.schema.json`, NPC beha ## Blocking issues -1. ~~**Missing third catalog row — CI fails.** [`content/npc-behaviors/prototype_npc_behaviors.json`](../../content/npc-behaviors/prototype_npc_behaviors.json) contains only `prototype_melee_pressure` and `prototype_ranged_control`. The E5M2 three-id gate requires `prototype_elite_mini_boss` as well. Running validation:~~ **Done.** Restored `prototype_elite_mini_boss` row per kickoff freeze table; `validate_content.py` exits 0 with `3 unique npc behavior id(s)`. +1. ~~**Missing third catalog row — CI fails.** [`content/npc-behaviors/prototype_npc_behaviors.json`](../../content/npc-behaviors/prototype_npc_behaviors.json) contains only `prototype_melee_pressure` and `prototype_ranged_control`. The E5M2 three-id gate requires `prototype_elite_mini_boss` as well. Running validation:~~ **Done.** Restored `prototype_elite_mini_boss` row per kickoff freeze table; `validate_content.py` exits 0 with `3 unique npc behavior id(s)` (`24cbd9b`). ## Suggestions