From 61c5fd4dcecdebe38882151f72d1d640f1ac95af Mon Sep 17 00:00:00 2001 From: Devid HW Date: Sun, 19 Apr 2026 03:35:05 +0700 Subject: [PATCH] docs: Move WINDSURF_SETUP.md to docs/WINDSURF.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consistent documentation structure - all docs now in docs/ directory. - Moved: WINDSURF_SETUP.md → docs/WINDSURF.md - Updated README.md link --- README.md | 1 + WINDSURF_SETUP.md => docs/WINDSURF.md | 0 2 files changed, 1 insertion(+) rename WINDSURF_SETUP.md => docs/WINDSURF.md (100%) diff --git a/README.md b/README.md index bfaa7ac..550bb57 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ The AI runs the full pipeline: compile → clean cache → backtest → extract |-----|---------| | [QUICKSTART.md](docs/QUICKSTART.md) | Complete setup for macOS/Linux | | [CONFIG.md](docs/CONFIG.md) | Configuration reference | +| [WINDSURF.md](docs/WINDSURF.md) | Windsurf IDE integration | | [TOOLS.md](docs/MCP_TOOLS.md) | All 43 tools (31 documented) | | [ARCHITECTURE.md](docs/ARCHITECTURE.md) | Design and internals | | [TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md) | Common issues | diff --git a/WINDSURF_SETUP.md b/docs/WINDSURF.md similarity index 100% rename from WINDSURF_SETUP.md rename to docs/WINDSURF.md