From 02ea0bb576819195a38098ab08d390a2d0ad8fe6 Mon Sep 17 00:00:00 2001 From: Joywayer Date: Tue, 28 Jul 2026 13:03:54 +0800 Subject: [PATCH] =?UTF-8?q?docs(enemy):=20=E6=A0=87=E6=B3=A8=E8=84=B1?= =?UTF-8?q?=E5=9B=BE=E8=84=B1=E5=9B=B0=E8=AE=BE=E8=AE=A1=E5=B7=B2=E4=BD=9C?= =?UTF-8?q?=E5=BA=9F(=E8=A2=AB=E7=A7=BB=E9=99=A4=E5=AF=BB=E8=B7=AF?= =?UTF-8?q?=E5=BA=93=E6=96=B9=E6=A1=88=E5=8F=96=E4=BB=A3,=E6=9C=AA?= =?UTF-8?q?=E5=AE=9E=E6=96=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../specs/2026-07-27-nav-offgraph-recovery-design.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Docs_Dev/superpowers/specs/2026-07-27-nav-offgraph-recovery-design.md b/Docs_Dev/superpowers/specs/2026-07-27-nav-offgraph-recovery-design.md index 035c446f..622a4ef0 100644 --- a/Docs_Dev/superpowers/specs/2026-07-27-nav-offgraph-recovery-design.md +++ b/Docs_Dev/superpowers/specs/2026-07-27-nav-offgraph-recovery-design.md @@ -1,4 +1,12 @@ -# 导航脱图统一脱困(Off-Graph Recovery)设计 +# 【已作废】导航脱图统一脱困(Off-Graph Recovery)设计 + +> ⚠ **本设计已于 2026-07-28 作废,未实施。** +> 取代方案:`2026-07-28-enemy-navigation-without-pathfinding-design.md`(移除第三方寻路库)。 +> 原因:本设计要解决的"agent 脱离烘焙段 → 寻路 API 全面静默失效"问题, +> 在移除导航图后**根本不存在**,无需脱困机制。 +> 其中唯一仍然有效的部分(Pace 边沿翻向缺陷修复)已并入取代方案并**已实施**。 +> 保留本文件仅作决策留痕,请勿据此实现。 + > 日期:2026-07-27  状态:设计(待实现) > 关联:`2026-07-27-enemy-body-authority-design.md`(身体几何权威)、