Skip to content

Commit 5b43bb8

Browse files
ithiria894claude
andcommitted
fix: remove tree/grouping worldview; sharpen privacy statement (v0.11.7)
- "All scopes. One tree." → "One view." - Remove all "scope tree" references from captions - Remove "CCO may group projects by path for navigation" - Privacy: "reads ~/.claude/ only. No API keys" → accurate statement - "Claude Code organizes everything into two scope levels" → "CCO presents a simplified Global/Project view" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02bbff6 commit 5b43bb8

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ English | [简体中文](README.zh-CN.md) | [繁體中文](README.zh-TW.md) | [
1313

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

16-
> **Privacy:** CCO reads your local `~/.claude/` directory only. No API keys accessed, no conversation content read, no data sent externally. Zero telemetry.
16+
> **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

@@ -35,17 +35,17 @@ Every time you use Claude Code, three things happen silently:
3535

3636
Other tools solve these one at a time. **CCO solves them in one loop:**
3737

38-
**Scan** → See every memory, skill, MCP server, rule, command, agent, hook, plugin, plan, and session. All scopes. One tree.
38+
**Scan** → See every memory, skill, MCP server, rule, command, agent, hook, plugin, plan, and session. Global and every project scope. One view.
3939

4040
**Find** → Spot duplicates and wrong-scope items. Context Budget shows what's eating your tokens. Security Scanner shows what's poisoning your tools.
4141

4242
**Fix** → Drag 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.
4343

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

46-
<sub>Four panels working together: scope tree, MCP server list with security badges, detail inspector, and security scan findings — click any finding to navigate directly to the server</sub>
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>
4747

48-
**The difference from standalone scanners:** When CCO finds something, you click the finding and land on the MCP server entry in the scope tree. Delete it, move it, or inspect its config — without switching tools.
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.
4949

5050
**Get started — paste this into Claude Code:**
5151

@@ -86,20 +86,20 @@ Your context window is not 200K tokens. It's 200K minus everything Claude pre-lo
8686

8787
## Keep Your Scopes Clean
8888

89-
Claude Code organizes everything into two scope levels:
89+
CCO presents a simplified Global / Project view of your Claude Code config:
9090

9191
```
9292
Global ← loads into EVERY session on your machine
9393
└─ Project ← loads only when you're in this directory
9494
```
9595

96-
Projects inherit from Global only. Sibling projects do not inherit from each other — filesystem nesting does not create extra inheritance layers. CCO may group projects by path for navigation, but Claude Code scope inheritance is always Global → Project only.
96+
Projects inherit from Global only. Sibling projects do not inherit from each other — filesystem nesting does not create extra inheritance layers.
9797

9898
Here's the problem: **Claude creates memories and skills in whatever directory you're currently in.** You tell Claude "always use ESM imports" while working in `~/myapp` — that memory is trapped in that project scope. Open a different project, Claude doesn't know it. You tell it again. Now you have the same memory in two places, both eating context tokens.
9999

100100
Same with skills. You build a deploy skill in your backend repo — it lands in that project's scope. Your other projects can't see it. You end up recreating it everywhere.
101101

102-
**CCO shows the full scope tree.** You can see exactly which memories, skills, and MCP servers affect which projects — then drag them to the right scope.
102+
**CCO shows every scope in one view.** You can see exactly which memories, skills, and MCP servers affect which projects — then drag them to the right scope.
103103

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

@@ -144,7 +144,7 @@ CCO connects to every MCP server, retrieves actual tool definitions, and runs th
144144

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

149149
## Platform Support
150150

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.11.6",
3+
"version": "0.11.7",
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)