Scaffold: fork of Chambers architecture, renamed to Boardroom Map

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Jonathan Kirkwood
2026-07-06 13:10:25 -05:00
co-authored by Claude Fable 5
commit 1dde915540
48 changed files with 4025 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { StartSdk } from '@start9labs/start-sdk'
import { manifest } from './manifest'
/**
* The bound SDK facade. Import `sdk` everywhere else to reach actions, daemons,
* interfaces, health checks, file helpers, and the input-form builders.
*/
export const sdk = StartSdk.of().withManifest(manifest).build(true)