Depwire
未认领The missing context layer for AI-assisted refactoring
安装
npm install -g depwire-cli工具(24 个)
affected_files
Find files and tests affected by changing a file or symbol.
claim_files
Multi-agent coordination: declare intent to modify files so other clients avoid conflicts.
connect_repo
Connect to any local project or GitHub repo
find_dead_code
Symbols defined but never referenced
get_active_claims
Query who is currently working on what.
get_architecture_summary
High-level project overview
get_decisions
Retrieve past decisions by query, session, file, or tag.
get_dependencies
What does a symbol depend on?
get_dependents
What depends on this symbol?
get_file_context
Full context — imports, exports, dependents. Includes cross-language connections.
get_health_score
0-100 health score with recommendations
get_project_docs
Retrieve auto-generated codebase documentation
get_symbol_info
Look up any symbol's details
get_temporal_graph
Architecture evolution over git history
impact_analysis
What breaks if you change a symbol? Cross-language edges included.
list_files
List all files with stats
record_decision
Save a structured decision for future sessions to reference.
release_files
Release a previously made file claim.
search_symbols
Find symbols by name across the codebase
security_scan
Scan for vulnerabilities with graph-aware severity elevation. No API key required.
simulate_change
Simulate move/delete/rename/split/merge before touching code. Returns health delta, broken imports, affected nodes. Cross-language edges included.
update_project_docs
Regenerate documentation on demand
verify_change
Safety report before applying code changes. Returns broken imports, circular deps, health delta, affected files. Also available as depwire verify-change CLI.
visualize_graph
Generate interactive arc diagram