@scottymade/mana 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,14 +12,11 @@
|
|
|
12
12
|
<img src="https://img.shields.io/npm/v/@scottymade/mana" alt="npm">
|
|
13
13
|
</a>
|
|
14
14
|
<a href="https://github.com/scottymade/mana/releases">
|
|
15
|
-
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux-lightgrey.svg" alt="Platforms">
|
|
15
|
+
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey.svg" alt="Platforms">
|
|
16
16
|
</a>
|
|
17
17
|
<a href="https://devmana.ai">
|
|
18
18
|
<img src="https://img.shields.io/badge/AI%20Coding%20Agent-MCP%20Server-purple.svg" alt="Mana AI Coding Agent MCP Server">
|
|
19
19
|
</a>
|
|
20
|
-
<a href="https://github.com/scottymade/mana/blob/main/LICENSE">
|
|
21
|
-
<img src="https://img.shields.io/github/license/scottymade/mana" alt="License">
|
|
22
|
-
</a>
|
|
23
20
|
</p>
|
|
24
21
|
|
|
25
22
|
---
|
|
@@ -168,7 +165,8 @@ npm list -g @scottymade/mana
|
|
|
168
165
|
| `read_optimized` | Native file read | Reads a 3,000-line file, returns only the 40 lines you needed |
|
|
169
166
|
| `read_optimized_batch` | Multiple file reads | Raids multiple files in one cast. Efficient looting at scale. |
|
|
170
167
|
| `bash_optimized` | Native shell execution | Runs a command, strips the noise from the output |
|
|
171
|
-
| `
|
|
168
|
+
| `grep_optimized` | Native grep | Fast exact pattern matching — no API roundtrip, just results |
|
|
169
|
+
| `search_optimized` | Native search/glob | Locally indexed semantic code searches without burning API costs on failed lookups |
|
|
172
170
|
| `list_directory_optimized` | Native directory listing | Maps the dungeon without drawing every brick |
|
|
173
171
|
| `git_optimized` | Native git commands | Git log, diff, status — compressed to what matters |
|
|
174
172
|
|