You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
- Bump canonical report schema to `2.3`.
14
14
- Add `metrics.overloaded_modules` — report-only module-hotspot ranking by size, complexity, and coupling pressure.
15
15
- Surface Overloaded Modules across JSON, text/markdown, HTML, and MCP without affecting findings, health, or gates.
16
-
- Normalize the canonical family name and MCP/report output to `overloaded_modules`; `god_modules` remains accepted as a read-only MCP input alias during transition.
16
+
- Normalize the canonical family name and MCP/report output to `overloaded_modules`; `god_modules` remains accepted as a
|**VS Code extension**|[`extensions/vscode-codeclone/`](https://github.com/orenlab/codeclone/tree/main/extensions/vscode-codeclone)| Triage-first structural review in the editor |
183
-
|**Claude Desktop bundle**|[`extensions/claude-desktop-codeclone/`](https://github.com/orenlab/codeclone/tree/main/extensions/claude-desktop-codeclone)| Local `.mcpb` install surface |
184
-
|**Codex plugin**|[`plugins/codeclone/`](https://github.com/orenlab/codeclone/tree/main/plugins/codeclone)| Native Codex discovery, skill, and MCP definition |
|**VS Code extension**|[`extensions/vscode-codeclone/`](https://github.com/orenlab/codeclone/tree/main/extensions/vscode-codeclone)| Triage-first structural review in the editor|
183
+
|**Claude Desktop bundle**|[`extensions/claude-desktop-codeclone/`](https://github.com/orenlab/codeclone/tree/main/extensions/claude-desktop-codeclone)| Local `.mcpb` install surface |
184
+
|**Codex plugin**|[`plugins/codeclone/`](https://github.com/orenlab/codeclone/tree/main/plugins/codeclone)| Native Codex discovery, skill, and MCP definition |
185
185
186
186
All three are thin wrappers over the same `codeclone-mcp` contract — no second analysis engine.
| MCP agent interface |`codeclone/mcp_service.py`, `codeclone/mcp_server.py`| Read-only MCP tools/resources over canonical analysis and report layers |
38
38
| VS Code extension |`extensions/vscode-codeclone/*`| Native VS Code control surface over MCP, with limited Restricted Mode, triage-first review, and source-first drill-down |
39
-
| Claude Desktop bundle |`extensions/claude-desktop-codeclone/*`| Installable local MCPB wrapper over `codeclone-mcp`, keeping Claude Desktop on the canonical read-only MCP surface |
40
-
| Codex plugin |`plugins/codeclone/*`, `.agents/plugins/marketplace.json`| Native Codex plugin surface over `codeclone-mcp`, with repo-local discovery metadata and CodeClone skill guidance |
41
-
| Rendering |`codeclone/html_report.py`, `codeclone/_html_report/*`, `codeclone/_html_badges.py`, `codeclone/_html_js.py`, `codeclone/_html_escape.py`, `codeclone/_html_snippets.py`, `codeclone/templates.py`| HTML-only view layer over report data |
39
+
| Claude Desktop bundle |`extensions/claude-desktop-codeclone/*`| Installable local MCPB wrapper over `codeclone-mcp`, keeping Claude Desktop on the canonical read-only MCP surface |
40
+
| Codex plugin |`plugins/codeclone/*`, `.agents/plugins/marketplace.json`| Native Codex plugin surface over `codeclone-mcp`, with repo-local discovery metadata and CodeClone skill guidance |
41
+
| Rendering |`codeclone/html_report.py`, `codeclone/_html_report/*`, `codeclone/_html_badges.py`, `codeclone/_html_js.py`, `codeclone/_html_escape.py`, `codeclone/_html_snippets.py`, `codeclone/templates.py`| HTML-only view layer over report data |
42
42
43
43
Refs:
44
44
@@ -140,8 +140,8 @@ Refs:
140
140
| Report schema and provenance |[08-report.md](08-report.md), [10-html-render.md](10-html-render.md)|
0 commit comments