Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dspack

**dspack** is an open JSON specification for representing what a design system knows: tokens, components, patterns, and anti-patterns in one portable artifact that AI agents can query.
**dspack** is an open JSON specification for what a design system knows and enforces: tokens, components, categories, intents, and typed governance rules in one portable contract that AI agents can query and must satisfy.

Think of it as OpenAPI for design systems.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aestheticfunction/dspack-spec",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"description": "Validation harness for the dspack specification artifacts: schemas, examples, and negative fixtures.",
"type": "module",
Expand Down
Loading