@cynodia/axiom-core
v0.7.0-alpha.2
Published
Application Graph, semantic types, locations and validation for Axiom.
Downloads
1,982
Readme
Axiom Core
Part of Axiom, an AI-native semantic web application framework.
Status: experimental / alpha. The API may change between alpha releases.
The Application Graph and its semantic model: nodes, fields, structured types,
expressions, locations (addressable writable positions), edge derivation, validation
and type inference. It also owns the presentation and UX layer — semantic roles, layout and
spacing tokens, device classes, value formats and the Theme — with presentation
resolution and validation.
Presentation lives here because it is part of the canonical graph: it is intent, not styling, and it names no colour, length or CSS property.
Main exports: ApplicationGraph, TypeRef builders, expression builders, Location
builders, Presentation, Theme, resolvePresentationMap, validateGraph,
VALIDATION_CODES, ApplicationIR.
Installation
npm install @cynodia/axiom-coreMost applications should install the facade package instead, which re-exports this one:
npm install @cynodia/axiomDocumentation
The canonical operational contract lives in the docs/ directory of the
@cynodia/axiom package, and in
the repository. Start with docs/AGENT_REFERENCE.md.
License
MIT
Copyright (c) 2026 AskTech AS.
