depwire-cli 0.9.16 → 0.9.18
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 +15 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
# Depwire
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
</a>
|
|
10
|
-
<a href="https://glama.ai/mcp/servers/depwire/depwire">
|
|
11
|
-
<img src="https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg" alt="depwire/depwire MCP server" />
|
|
12
|
-
</a>
|
|
13
|
-
<a href="LICENSE">
|
|
14
|
-
<img src="https://img.shields.io/badge/license-BUSL--1.1-blue.svg?style=flat-square" alt="License" />
|
|
15
|
-
</a>
|
|
16
|
-
<a href="https://github.com/depwire/depwire/stargazers">
|
|
17
|
-
<img src="https://img.shields.io/github/stars/depwire/depwire.svg?style=flat-square" alt="GitHub stars" />
|
|
18
|
-
</a>
|
|
19
|
-
<a href="https://github.com/depwire/depwire/network/members">
|
|
20
|
-
<img src="https://img.shields.io/github/forks/depwire/depwire.svg?style=flat-square" alt="GitHub forks" />
|
|
21
|
-
</a>
|
|
22
|
-
</p>
|
|
3
|
+
[](https://www.npmjs.com/package/depwire-cli)
|
|
4
|
+
[](https://www.npmjs.com/package/depwire-cli)
|
|
5
|
+
[](https://glama.ai/mcp/servers/depwire/depwire)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
[](https://github.com/depwire/depwire/stargazers)
|
|
8
|
+
[](https://github.com/depwire/depwire/network/members)
|
|
23
9
|
|
|
24
10
|

|
|
25
11
|
|
|
@@ -44,7 +30,7 @@ AI coding tools are flying blind. Every time Claude, Cursor, or Copilot touches
|
|
|
44
30
|
|
|
45
31
|
**Lost context = lost money + lost time + bad code.**
|
|
46
32
|
|
|
47
|
-
**Depwire parsed the entire Hono framework —
|
|
33
|
+
**Depwire parsed the entire Hono framework — 352 files, 5,971 symbols, 1,565 dependency edges — in ~3 seconds.** 40% fewer tool calls, 56% fewer file reads vs. no context layer.
|
|
48
34
|
|
|
49
35
|
Depwire fixes this by giving AI tools a complete dependency graph of your codebase — not a fuzzy embedding, not a keyword search, but a deterministic, tree-sitter-parsed map of every symbol and connection.
|
|
50
36
|
|
|
@@ -673,16 +659,23 @@ See [SECURITY.md](SECURITY.md) for full details.
|
|
|
673
659
|
- [x] PR Impact GitHub Action (depwire-action v1.0.0)
|
|
674
660
|
- [x] Auto-detect project root (no path needed)
|
|
675
661
|
- [x] WASM migration (Windows support)
|
|
662
|
+
- [x] Cloud dashboard — [app.depwire.dev](https://app.depwire.dev)
|
|
676
663
|
|
|
677
664
|
### 🔜 Coming Next
|
|
678
665
|
- [ ] New language support (Java, C++, Ruby — community requested)
|
|
679
666
|
- [ ] "What If" simulation — simulate refactors before touching code
|
|
680
667
|
- [ ] Cross-language edge detection (API routes ↔ frontend calls)
|
|
681
|
-
- [ ] Cloud dashboard (first paid feature)
|
|
682
668
|
- [ ] AI-suggested refactors
|
|
683
669
|
- [ ] Natural language architecture queries
|
|
684
670
|
- [ ] VSCode extension
|
|
685
671
|
|
|
672
|
+
## Depwire Cloud
|
|
673
|
+
|
|
674
|
+
Try [Depwire Cloud](https://app.depwire.dev) — connect any GitHub repo and get instant visualization, health scoring, and dead code detection in the browser. No CLI needed.
|
|
675
|
+
|
|
676
|
+
- **Free** for public repos
|
|
677
|
+
- **Pro** ($19/month) — unlimited repos + private repo support
|
|
678
|
+
|
|
686
679
|
## Contributing
|
|
687
680
|
|
|
688
681
|
Contributions welcome! Please note:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "depwire-cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.18",
|
|
4
4
|
"description": "Code cross-reference visualization and AI context engine for TypeScript, JavaScript, Python, Go, Rust, and C. Zero native dependencies — works on Windows, macOS, and Linux.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|