ContractSpec docs

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.

mobile-monolith.landing

Expo Router companion for the shared ContractSpec OSS-first product story and public navigation.

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @platform.core
  • Tags: mobile, expo, landing, marketing
  • field.key.label
    mobile-monolith.landing
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    mobile-monolith.landing
    field.description.label

    Expo Router companion for the shared ContractSpec OSS-first product story and public navigation.

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @platform.core
  • Tags: mobile, expo, landing, marketing
  • field.tags.label
    mobile,expo,landing,marketing
    field.owners.label
    @platform.core
    field.stability.label
    experimental

    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' },
    	],
    });