trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
13 lines • 511 B
TypeScript
/**
* Brand Token Ontology — Schema definitions for BrandGuide and DesignToken entities.
*
* Two entity types, one relation. Deliberately flat:
* - BrandGuide: container for a set of tokens + brand rules
* - DesignToken: a single token discriminated by tokenType
* - hasToken: links a guide to its tokens
*
* @module trellis/plugins/brand
*/
import type { OntologySchema } from '../../core/ontology/types.js';
export declare const brandOntology: OntologySchema;
//# sourceMappingURL=ontology.d.ts.map