- Add emoji icon field to hello-dashboard, icd-test-runner, sdk-test-runner, and team-activity-log manifests - Create README.md for tasks and schedules packages marking them as Proof of Concept with documented graduation criteria Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"id": "hello-dashboard",
|
|
"icon": "👋",
|
|
"title": "Hello Dashboard",
|
|
"route": "/s/hello-dashboard",
|
|
"auth": "authenticated",
|
|
"layout": "single",
|
|
"components": [],
|
|
"hooks": ["surface"],
|
|
"version": "0.1.0",
|
|
"description": "Sample extension surface — verifies the /s/:slug pipeline works end-to-end."
|
|
}
|