opencode-skills-antigravity 1.0.16 → 1.0.18

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.
@@ -25,6 +25,8 @@ Install the library into your Codex path, then invoke focused skills directly in
25
25
  npx antigravity-awesome-skills --codex
26
26
  ```
27
27
 
28
+ If you prefer a plugin-style Codex integration, this repository also ships repo-local plugin metadata in `.agents/plugins/marketplace.json` and `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`.
29
+
28
30
  ### Verify the install
29
31
 
30
32
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-antigravity",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "OpenCode CLI plugin that automatically downloads and keeps Antigravity Awesome Skills up to date.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@opencode-ai/sdk": "^1.0.0",
38
38
  "@types/bun": "latest",
39
- "@types/node": "^20.0.0",
40
- "typescript": "^5.0.0"
39
+ "@types/node": "^25.5.0",
40
+ "typescript": "^6.0.2"
41
41
  }
42
42
  }