- 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>
11 lines
328 B
JSON
11 lines
328 B
JSON
{
|
|
"id": "icd-test-runner",
|
|
"icon": "🧪",
|
|
"title": "ICD Test Runner",
|
|
"route": "/s/icd-test-runner",
|
|
"auth": "authenticated",
|
|
"layout": "single",
|
|
"version": "0.28.7.0",
|
|
"description": "Integration test runner — validates ICD endpoint contracts across smoke, CRUD, AuthZ, Security, Provider, and SDK tiers."
|
|
}
|