claude-cwc 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -165,19 +165,6 @@ This tool has filesystem access to `~/.claude/`. Open source is the trust model
|
|
|
165
165
|
|
|
166
166
|
---
|
|
167
167
|
|
|
168
|
-
## Competitive Landscape
|
|
169
|
-
|
|
170
|
-
| Tool | What It Does | Gap |
|
|
171
|
-
|---|---|---|
|
|
172
|
-
| [claude-studio](https://dev.to/zagentz/claude-studio-a-visual-orchestration-platform-for-claude-code-multi-agent-workflows-5g0p) | Visual DAG management + CLAUDE.md sync | Management, not authoring; no export to skill orchestrators |
|
|
173
|
-
| [wshobson/agents](https://github.com/wshobson/agents) | 191-agent registry across harnesses | Registry only — no visual composer |
|
|
174
|
-
| [jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) | 2,810 skills + CLI + marketplace | Registry + CLI — no authoring canvas |
|
|
175
|
-
| Langflow / n8n | Visual AI/automation builders | General-purpose; not coding-agent-specific |
|
|
176
|
-
|
|
177
|
-
The authoring gap — visually composing a Claude Code multi-agent workflow from blank canvas to working exported files — is currently unoccupied.
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
168
|
## Development
|
|
182
169
|
|
|
183
170
|
```bash
|