Skip to content

Commit 1bcacfa

Browse files
committed
readabiliy tweak to README
1 parent d2be6e6 commit 1bcacfa

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ The CodeLogic MCP server tools will now be available in your Cursor workspace.
158158

159159
To help the AI assistant use the CodeLogic tools effectively, you can add the following instructions to your client's configuration:
160160

161-
#### For VS Code (GitHub Copilot)
161+
<details>
162+
<summary><h4>VS Code (GitHub Copilot) Instructions</h4></summary>
162163

163164
Create a `.vscode/copilot-instructions.md` file with the following content:
164165

@@ -180,8 +181,10 @@ To use the CodeLogic tools effectively:
180181
- Review the impact results before making changes
181182
- Consider both direct and indirect impacts
182183
```
184+
</details>
183185

184-
#### For Claude Desktop
186+
<details>
187+
<summary><h4>Claude Desktop Instructions</h4></summary>
185188

186189
Create a file `~/.claude/instructions.md` with the following content:
187190

@@ -203,8 +206,10 @@ To use the CodeLogic tools effectively:
203206
- Review the impact results before making changes
204207
- Consider both direct and indirect impacts
205208
```
209+
</details>
206210

207-
#### For Windsurf IDE
211+
<details>
212+
<summary><h4>Windsurf IDE Instructions</h4></summary>
208213

209214
Create or modify the `~/.codeium/windsurf/memories/global_rules.md` markdown file with the following content:
210215

@@ -224,8 +229,10 @@ To use the CodeLogic tools effectively:
224229
- Review the impact results before making changes
225230
- Consider both direct and indirect impacts
226231
```
232+
</details>
227233

228-
#### For Cursor
234+
<details>
235+
<summary><h4>Cursor Instructions</h4></summary>
229236

230237
Create a `.cursor/rules/codelogic-rules.md` file with the following content:
231238

@@ -246,6 +253,7 @@ Create a `.cursor/rules/codelogic-rules.md` file with the following content:
246253
- Review the impact results before making changes
247254
- Consider both direct and indirect impacts
248255
```
256+
</details>
249257

250258
### Environment Variables
251259

0 commit comments

Comments
 (0)