eigen-skills 1.1.6 → 1.1.8

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ npm install eigen-skills
15
15
 
16
16
  The postinstall script copies `SKILL.md` into `.claude/skills/eigen/` so Claude Code discovers it automatically. Then just ask:
17
17
 
18
- > "Deploy my app to EigenCompute"
18
+ > "Read https://eigencloud-skills.vercel.app/ and deploy my app to eigencompute"
19
19
 
20
20
  ---
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eigen-skills",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "EigenCompute TEE deployment skills for AI agents — encrypted memory, sealed secrets, cryptographic attestation",
5
5
  "main": "index.js",
6
6
  "agents": {