From fb46373cef9b58217e703223a3a593d6c33e9a1e Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Thu, 19 Mar 2026 23:18:42 +0800 Subject: [PATCH] docs: update multi-platform URLs after moving configs to root Update raw GitHub URLs in README to remove understand-anything-plugin/ prefix for Codex and OpenClaw INSTALL.md paths. Replace Cursor section with auto-discovery via .cursor-plugin/plugin.json. Co-Authored-By: Claude Opus 4.6 --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d20adf4..151dd84 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Understand-Anything works across multiple AI coding platforms. Tell Codex: ``` -Fetch and follow instructions from https://raw.githubusercontent.com/Lum1104/Understand-Anything/refs/heads/main/understand-anything-plugin/.codex/INSTALL.md +Fetch and follow instructions from https://raw.githubusercontent.com/Lum1104/Understand-Anything/refs/heads/main/.codex/INSTALL.md ``` ### OpenCode @@ -126,15 +126,12 @@ Add to your `opencode.json`: Tell OpenClaw: ``` -Fetch and follow instructions from https://raw.githubusercontent.com/Lum1104/Understand-Anything/refs/heads/main/understand-anything-plugin/.openclaw/INSTALL.md +Fetch and follow instructions from https://raw.githubusercontent.com/Lum1104/Understand-Anything/refs/heads/main/.openclaw/INSTALL.md ``` ### Cursor -Tell Cursor: -``` -Fetch and follow instructions from https://raw.githubusercontent.com/Lum1104/Understand-Anything/refs/heads/main/understand-anything-plugin/.cursor/INSTALL.md -``` +Cursor auto-discovers the plugin via `.cursor-plugin/plugin.json` when this repo is cloned. No manual installation needed — just clone and open in Cursor. ### Platform Compatibility @@ -144,7 +141,7 @@ Fetch and follow instructions from https://raw.githubusercontent.com/Lum1104/Und | Codex | ✅ Supported | AI-driven install | | OpenCode | ✅ Supported | Plugin config | | OpenClaw | ✅ Supported | AI-driven install | -| Cursor | ✅ Supported | AI-driven install | +| Cursor | ✅ Supported | Auto-discovery | ---