depwire-cli 0.9.0 โ†’ 0.9.2

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 CHANGED
@@ -1,11 +1,5 @@
1
1
  # Depwire
2
2
 
3
- <p align="center">
4
- <a href="https://glama.ai/mcp/servers/depwire/depwire">
5
- <img width="380" height="200" src="https://glama.ai/mcp/servers/depwire/depwire/badge" alt="Depwire MCP server" />
6
- </a>
7
- </p>
8
-
9
3
  <p align="center">
10
4
  <a href="https://www.npmjs.com/package/depwire-cli">
11
5
  <img src="https://img.shields.io/npm/v/depwire-cli.svg?style=flat-square" alt="npm version" />
@@ -39,7 +33,7 @@ Depwire analyzes codebases to build a cross-reference graph showing how every fi
39
33
  - ๐Ÿ” **Impact analysis** โ€” "What breaks if I rename this function?" answered precisely
40
34
  - ๐Ÿงน **Dead code detection** โ€” Find symbols that are defined but never referenced, categorized by confidence level
41
35
  - ๐Ÿ‘€ **Live updates** โ€” Graph stays current as you edit code
42
- - ๐ŸŒ **Multi-language** โ€” TypeScript, JavaScript, Python, Go, and Rust
36
+ - ๐ŸŒ **Multi-language** โ€” TypeScript, JavaScript, Python, Go, Rust, and C
43
37
 
44
38
  ## Why Depwire?
45
39
 
@@ -178,6 +172,7 @@ Settings โ†’ Features โ†’ Experimental โ†’ Enable MCP โ†’ Add Server:
178
172
  | Python | `.py` | Imports, classes, decorators, inheritance |
179
173
  | Go | `.go` | go.mod resolution, structs, interfaces, methods |
180
174
  | Rust | `.rs` | Functions, structs, enums, traits, impl blocks, use declarations |
175
+ | C | `.c`, `.h` | Functions, structs, enums, typedefs, macros, #include directives |
181
176
 
182
177
  ## Visualization
183
178
 
@@ -616,7 +611,7 @@ See [SECURITY.md](SECURITY.md) for full details.
616
611
  ### โœ… Shipped
617
612
  - [x] Arc diagram visualization
618
613
  - [x] MCP server (15 tools)
619
- - [x] Multi-language support (TypeScript, JavaScript, Python, Go, Rust)
614
+ - [x] Multi-language support (TypeScript, JavaScript, Python, Go, Rust, C)
620
615
  - [x] File watching + live refresh
621
616
  - [x] Auto-generated documentation (13 documents)
622
617
  - [x] Dependency health score (0-100)