depwire-cli 0.9.17 → 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 +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ AI coding tools are flying blind. Every time Claude, Cursor, or Copilot touches
|
|
|
30
30
|
|
|
31
31
|
**Lost context = lost money + lost time + bad code.**
|
|
32
32
|
|
|
33
|
-
**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.
|
|
34
34
|
|
|
35
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.
|
|
36
36
|
|
|
@@ -659,16 +659,23 @@ See [SECURITY.md](SECURITY.md) for full details.
|
|
|
659
659
|
- [x] PR Impact GitHub Action (depwire-action v1.0.0)
|
|
660
660
|
- [x] Auto-detect project root (no path needed)
|
|
661
661
|
- [x] WASM migration (Windows support)
|
|
662
|
+
- [x] Cloud dashboard — [app.depwire.dev](https://app.depwire.dev)
|
|
662
663
|
|
|
663
664
|
### 🔜 Coming Next
|
|
664
665
|
- [ ] New language support (Java, C++, Ruby — community requested)
|
|
665
666
|
- [ ] "What If" simulation — simulate refactors before touching code
|
|
666
667
|
- [ ] Cross-language edge detection (API routes ↔ frontend calls)
|
|
667
|
-
- [ ] Cloud dashboard (first paid feature)
|
|
668
668
|
- [ ] AI-suggested refactors
|
|
669
669
|
- [ ] Natural language architecture queries
|
|
670
670
|
- [ ] VSCode extension
|
|
671
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
|
+
|
|
672
679
|
## Contributing
|
|
673
680
|
|
|
674
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": {
|