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.
Blueprint that surfaces canonical product knowledge to agents and workflows.
Source Definition
export const artisanKnowledgeBlueprint = defineAppConfig({
meta: {
key: 'artisan.knowledge.product',
version: '1.0.0',
appId: 'artisan',
title: 'ArtisanOS Knowledge – Product Canon',
description:
'Blueprint that surfaces canonical product knowledge to agents and workflows.',
domain: 'knowledge',
owners: [OwnersEnum.PlatformContent],
tags: ['knowledge', 'product-canon', TagsEnum.Guide],
stability: StabilityEnum.Experimental,
},
workflows: {
answerFaq: { key: 'artisan.knowledge.answerFaq', version: '1.0.0' },
},
notes:
'Workflows and assistants running on this blueprint should bind the Product Canon knowledge space.',
});