- 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
336 B
JSON
11 lines
336 B
JSON
{
|
|
"id": "sdk-test-runner",
|
|
"icon": "🔬",
|
|
"title": "SDK Test Runner",
|
|
"route": "/s/sdk-test-runner",
|
|
"auth": "authenticated",
|
|
"layout": "single",
|
|
"version": "0.37.15.0",
|
|
"description": "Dual-path SDK validation: tests every sw.api.* domain method against the ICD. SDK fail + ICD pass = SDK bug. Both fail = ICD bug."
|
|
}
|