1
0
Fork 0

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:
Kjell Tore Guttormsen 2026-03-26 20:25:45 +01:00
commit 06ae605051
15 changed files with 237 additions and 35 deletions

View file

@ -12,7 +12,7 @@ Companion repo for the article
OpenClaw has 247K GitHub stars and 22 major capabilities. It is the
fastest-growing open-source project in history. This repo shows that
Claude Code's ecosystem (Code + Cowork + Dispatch) covers 21 of
those 22, with 12 full matches and 9 different approaches. One gap
those 22, with 13 full matches and 8 different approaches. One gap
remains: Canvas/A2UI.
This is not a theoretical comparison. Clone this repo, open Claude
@ -23,7 +23,8 @@ Code, and try each example yourself.
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) v2.1.86+
- Node.js 18+ (only needed for Playwright MCP)
- A terminal (macOS or Linux)
- For Computer Use: Claude Code Desktop app + macOS
- For Computer Use (example 11): Claude Code Desktop app + macOS + Pro or Max plan
- For Auto Mode (example 13): Team plan or higher (research preview)
- For Dispatch: Claude mobile app (iOS/Android)
No npm install. No Docker. No build step.
@ -52,6 +53,9 @@ Then try:
Paste the prompt from examples/01-agent-runtime/prompt.md
```
If you see Claude start searching the web and writing a file, it works.
Each example includes an "Expected Output" section so you know what to look for.
## What is in this repo
### Working configuration
@ -97,12 +101,17 @@ Paste the prompt from examples/01-agent-runtime/prompt.md
Each example has a self-contained prompt you can paste directly
into Claude Code.
**Recommended path:** Examples 01-09 are independent and work in any order.
Example 10 combines all of them into a single pipeline. Examples 11-13 require
additional setup (Desktop app, specific subscription plans) and are documented
separately.
## The feature map
See [feature-map.md](feature-map.md) for the complete 22-row
comparison table with verdicts and version requirements.
**Summary:** 12 full match, 9 different approach, 1 gap.
**Summary:** 13 full match, 8 different approach, 1 gap.
## The broader ecosystem