-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
49 lines (49 loc) · 2.78 KB
/
Copy pathplugin.json
File metadata and controls
49 lines (49 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "codeclone",
"version": "2.1.0a1",
"description": "Structural Change Controller for AI-assisted Python development — Codex plugin over local codeclone-mcp.",
"author": {
"name": "Den Rozhnovskiy",
"email": "pytelemonbot@mail.ru",
"url": "https://github.com/orenlab"
},
"homepage": "https://orenlab.github.io/codeclone/integrations/codex/",
"repository": "https://github.com/orenlab/codeclone",
"license": "MPL-2.0",
"keywords": [
"codeclone",
"codex",
"mcp",
"structural-review",
"baseline-aware",
"code-quality",
"clone-detection"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"instructions": "You have access to CodeClone through the local CodeClone MCP server. Use MCP tools only. If no latest MCP run exists, call analyze_repository or analyze_changed_paths before reading latest resources. Start with the default profile, prefer get_production_triage after analysis. Call help(topic=change_control|engineering_memory|implementation_context|verification_profiles) for edit/memory/context semantics. Before any repository file edit: analyze_repository → start_controlled_change → get_relevant_memory → get_implementation_context(paths=…, intent_id=…) → edit in scope → finish_controlled_change. Accepted finish does not mean unchanged health — report verification.structural_delta and receipt advisories.",
"interface": {
"displayName": "CodeClone",
"shortDescription": "Structural Change Controller for AI-assisted Python development.",
"longDescription": "CodeClone for Codex — structural change controller for AI-assisted Python development. Clone detection, quality metrics, baseline-aware governance, engineering memory, and intent-first change control over the canonical codeclone-mcp server. Repository read-only (source, baselines, cache, reports); full default agent MCP passthrough. Ships review, hotspot, change-control, and engineering-memory skills for conservative-first structural review and scoped repository edits.",
"developerName": "OrenLab",
"category": "Developer Tools",
"capabilities": [
"MCP",
"Skills",
"Read-only"
],
"websiteURL": "https://orenlab.github.io/codeclone/integrations/codex/",
"privacyPolicyURL": "https://orenlab.github.io/codeclone/privacy-policy/",
"termsOfServiceURL": "https://orenlab.github.io/codeclone/terms-of-use/",
"defaultPrompt": [
"Use CodeClone to analyze this repo and show the top production hotspots.",
"Run a changed-files CodeClone review for my current diff.",
"Check CodeClone health and explain what to fix first.",
"Use CodeClone change control for this repository edit."
],
"brandColor": "#6366f1",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png"
}
}