From c76180d73736f5ac0b9ddecc2a7c3cd3e1675810 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Wed, 27 May 2026 23:44:19 -0400 Subject: [PATCH] NEO-93: Update plan test count after Bugbot guard tests. Co-authored-by: Cursor --- docs/plans/NEO-93-implementation-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plans/NEO-93-implementation-plan.md b/docs/plans/NEO-93-implementation-plan.md index a9bb235..a7ec07f 100644 --- a/docs/plans/NEO-93-implementation-plan.md +++ b/docs/plans/NEO-93-implementation-plan.md @@ -61,7 +61,7 @@ - Holder-only idle→aggro sync from **`IThreatStateStore`**; no proximity auto-aggro. - **`attack_execute`** chains instantly to **`recover`** within the same advance step (no player damage — NEO-95). - Dev **`combat-targets-fixture`** resets runtime rows alongside HP + threat. -- **23** NEO-93-focused tests green (`NpcRuntimeOperationsTests`, `InMemoryNpcRuntimeStateStoreTests`, fixture extension). +- **25** NEO-93-focused tests green (`NpcRuntimeOperationsTests`, `InMemoryNpcRuntimeStateStoreTests`, fixture extension). ## Technical approach