archstone 1.1.1 → 1.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.
package/README.md CHANGED
@@ -275,7 +275,7 @@ bun x skills add joao-coimbra/archstone
275
275
  **Or copy from the installed package:**
276
276
 
277
277
  ```bash
278
- cp -r node_modules/archstone/skills/archstone .claude/skills/
278
+ cp -r node_modules/archstone/skills/use-archstone .claude/skills/
279
279
  ```
280
280
 
281
281
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "archstone",
3
3
  "description": "TypeScript architecture foundation for backend services based on Domain-Driven Design and Clean Architecture",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "files": [
File without changes