Skip to content

Commit 8516c58

Browse files
ithiria894claude
andcommitted
docs: move comparison table above features for visibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 553421f commit 8516c58

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ Claude auto-creates memories from things you said casually, or things it *though
4545

4646
---
4747

48+
## Comparison
49+
50+
We analyzed the source code of every Claude Code tool we could find — analytics dashboards (9K+ stars), desktop apps (600+ stars), VS Code extensions, TUI session managers, terminal statuslines. None offered true scope hierarchy + drag-and-drop cross-scope moves in a standalone dashboard.
51+
52+
| Feature | **Claude Code Organizer** | Desktop app (600+⭐) | VS Code extension | Analytics dashboards | TUI tools |
53+
|---------|:---:|:---:|:---:|:---:|:---:|
54+
| True scope hierarchy (Global > Workspace > Project) | **Yes** | No | Partial (no workspace) | No | No |
55+
| Drag-and-drop moves | **Yes** | No | No | No | No |
56+
| Cross-scope moves | **Yes** | No | One-click | No | No |
57+
| Undo on every action | **Yes** | No | No | No | No |
58+
| Bulk operations | **Yes** | No | No | No | No |
59+
| Real MCP server management | **Yes** | Global only | Stub (icon only) | No | No |
60+
| Session management | **Yes** | No | No | Yes | Yes |
61+
| Search & filter | **Yes** | No | Yes | Yes | No |
62+
| MCP tools (AI-accessible) | **Yes** | No | No | No | No |
63+
| Zero dependencies | **Yes** | No (Tauri+React) | No (VS Code) | No (Next.js/FastAPI) | No (Python) |
64+
| Standalone (no IDE) | **Yes** | Yes | No | Yes | Yes |
65+
4866
## Features
4967

5068
- **Scope-aware hierarchy** — See all items organized as Global > Workspace > Project, with inheritance indicators
@@ -132,24 +150,6 @@ Child scopes inherit parent scope's memories, skills, and MCP servers.
132150
4. **Handles moves** — drag or click "Move to...", moves files on disk with safety checks, undo support
133151
5. **Handles deletes** — delete with undo, bulk delete, session cleanup
134152

135-
## Comparison
136-
137-
We analyzed the source code of every Claude Code tool we could find — analytics dashboards (9K+ stars), desktop apps (600+ stars), VS Code extensions, TUI session managers, terminal statuslines. None offered true scope hierarchy + drag-and-drop cross-scope moves in a standalone dashboard.
138-
139-
| Feature | **Claude Code Organizer** | Desktop app (600+⭐) | VS Code extension | Analytics dashboards | TUI tools |
140-
|---------|:---:|:---:|:---:|:---:|:---:|
141-
| True scope hierarchy (Global > Workspace > Project) | **Yes** | No | Partial (no workspace) | No | No |
142-
| Drag-and-drop moves | **Yes** | No | No | No | No |
143-
| Cross-scope moves | **Yes** | No | One-click | No | No |
144-
| Undo on every action | **Yes** | No | No | No | No |
145-
| Bulk operations | **Yes** | No | No | No | No |
146-
| Real MCP server management | **Yes** | Global only | Stub (icon only) | No | No |
147-
| Session management | **Yes** | No | No | Yes | Yes |
148-
| Search & filter | **Yes** | No | Yes | Yes | No |
149-
| MCP tools (AI-accessible) | **Yes** | No | No | No | No |
150-
| Zero dependencies | **Yes** | No (Tauri+React) | No (VS Code) | No (Next.js/FastAPI) | No (Python) |
151-
| Standalone (no IDE) | **Yes** | Yes | No | Yes | Yes |
152-
153153
## Platform Support
154154

155155
| Platform | Status |

0 commit comments

Comments
 (0)