<!-- Auto-generated by `velinstyle docs generate`. Do not edit. Source: velinstyle meta -->

# Velin-Meta (agent context)

> **Do not edit manually.** Regenerate with `velinstyle meta` or `velinstyle docs generate --scope meta`.

## MIME and files

- MIME: `application/vnd.velinstyle.meta+json`
- Bundle: `dist/velin-agent.json`
- Index: `dist/llms.txt`

## CLI

```bash
npx velinstyle meta
npx velinstyle meta --llms --base-url https://velinstyle.info
npx velinstyle meta page path/to/page.html
```

## Page embedding

```html
<script type="application/vnd.velinstyle.meta+json" id="velin-meta">
{
  "version": "0.9.0",
  "page": { "intent": "component-doc" },
  "allowed": { "classesPrefix": ["velin-"] }
}
</script>
```

## Snapshot

- Framework: @birdapi/velinstyle@0.9.0
- Components: 36
- Attributes: 27
- CLI commands: 14
- Scanner rules: 37
- Search index entries: 137

## Conventions

- Positioning: VelinStyle is the WCAG 2.2 AAA CSS framework with native JavaScript runtime and Web Components — not a JS-only library or a utility-only CSS kit.
- Use only velin-* utility classes and documented Web Components.
- Prefer data-velin-theme on <html> for theme switching.
- Run velinstyle scan on generated HTML before shipping.
- Do not put secrets, API keys, or raw emails in velin-meta or page meta.
- Resolve doc links against docs root (/docs/), not the current page folder.

