Skip to content

Commit 780a917

Browse files
ithiria894claude
andcommitted
fix: README audit — remove misleading "move anything" and "four panels" claims (v0.14.8)
- "Move anything between scopes" → "Move items between scopes" (plans/rules locked) - "Move items to the right scope" → "Move eligible items" - Comparison table: "Move between scopes" → "Move items between scopes" - Caption: remove "Four panels working together" panel count claim Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8a57e6f commit 780a917

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Other tools solve these one at a time. **CCO solves them in one loop:**
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

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.
4343

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

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

@@ -62,7 +62,7 @@ Or run directly: `npx @mcpware/claude-code-organizer`
6262
| | **CCO** | Standalone scanners | Desktop apps | VS Code extensions |
6363
|---|:---:|:---:|:---:|:---:|
6464
| 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 |
6666
| Security scan → click finding → navigate → delete | **Yes** | Scan only | No | No |
6767
| Per-item context budget with scope breakdown | **Yes** | No | No | No |
6868
| 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
106106

107107
Teams installed twice, Gmail three times, Playwright three times. You configured them in one scope, Claude reinstalled them in another.
108108

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.
110110
- **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.
111111
- **Find duplicates instantly** — All items grouped by category across scopes. Three copies of the same memory? Delete the extras.
112112
- **Undo everything** — Every move and delete has an undo button, including MCP JSON entries.

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