@skilly-hand/skilly-hand 0.10.0 → 0.10.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/CHANGELOG.md CHANGED
@@ -16,6 +16,36 @@ All notable changes to this project are documented in this file.
16
16
  ### Removed
17
17
  - _None._
18
18
 
19
+ ## [0.10.2] - 2026-04-04
20
+ [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.10.2)
21
+
22
+ ### Added
23
+ - _None._
24
+
25
+ ### Changed
26
+ - _None._
27
+
28
+ ### Fixed
29
+ - _None._
30
+
31
+ ### Removed
32
+ - _None._
33
+
34
+ ## [0.10.1] - 2026-04-04
35
+ [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.10.1)
36
+
37
+ ### Added
38
+ - _None._
39
+
40
+ ### Changed
41
+ - Removed the `AI Integrated Structures` subsection from `README.md` to keep assistant compatibility docs focused on current install targets.
42
+
43
+ ### Fixed
44
+ - _None._
45
+
46
+ ### Removed
47
+ - _None._
48
+
19
49
  ## [0.10.0] - 2026-04-04
20
50
  [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.10.0)
21
51
 
package/README.md CHANGED
@@ -121,12 +121,6 @@ Skills are installed into `.skilly-hand/` with the correct format for each tool:
121
121
  | Windsurf | `.windsurf/skills/`, `AGENTS.md` |
122
122
  | TRAE | `.trae/skills/`, `AGENTS.md` |
123
123
 
124
- ### AI Integrated Structures
125
-
126
- - Antigravity: rules at `~/.gemini/GEMINI.md` (global) and workspace `.agents/rules/` (with `.agent/rules/` backward support); skills at `.agents/skills/` or `~/.gemini/antigravity/skills/`; MCP config at `~/.gemini/antigravity/mcp_config.json`.
127
- - Windsurf: AGENTS-based directory scoping via `AGENTS.md`, rules in `.windsurf/rules/`, skills in `.windsurf/skills/` (plus `.agents/skills/` compatibility), MCP config at `~/.codeium/mcp_config.json`.
128
- - TRAE: project rules in `.trae/rules/` with `AGENTS.md` support, skills in `.trae/skills/` (optional `.agents/skills/` compatibility toggle), MCP project config via `.trae/mcp.json` and manual/marketplace management in-app.
129
-
130
124
  ---
131
125
 
132
126
  ## Project Structure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/skilly-hand",
3
- "version": "0.10.0",
3
+ "version": "0.10.2",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "publishConfig": {