OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
List of team spaces.
Goal
Navigate between team spaces.
Context
Sidebar or spaces hub.
Source Definition
import {
definePresentation,
StabilityEnum,
} from '@lssm-tech/lib.contracts-spec';
export const SpaceListPresentation = definePresentation({
meta: {
key: 'team-hub.space.list',
version: '1.0.0',
title: 'Space List',
description: 'List of team spaces.',
domain: 'team-hub',
owners: ['@team-hub'],
stability: StabilityEnum.Experimental,
goal: 'Navigate between team spaces.',
context: 'Sidebar or spaces hub.',
tags: ['space', 'list'],
},
source: {
type: 'component',
framework: 'react',
componentKey: 'SpaceList',
},
targets: ['react'],
});