feat: add platform capability contracts

This commit is contained in:
2026-04-28 11:17:07 +00:00
parent 251e08894a
commit 95a053d6bb
19 changed files with 340 additions and 3 deletions
+3
View File
@@ -8,6 +8,9 @@ tap.test('exports public namespaces', async () => {
if (!interfaces.requests) {
throw new Error('Missing requests namespace');
}
if (!interfaces.platform) {
throw new Error('Missing platform namespace');
}
if (!interfaces.platformservice) {
throw new Error('Missing platformservice namespace');
}