Sign In

@ghostlygawd/codeweb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ghostlygawd/codeweb - npm Package Compare versions

Comparing version
0.11.0
to
0.12.0
+1
-1
.claude-plugin/marketplace.json

@@ -9,3 +9,3 @@ {

"description": "codeweb — your agents break less code and burn fewer tokens. Deterministic call/import graph, 27 MCP tools, ambient pre/post-edit hooks, and a self-contained interactive report.",
"version": "0.11.0"
"version": "0.12.0"
},

@@ -12,0 +12,0 @@ "plugins": [

{
"name": "codeweb",
"version": "0.11.0",
"version": "0.12.0",
"description": "Your agents break less code and burn fewer tokens. codeweb maps the repo into a deterministic call/import graph. Your agents get 27 MCP tools: impact, callers, duplication, risk, dead code, and more. /codeweb builds the map; hooks brief every session and impact-check every edit. You get an interactive HTML map of it all. Also maps any repo you want to review before adopting.",

@@ -5,0 +5,0 @@ "author": {

{
"name": "@ghostlygawd/codeweb",
"version": "0.11.0",
"version": "0.12.0",
"mcpName": "io.github.GhostlyGawd/codeweb",
"type": "module",

@@ -5,0 +6,0 @@ "description": "Your agents break less code and burn fewer tokens. codeweb maps your repo into a deterministic call/import graph; 27 MCP tools answer impact, callers, and duplication before agents write. Claude Code plugin & MCP server; zero deps, runs 100% locally.",

---
name: codebase-anatomy
description: Dissect a codebase to atomic nodes (functions, classes, symbols), wire the call/import web, tag each node's domain, and build a cross-domain overlap graph that ranks consolidation/de-duplication opportunities, then render an interactive HTML map. Use to restructure your own codebase into well-defined non-duplicative systems, OR to fully map and review an external repo (git URL / owner-repo) before adopting it. Triggers include "map this codebase", "dependency/relationship graph", "find duplication/overlap", "atomic dissection", "review this repo before I use it", and the /codeweb command.
version: 0.11.0
version: 0.12.0
metadata:

@@ -6,0 +6,0 @@ origin: community

Sorry, the diff of this file is too big to display