fix: pedagogical review - add expected output, CLAUDE.md, fix consistency
Address findings from pedagogical review simulating a non-expert user: - Add CLAUDE.md to project root (was referenced but missing) - Fix README score from 12/9/1 to 13/8/1 (match feature-map.md) - Add Expected Output sections to examples 01, 02, 05, 09, 10 - Create pipeline-output/ and briefings/ directories - Add example ordering guidance in README - Add plan requirements for examples 11/13 in prerequisites - Add skill frontmatter explanation in GETTING-STARTED.md - Explain Cowork/Dispatch with links in cowork-integration - Expand .gitignore with node_modules and generated output files - Add model override hints in agent frontmatter comments Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cb09b7aafc
commit
06ae605051
15 changed files with 237 additions and 35 deletions
|
|
@ -1,10 +1,17 @@
|
|||
# Cowork Integration: The Full OpenClaw Alternative
|
||||
|
||||
Claude Code alone covers 55% of OpenClaw features with a full
|
||||
match and 41% with a different approach. But Claude Code is just
|
||||
Claude Code alone covers 59% of OpenClaw features with a full
|
||||
match and 36% with a different approach. But Claude Code is just
|
||||
one product in Anthropic's ecosystem. Together, Claude Code +
|
||||
Cowork + Dispatch get you closer to 95% of what OpenClaw does.
|
||||
|
||||
**What are Cowork and Dispatch?**
|
||||
- [Claude Cowork](https://claude.ai/cowork) is Anthropic's desktop agent for non-developers.
|
||||
It can control your screen, connect to apps (Slack, Google, Notion), and run scheduled tasks.
|
||||
- [Dispatch](https://claude.ai/dispatch) is the mobile app for sending tasks to your desktop
|
||||
agent from your phone. Think of it as texting your computer.
|
||||
- Both are part of the Claude Max subscription.
|
||||
|
||||
## The ecosystem
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue