@fidacy/openclaw-plugin 0.1.0 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1 — 2026-07-02
4
+
5
+ - README: animated demo (BEC lookalike-payee DENY → legit ALLOW with signed
6
+ grant) for the ClawHub/npm listing. No code changes.
7
+
3
8
  ## 0.1.0 — 2026-07-02
4
9
 
5
10
  First release. Fidacy payment firewall as a native OpenClaw plugin:
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @fidacy/openclaw-plugin
2
2
 
3
+ ![Fidacy blocks a BEC lookalike-payee payment, then allows the legit one with a signed Ed25519 grant](https://raw.githubusercontent.com/lucaslubi/fidacy-mcp/main/assets/fidacy-firewall-demo.svg)
4
+
3
5
  Fidacy payment firewall as a **native OpenClaw plugin**. Registers five agent tools
4
6
  in-process (no MCP subprocess, no `npx` spawn):
5
7
 
@@ -2,7 +2,7 @@
2
2
  "id": "fidacy",
3
3
  "name": "Fidacy — Payment Firewall",
4
4
  "description": "A signed, independently-verifiable verdict on every money-moving agent action. Blocks wrong/lookalike payee, over-cap, and duplicate-invoice fraud before money moves. Non-custodial, local-first, deny-by-default.",
5
- "version": "0.1.0",
5
+ "version": "0.1.1",
6
6
  "contracts": {
7
7
  "tools": [
8
8
  "request_payment",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fidacy/openclaw-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Fidacy payment firewall as a native OpenClaw plugin: signed, verifiable verdicts on every money-moving agent action, in-process (no MCP subprocess).",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://fidacy.com",