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
fix: final README proofread — fix tagline, test count, scope language, dedup (v0.14.11)
- Tagline: "fix wrong-scope configs" → "fix misplaced configs"
- Test badge: 141 → 225 (84 unit + 141 E2E)
- "Scope list" → "Project list" in caption
- Remove duplicate Show Effective description (was in two places)
- "across every scope" → "across all projects" in How It Works
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
**One dashboard to see everything Claude Code loads into context — scan for poisoned MCP servers, reclaim wasted tokens, and fix wrong-scope configs. All without leaving the window.**
14
+
**One dashboard to see everything Claude Code loads into context — scan for poisoned MCP servers, reclaim wasted tokens, and fix misplaced configs. All without leaving the window.**
15
15
16
16
> **Privacy:** CCO reads Claude Code config files on your machine (global and project-level). Nothing is sent externally. Zero telemetry.
17
17
18
18

19
19
20
-
<sub>141 E2E tests | Zero dependencies | Demo recorded by AI using [Pagecast](https://github.com/mcpware/pagecast)</sub>
20
+
<sub>225 tests (84 unit + 141 E2E) | Zero dependencies | Demo recorded by AI using [Pagecast](https://github.com/mcpware/pagecast)</sub>
21
21
22
22
**[Watch the walkthrough on YouTube](https://www.youtube.com/watch?v=UAQsHwNHfcw)** — community demo by AI Coding Daily. Thank you for covering CCO!
23
23
@@ -43,7 +43,7 @@ Other tools solve these one at a time. **CCO solves them in one loop:**
43
43
44
44

45
45
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>
46
+
<sub>Project 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
@@ -94,13 +94,11 @@ Claude Code doesn't use one universal rule for everything. Each category has its
94
94
-**Skills**: available from personal, project, and plugin sources
95
95
-**Config / Settings**: resolved by precedence chain
96
96
97
-
Click **✦ Show Effective** to see what actually applies in any project. Shadowed items, name conflicts, and ancestor-loaded configs are all surfaced with badges and explanations. Hover any category pill for its specific rule.
97
+
Click **✦ Show Effective** to see what actually applies in any project. Shadowed items, name conflicts, and ancestor-loaded configs are all surfaced with badges and explanations. Hover any category pill for its specific rule. Items are tagged: `GLOBAL`, `ANCESTOR`, `SHADOWED`, `⚠ CONFLICT`.
Teams installed twice, Gmail three times, Playwright three times. You configured them in one place, Claude reinstalled them in another. CCO shows you all of it — then you fix it:
102
-
103
-
-**Show Effective** — See what Claude actually loads for each project. Each category resolves by its own official rule. Items are tagged: `GLOBAL`, `ANCESTOR`, `SHADOWED`, `⚠ CONFLICT`.
104
102
-**Move items** — Move a memory, skill, or MCP server where it belongs. Warnings shown for precedence changes and name conflicts.
105
103
-**Find duplicates** — All items grouped by category. Three copies of the same memory? Delete the extras.
106
104
-**Undo everything** — Every move and delete has an undo button, including MCP JSON entries.
@@ -139,7 +137,7 @@ CCO connects to every MCP server, retrieves actual tool definitions, and runs th
139
137
140
138
## How It Works
141
139
142
-
1.**Scans**`~/.claude/` — discovers all 11 categories across every scope
140
+
1.**Scans**`~/.claude/` — discovers all 11 categories across all projects
143
141
2.**Resolves project scopes** — scans projects from filesystem paths, maps them to Claude Code's Global/Project scope model
144
142
3.**Renders a dashboard** — scope list, category items, detail panel with content preview
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.10",
3
+
"version": "0.14.11",
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