Skip to content

Commit 4fa20eb

Browse files
committed
docs: update reules
1 parent 0261f2c commit 4fa20eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AI tools can access external services (JIRA, Confluence, GitHub) via MCP configu
3737
4. **Verify your setup:**
3838
```bash
3939
# For Augment users:
40-
auggie --mcp-config mcp.json "go over all my mcp tools and make sure they work as expected"
40+
npx @augmentcode/auggie --mcp-config mcp.json "go over all my mcp tools and make sure they work as expected"
4141
```
4242

4343
### Available MCP Services
@@ -137,7 +137,7 @@ yarn prettier:fix # Fix formatting
137137

138138
## Redis-Specific Context
139139

140-
- Support all Redis data types: String, Hash, List, Set, Sorted Set, Stream, JSON
140+
- Support all Redis data types: String, Hash, List, Set, Sorted Set, Vector Set, Stream, JSON
141141
- Handle Redis modules: RedisJSON, RediSearch, RedisTimeSeries, RedisGraph
142142
- Connection types: Standalone, Cluster, Sentinel
143143
- Features: Workbench, Data Browser, Profiler, SlowLog, Pub/Sub
@@ -158,7 +158,7 @@ When helping with RedisInsight development:
158158

159159
### DON'T:
160160

161-
- ❌ Use `console.log` (use proper logging)
161+
- ❌ Use `console.log`
162162
- ❌ Add unnecessary comments
163163
- ❌ Ignore linting errors
164164
- ❌ Skip tests

env.mcp.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# and create a classic token by pressing the first "Create Token" button
1212
#
1313
# 3. To verify your setup, run agent with the following command:
14-
# auggie --mcp-config mcp.json "go over all my mcp tools and make sure they work as expected"
14+
# npx @augmentcode/auggie --mcp-config mcp.json "go over all my mcp tools and make sure they work as expected"
1515
# or you can ask the agent UI to do the same
1616

1717
JIRA_API_TOKEN=<token>

0 commit comments

Comments
 (0)