Skip to content

Commit 15696e6

Browse files
BunsDevclaude
andcommitted
docs: surface npm run demo in README Quickstart
The Quickstart block lists the basic CLI entry points but did not include the end-to-end demo command, so first-time readers had to scroll to the Documentation list (or open docs/DEMO.md) to discover it. Adding it next to the other npm run examples keeps the demo discoverable at the very top of the README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0ee4856 commit 15696e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ npm start
1212
npm run coven-code -- --help
1313
npm run coven-code -- -x "what is 2+2?"
1414
echo "list markdown files" | npm run coven-code
15+
npm run demo # interactive end-to-end tour (or --auto for speed-run)
1516
```
1617

1718
The package exposes `coven-code` and `coven-code-sdk` bins.

0 commit comments

Comments
 (0)