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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ Other tools solve these one at a time. **CCO solves them in one loop:**
39
39
40
40
**Find** → Spot duplicates and wrong-scope items. Context Budget shows what's eating your tokens. Security Scanner shows what's poisoning your tools.
41
41
42
-
**Fix** → Move items to the right scope. Delete the duplicate. Click a security finding and land directly on the MCP server entry — delete it, move it, or inspect its config. Done.
42
+
**Fix** → Move eligible items to the right scope. Delete the duplicate. Click a security finding and land directly on the MCP server entry — delete it, move it, or inspect its config. Done.
43
43
44
44

45
45
46
-
<sub>Four panels working together: scope list, MCP server list with security badges, detail inspector, and security scan findings — click any finding to navigate directly to the server</sub>
46
+
<sub>Scope list, MCP servers with security badges, detail inspector, and security scan findings — click any finding to navigate directly to the server</sub>
47
47
48
48
**The difference from standalone scanners:** When CCO finds something, you click the finding and land on the MCP server entry. Delete it, move it, or inspect its config — without switching tools.
49
49
@@ -62,7 +62,7 @@ Or run directly: `npx @mcpware/claude-code-organizer`
| Global vs Project visibility |**Yes**| No | No | Partial |
65
-
| Move between scopes |**Yes**| No | No | No |
65
+
| Move items between scopes |**Yes**| No | No | No |
66
66
| Security scan → click finding → navigate → delete |**Yes**| Scan only | No | No |
67
67
| Per-item context budget with scope breakdown |**Yes**| No | No | No |
68
68
| Undo every action |**Yes**| No | No | No |
@@ -106,7 +106,7 @@ Same with skills. You build a deploy skill in your backend repo — it lands in
106
106
107
107
Teams installed twice, Gmail three times, Playwright three times. You configured them in one scope, Claude reinstalled them in another.
108
108
109
-
-**Move anything between scopes** — Move a memory from Project to Global. Now every project on your machine has it.
109
+
-**Move items between scopes** — Move a memory, skill, or MCP server from Project to Global. Now every project on your machine has it.
110
110
-**Show Effective** — See what actually applies in a project. Each category follows its own official rule: MCP uses local > project > user precedence, agents use project-overrides-user, commands flag unsupported same-name conflicts. Hover any category pill for its specific rule.
111
111
-**Find duplicates instantly** — All items grouped by category across scopes. Three copies of the same memory? Delete the extras.
112
112
-**Undo everything** — Every move and delete has an undo button, including MCP JSON entries.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@mcpware/claude-code-organizer",
3
-
"version": "0.14.7",
3
+
"version": "0.14.8",
4
4
"description": "Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — see what loads globally vs per-project, then move items between scopes",
0 commit comments