init: lib-core.api-discovery-test v0.1.0 skeleton

Empty run_tests body. Assertions added incrementally via TDD in
subsequent S2-plan tasks.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Axel Meyer
2026-05-16 12:41:59 +02:00
commit ba22f77e5d
5 changed files with 32 additions and 0 deletions

9
manifest.lib Normal file
View File

@@ -0,0 +1,9 @@
{
"id": "lib-core.api-discovery-test",
"role": "test",
"version": "0.1.0",
"api_min": "0.1",
"deps": [
{"id": "lib-core.api-discovery", "version": "0.1.0"}
]
}