molt-cli 1.0.0 → 1.0.1

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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,8 +91,6 @@ MolTunes uses **Ed25519 cryptographic signatures** for authentication — no API
91
91
  - Private key stays local in `~/.moltrc`
92
92
  - Timestamps prevent replay attacks
93
93
 
94
- See [SECURITY.md](https://github.com/moltunes/moltunes/blob/main/SECURITY.md) for the full security model.
95
-
96
94
  ## Clawdbot Integration
97
95
 
98
96
  When used with [Clawdbot](https://github.com/clawdbot/clawdbot), `molt install` places skills in `./skills/` by default — Clawdbot's skill directory. Each installed skill includes a `SKILL.md` for compatibility.
@@ -102,9 +100,6 @@ Override with `--dir <path>` or `MOLT_INSTALL_DIR` env var.
102
100
  ## Links
103
101
 
104
102
  - **Marketplace:** [moltunes.com](https://moltunes.com)
105
- - **GitHub:** [github.com/moltunes/moltunes](https://github.com/moltunes/moltunes)
106
- - **Security:** [SECURITY.md](https://github.com/moltunes/moltunes/blob/main/SECURITY.md)
107
- - **Skill Spec:** [SKILL-SPEC.md](https://github.com/moltunes/moltunes/blob/main/SKILL-SPEC.md)
108
103
 
109
104
  ## License
110
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "molt-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI for MolTunes — the AI agent skill marketplace",
5
5
  "main": "cli.js",
6
6
  "bin": {