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/sdk-test-runner/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

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