Skip to content

Commit ec19c50

Browse files
ithiria894claude
andcommitted
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>
1 parent a6f5f97 commit ec19c50

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
[![GitHub forks](https://img.shields.io/github/forks/mcpware/claude-code-organizer)](https://github.com/mcpware/claude-code-organizer/network/members)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
88
[![Node.js](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](https://nodejs.org)
9-
[![Tests](https://img.shields.io/badge/tests-141%20passing-brightgreen)](https://github.com/mcpware/claude-code-organizer)
9+
[![Tests](https://img.shields.io/badge/tests-225%20passing-brightgreen)](https://github.com/mcpware/claude-code-organizer)
1010
[![Zero Telemetry](https://img.shields.io/badge/telemetry-zero-blue)](https://github.com/mcpware/claude-code-organizer)
1111
[![MCP Security](https://img.shields.io/badge/MCP-Security%20Scanner-red)](https://github.com/mcpware/claude-code-organizer)
1212
English | [简体中文](README.zh-CN.md) | [繁體中文](README.zh-TW.md) | [廣東話](README.zh-HK.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Español](README.es.md) | [Bahasa Indonesia](README.id.md) | [Italiano](README.it.md) | [Português](README.pt-BR.md) | [Türkçe](README.tr.md) | [Tiếng Việt](README.vi.md) | [ไทย](README.th.md)
1313

14-
**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.**
1515

1616
> **Privacy:** CCO reads Claude Code config files on your machine (global and project-level). Nothing is sent externally. Zero telemetry.
1717
1818
![Claude Code Organizer Demo](docs/demo.gif)
1919

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>
2121

2222
**[Watch the walkthrough on YouTube](https://www.youtube.com/watch?v=UAQsHwNHfcw)** — community demo by AI Coding Daily. Thank you for covering CCO!
2323

@@ -43,7 +43,7 @@ Other tools solve these one at a time. **CCO solves them in one loop:**
4343

4444
![Scan, Find, Fix — all in one dashboard](docs/3panel.png)
4545

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>
4747

4848
**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.
4949

@@ -94,13 +94,11 @@ Claude Code doesn't use one universal rule for everything. Each category has its
9494
- **Skills**: available from personal, project, and plugin sources
9595
- **Config / Settings**: resolved by precedence chain
9696

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`.
9898

9999
![Duplicate MCP Servers](docs/reloaded%20mcp%20form%20diff%20scope.png)
100100

101101
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`.
104102
- **Move items** — Move a memory, skill, or MCP server where it belongs. Warnings shown for precedence changes and name conflicts.
105103
- **Find duplicates** — All items grouped by category. Three copies of the same memory? Delete the extras.
106104
- **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
139137

140138
## How It Works
141139

142-
1. **Scans** `~/.claude/` — discovers all 11 categories across every scope
140+
1. **Scans** `~/.claude/` — discovers all 11 categories across all projects
143141
2. **Resolves project scopes** — scans projects from filesystem paths, maps them to Claude Code's Global/Project scope model
144142
3. **Renders a dashboard** — scope list, category items, detail panel with content preview
145143

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpware/claude-code-organizer",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"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",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)