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.
Knowledge base and content management capability
Source Definition
import { defineCapability } from '../capabilities';
import { StabilityEnum } from '../ownership';
export const KnowledgeCapability = defineCapability({
meta: {
key: 'knowledge',
version: '1.0.0',
kind: 'data',
stability: StabilityEnum.Experimental,
description: 'Knowledge base and content management capability',
owners: ['@platform.content'],
tags: ['knowledge', 'content', 'data'],
},
});