You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,20 @@ graph LR
45
45
style Agent fill:#90ee90,color:black
46
46
```
47
47
48
+
## 🏆 Why ASK?
49
+
50
+
| Feature | ASK | Manual | Other Tools |
51
+
|---------|-----|--------|-------------|
52
+
|**Multi-Source Search**| ✅ Unified search across GitHub, Anthropic, MCP, OpenAI | ❌ Search each platform separately | ⚠️ Usually limited to specific sources |
53
+
|**Multi-Tool Support**| ✅ Claude/Cursor/Codex/OpenCode | ❌ | ⚠️ Usually single-tool only |
54
+
|**Version Locking**| ✅ `ask.lock` with exact commits | ❌ | ⚠️ Partial support |
|**Global/Project Scope**| ✅ Both supported | ⚠️ | ⚠️ |
58
+
|**Zero Dependencies**| ✅ Single static binary | N/A | ⚠️ Often requires runtime |
59
+
60
+
---
61
+
48
62
## ✨ Key Features
49
63
50
64
@@ -86,20 +100,6 @@ Install skills globally with `--global` flag to share across all projects. Local
86
100
87
101
---
88
102
89
-
## 🏆 Why ASK?
90
-
91
-
| Feature | ASK | Manual | Other Tools |
92
-
|---------|-----|--------|-------------|
93
-
|**Multi-Source Search**| ✅ Unified search across GitHub, Anthropic, MCP, OpenAI | ❌ Search each platform separately | ⚠️ Usually limited to specific sources |
94
-
|**Multi-Tool Support**| ✅ Claude/Cursor/Codex/OpenCode | ❌ | ⚠️ Usually single-tool only |
95
-
|**Version Locking**| ✅ `ask.lock` with exact commits | ❌ | ⚠️ Partial support |
0 commit comments