@allxsmith/bestax-bulma 5.1.1 โ†’ 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -129,6 +129,20 @@ Explore live, interactive component examples in our Storybook:
129
129
 
130
130
  ---
131
131
 
132
+ ## ๐Ÿค– For AI Tools
133
+
134
+ Building with an AI agent (Claude Code, Cursor, Copilot)? bestax-bulma ships LLM-optimized docs:
135
+
136
+ - ๐Ÿ“˜ **[LLMs guide](https://bestax.io/docs/guides/llms)** โ€” how to use the library with AI tools
137
+ - ๐Ÿ“„ **[llms.txt](https://bestax.io/llms.txt)** โ€” curated index ยท **[llms-full.txt](https://bestax.io/llms-full.txt)** โ€” the full docs in one file
138
+ - ๐Ÿงฉ **[Agent Skills](https://bestax.io/docs/skills/intro)** โ€” teach your agent the bestax way:
139
+
140
+ ```bash
141
+ npx skills add https://github.com/allxsmith/bestax --skill bestax-layout-scaffold
142
+ ```
143
+
144
+ ---
145
+
132
146
  ## ๐Ÿ™ Special Thanks
133
147
 
134
148
  ### [Bulma](https://github.com/jgthms/bulma)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allxsmith/bestax-bulma",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "description": "A fully-typed React component library for the Bulma CSS framework. Build modern UIs quickly with reusable, accessible, and customizable Bulma-based React components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -189,6 +189,7 @@
189
189
  "directory": "bulma-ui"
190
190
  },
191
191
  "homepage": "https://bestax.io",
192
+ "llms": "https://bestax.io/llms.txt",
192
193
  "bugs": {
193
194
  "url": "https://github.com/allxsmith/bestax/issues"
194
195
  },