Skip to content

Commit 8803886

Browse files
authored
docs: add Setup Workspace demo GIF to README (#96)
* feat: MCP-aware status bar, per-editor breakdown, verify command Refocus the extension as an MCP control plane: - Status bar shows Patchloom MCP when MCP is configured, Patchloom when binary is ready but MCP is not set up, Patchloom when binary is missing or needs upgrade. - Status details now show per-editor MCP breakdown (VS Code, Cursor, Windsurf) instead of a single MCP config: present/missing line. - New 'Verify MCP Server' command spawns patchloom mcp-server, sends a JSON-RPC initialize request, validates the response, and reports server name/version on success or a diagnostic error on failure. - Setup Workspace now walks through all steps (AGENTS.md, MCP config) in one invocation instead of stopping after each step. - 16 new unit tests covering parseInitializeResponse, verifyMcpServer with injected spawn, and buildStatusDetails with per-editor targets. Closes #93 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> * docs: update README with MCP status bar, verify command, per-editor breakdown Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> * docs: add Setup Workspace demo GIF to README Add an animated GIF showing the Setup Workspace flow: command palette, AGENTS.md generation, MCP configuration for VS Code/Cursor/Windsurf, and final status bar state. Recorded via Playwright CDP automation + ffmpeg + gifsicle. Closes #95 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 21fb8e8 commit 8803886

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Or search for **Patchloom** in the Extensions view (`Ctrl+Shift+X` / `Cmd+Shift+
2828
1. Install the [Patchloom CLI](https://github.com/patchloom/patchloom/releases) (or run **Patchloom: Install Patchloom** from the command palette)
2929
2. Open a project and run **Patchloom: Setup Workspace**
3030

31+
<p align="center">
32+
<img src="images/setup-workspace-demo.gif" alt="Setup Workspace demo" width="800">
33+
</p>
34+
3135
The extension finds the CLI automatically. If it's not on `PATH`, point `patchloom.path` to it in settings.
3236

3337
---

images/setup-workspace-demo.gif

104 KB
Loading

0 commit comments

Comments
 (0)