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.

product-intent

Evidence ingestion, PostHog signals, and transcript-to-tickets discovery workflow

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: product, intent, evidence, posthog
  • field.key.label
    product-intent
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    product-intent
    field.description.label

    Evidence ingestion, PostHog signals, and transcript-to-tickets discovery workflow

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: product, intent, evidence, posthog
  • field.tags.label
    product,intent,evidence,posthog
    field.owners.label
    @examples
    field.stability.label
    experimental

    Evidence ingestion, PostHog signals, and transcript-to-tickets discovery workflow

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const ProductIntentFeature = defineFeature({
    	meta: {
    		key: 'product-intent',
    		version: '1.0.0',
    		title: 'Product Intent',
    		description:
    			'Evidence ingestion, PostHog signals, and transcript-to-tickets discovery workflow',
    		domain: 'product',
    		owners: ['@examples'],
    		tags: ['product', 'intent', 'evidence', 'posthog'],
    		stability: 'experimental',
    	},
    
    	telemetry: [{ key: 'product-intent.telemetry', version: '1.0.0' }],
    
    	docs: [],
    });