command-runner support and first OpenCMIS TCK wrapper boundary

This commit is contained in:
2026-05-07 12:35:05 +02:00
parent 228193723a
commit 12ab9c88cb
9 changed files with 482 additions and 33 deletions

View File

@@ -15,11 +15,13 @@
"runner_entrypoints": [
{
"id": "replace-with-runner-id",
"kind": "external",
"kind": "command",
"module_path": null,
"callable": null,
"command": null,
"description": "Describe how this runner is provided."
"command": [
"replace-with-command"
],
"description": "Describe how this manifest-declared command produces JSON runner output."
}
],
"normalizers": [],