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.
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: [],
});