MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / Settings

Interface Settings

packages/consortium-cli/src/persistence.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { logger } from './ui/logger';
15
16interface Settings {
17 onboardingCompleted: boolean
18 machineId?: string
19}
20
21const defaultSettings: Settings = {
22 onboardingCompleted: false,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected