moltyjacs 0.8.8 → 0.9.0
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/marketplace.json +2 -1
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
- package/src/skills/jacs/SKILL.md +2 -2
package/marketplace.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moltyjacs",
|
|
3
|
+
"slug": "moltyjacs",
|
|
3
4
|
"displayName": "JACS Cryptographic Provenance",
|
|
4
5
|
"description": "Add JACS cryptographic provenance and full HAI platform workflows. Sign/verify documents, manage commitments/todos/agent state/conversations, and use HAI attestation, usernames, mailbox email, key registry, and benchmark tools.",
|
|
5
|
-
"version": "0.
|
|
6
|
+
"version": "0.9.0",
|
|
6
7
|
"author": "HAI.AI",
|
|
7
8
|
"license": "MIT",
|
|
8
9
|
"homepage": "https://hai.ai/jacs",
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "moltyjacs",
|
|
3
3
|
"name": "JACS Cryptographic Provenance",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0",
|
|
5
5
|
"description": "Add JACS cryptographic provenance plus HAI platform features (attestation, username, mailbox, and benchmark workflows)",
|
|
6
6
|
"homepage": "https://hai.ai/jacs",
|
|
7
7
|
"configSchema": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moltyjacs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "JACS cryptographic provenance plugin for OpenClaw - signing, verification, commitments, todos, agent state, and conversations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
package/src/skills/jacs/SKILL.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: moltyjacs
|
|
3
3
|
description: Cryptographic document signing/verification plus HAI platform integration (attestation, username lifecycle, mailbox workflows, key registry, and benchmark orchestration) with JACS
|
|
4
4
|
user-invocable: true
|
|
5
|
-
metadata: {"openclaw":{"requires":{"config":["plugins.entries.
|
|
5
|
+
metadata: {"openclaw":{"requires":{"config":["plugins.entries.moltyjacs.enabled"]}}}
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# JACS Cryptographic Provenance
|