This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/packages/hello-dashboard/manifest.json
Jeffrey Smith 806979fcfe Add missing manifest icons and PoC documentation
- 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>
2026-03-27 13:07:29 +00:00

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."
}