feat: add platform desired state contracts

This commit is contained in:
2026-04-28 12:08:44 +00:00
parent d9a3403778
commit eb299afb53
5 changed files with 160 additions and 2 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.requests.platform) {
throw new Error('Missing platform request namespace');
}
if (!interfaces.platform) {
throw new Error('Missing platform namespace');
}