@k8o/arte-odyssey 4.0.0 → 4.2.0

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.
package/README.md CHANGED
@@ -66,15 +66,9 @@ function MyPage() {
66
66
  }
67
67
  ```
68
68
 
69
- ## AI Agent Skills
69
+ ## AI Agent Documentation
70
70
 
71
- ArteOdyssey provides an Agent Skill for AI coding assistants. It gives your agent knowledge of the design system, component APIs, and design principles.
72
-
73
- ```bash
74
- npx skills add k35o/ArteOdyssey --skill arte-odyssey-usage
75
- ```
76
-
77
- Compatible with Claude Code, Cursor, GitHub Copilot, and other [Agent Skills](https://agentskills.io/) compatible tools.
71
+ ArteOdyssey includes design system documentation in `docs/` directory. When installed via npm, AI coding assistants can reference `node_modules/@k8o/arte-odyssey/docs/GUIDE.md` for design principles, component APIs, and usage patterns.
78
72
 
79
73
  ## Component Categories
80
74
 
@@ -132,7 +126,6 @@ Compatible with Claude Code, Cursor, GitHub Copilot, and other [Agent Skills](ht
132
126
 
133
127
  ### Utilities
134
128
 
135
- - **ErrorBoundary** - Error handling wrapper
136
129
  - **ArteOdysseyProvider** - Context providers for the library
137
130
  - **Icons** - Icon component collection
138
131