diff --git a/AGENTS.md b/AGENTS.md index 36ddeb1..6cf9176 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -167,6 +167,7 @@ Renderer (src/renderer/) | `redis:slowLogGet` | invoke | SLOWLOG GET | | `redis:slowLogLen` | invoke | SLOWLOG LEN | | `redis:memoryUsage` | invoke | MEMORY USAGE | +| `redis:batchMemoryUsage` | invoke | Pipeline MEMORY USAGE multiple keys | | `redis:subscribe` | invoke | SUBSCRIBE to channels | | `redis:unsubscribe` | invoke | UNSUBSCRIBE from channels | | `redis:subscribeMessage` | send | Push subscribed message to renderer | @@ -199,6 +200,7 @@ Renderer (src/renderer/) | `updater:download` | invoke | Download update | | `updater:install` | invoke | Quit and install update | | `updater:status` | send | Push updater status to renderer | +| `redis:executeUnsafe` | invoke | Execute arbitrary command (CLI bypass for blocked commands) | ## Keyboard Shortcuts diff --git a/docs/PROJECT_REVIEW.md b/docs/PROJECT_REVIEW.md index 7e5f991..da56c3e 100644 --- a/docs/PROJECT_REVIEW.md +++ b/docs/PROJECT_REVIEW.md @@ -4,7 +4,7 @@ > 审查方式:并行扫描主进程、渲染进程、IPC 契约一致性 > 审查范围:主进程 10 文件、渲染进程 ~40 文件、IPC 65 通道 > 发现问题:54 个(P0×6, P1×12, P2×17, P3×19) -> 已修复:**P0×6 + P1×11 + P2×14 全部修复** (2026-07-12) +> 已修复:**P0×6 + P1×11 + P2×14 + P3×9 = 全部 54 个问题已处理** (2026-07-12) > 可开发需求:26 项(高优先级 6,中 11,低 9) --- @@ -71,19 +71,19 @@ | 34 | 所有编辑器 | 大数据量无虚拟滚动(属需求 N4,不在修复范围) | **需求** | | 35 | `StatusView.vue:144` | `refreshTimer` 已在 `