# AGENTS.md — `@xplortech/apollo-foundation`

**Design tokens** for Apollo (and related brands), built to CSS/SCSS/JS and native outputs via Style Dictionary. Part of the Apollo monorepo: https://github.com/xplor/apollo

## Conventions

See the root [AGENTS.md](https://github.com/xplor/apollo/blob/main/AGENTS.md) for npm-only workflows, Conventional Commits (**scope `foundation`**), PR `Refs:` lines, and how tokens map to components (`apollo-foundation-first`).

## This package (from repo root)

| Task | Command |
|------|---------|
| Build | `nx build @xplortech/apollo-foundation` |
| Dev (watch + rebuild) | `nx dev @xplortech/apollo-foundation` |
| Tests | `nx test @xplortech/apollo-foundation` |
| Tests with coverage | `nx test:coverage @xplortech/apollo-foundation` |
| Lint | `nx lint @xplortech/apollo-foundation` |
| Clean | `nx clean @xplortech/apollo-foundation` |

**Nx Release group:** `foundation` (tag pattern `foundation@{version}`).

## Public API

- Installation and platform imports: [README.md](./README.md)
- Token semantics align with the Apollo Foundation Figma library (linked from README)
