From 6c13356d6d0772e849b3c0c246ad409f6fbe1012 Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Thu, 5 Mar 2026 06:07:37 -0700 Subject: [PATCH] docs: trim README plugin descriptions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71b3763..fa2d450 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Full command stack with 15 undoable operations: ChangeKind, Rename, Collapse, In ## Plugin System -Extensible provider architecture via DLL plugins with `IPlugin` interface, factory function discovery, and auto/manual loading from a Plugins folder. +DLL plugins loaded from a `Plugins` folder, auto or manual. **Bundled plugins:** @@ -92,7 +92,7 @@ Extensible provider architecture via DLL plugins with `IPlugin` interface, facto | **Process memory** | Attach to local processes on Windows and Linux — PID-based, with symbol resolution and module/region enumeration | | **WinDbg** | Access data from live WinDbg debugging sessions | | **Remote process memory** | TCP RPC-based remote process access with cross-architecture support | -| **ReClass.NET compatibility** | Load existing ReClass.NET native DLL plugins directly; optional .NET CLR hosting for managed plugins | +| **ReClass.NET compatibility** | Load existing ReClass.NET native DLL plugins directly | ## MCP Integration