@behavioral-agentic-design-system/core
v0.5.0
Published
BADS core — tokens, shadcn/ui components, and the BADS template shell (app routes, customize tab, theme hooks). Forks consume this and re-export, keeping client repos to ~30 lines of glue.
Readme
@behavioral-agentic-design-system/core
Core of the Behavioral Agentic Design System: design tokens, the base shadcn/ui component set, and shared utilities.
Install
pnpm add @behavioral-agentic-design-system/coreUse
import { Button } from "@behavioral-agentic-design-system/core/components/ui/button";
import tokens from "@behavioral-agentic-design-system/core/tokens.json";For client repos that fork the BADS template, this package is consumed via pnpm workspace protocol ("@behavioral-agentic-design-system/core": "workspace:*"). For client repos that just want the components, install from the registry.
Publishing
Tag a release on the parent repo (v0.x.x) and the GitHub Actions workflow publishes to npm. Bump version in this package.json first.
