Files
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00

23 lines
634 B
Markdown

# QA: CLI Start Command — Claude Agent SDK (Python)
## Prerequisites
- None (manifest-only demo — no hosted route)
## Test Steps
### 1. Manifest
- [ ] Verify the `cli-start` entry exists in `manifest.yaml` under `demos:`
- [ ] Verify the `command` field reads `npx copilotkit@latest init --framework claude-sdk-python`
- [ ] Verify `cli-start` is listed in the `features:` array
### 2. Expected Behavior
- [ ] Running the command in a fresh directory scaffolds the Claude Agent SDK (Python) starter
## Expected Results
- Manifest entry validates against the showcase schema
- Command matches the canonical framework slug