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.
Expo Router companion for the shared ContractSpec OSS-first product story and public navigation.
Operations (4)
•
`mobileLanding.story.get` (v1.0.0)
•
`mobileLanding.navigation.list` (v1.0.0)
•
`mobileLanding.page.get` (v1.0.0)
•
`mobileLanding.cta.resolve` (v1.0.0)
Source Definition
import { defineFeature } from '@lssm-tech/lib.contracts-spec/features';
export const MobileLandingFeature = defineFeature({
meta: {
key: 'mobile-monolith.landing',
version: '1.0.0',
title: 'Mobile Landing Companion',
description:
'Expo Router companion for the shared ContractSpec OSS-first product story and public navigation.',
domain: 'mobile-monolith',
owners: ['@platform.core'],
tags: ['mobile', 'expo', 'landing', 'marketing'],
stability: 'experimental',
},
operations: [
{ key: 'mobileLanding.story.get', version: '1.0.0' },
{ key: 'mobileLanding.navigation.list', version: '1.0.0' },
{ key: 'mobileLanding.page.get', version: '1.0.0' },
{ key: 'mobileLanding.cta.resolve', version: '1.0.0' },
],
});