@deeeed/metamask-harness 0.20.0 → 0.22.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeeed/metamask-harness",
3
- "version": "0.20.0",
3
+ "version": "0.22.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mm-harness": "bin/mm-harness"
@@ -19,10 +19,10 @@
19
19
  "check:syntax": "find . -name '*.mjs' -print0 | xargs -0 -n1 node --check"
20
20
  },
21
21
  "dependencies": {
22
- "@farmslot/agent-runtime": "^0.3.0",
22
+ "@farmslot/agent-runtime": "^0.4.0",
23
23
  "@farmslot/handoff": "^0.3.1",
24
- "@farmslot/protocol": "^0.11.1",
25
- "@farmslot/recipe-harness": "^0.9.4",
24
+ "@farmslot/protocol": "^0.13.0",
25
+ "@farmslot/recipe-harness": "^0.10.0",
26
26
  "commander": "^12.0.0",
27
27
  "es-module-lexer": "2.3.1",
28
28
  "esbuild": "0.28.1",
@@ -29,7 +29,7 @@ _mmh_bin() {
29
29
  return 1
30
30
  }
31
31
 
32
- _mmh_commands="launch stop logs debug fixtures actions call run doctor check checklist recipe-quality install verify cleanup completions"
32
+ _mmh_commands="launch stop logs debug fixtures actions call run doctor check checklist execution-template recipe-quality install verify cleanup completions"
33
33
 
34
34
  # Per-command flags (static, from the mm-harness surface).
35
35
  _mmh_flags_for() {
@@ -40,6 +40,7 @@ _mmh_flags_for() {
40
40
  debug) printf '%s' "--worker --dev-menu --adapter --target --json" ;;
41
41
  fixtures) printf '%s' "--from --dev --force --fixture --adapter --target --json" ;;
42
42
  checklist) printf '%s' "" ;;
43
+ execution-template) printf '%s' "--dir --domain-dir --project-worker --project-name --package-templates --package-id --flow --run-mode --platform --domain --id --provenance --include-shadowed --no-include-shadowed --title --force --json" ;;
43
44
  actions) printf '%s' "--adapter --action --kind --raw --action-manifest --target --json" ;;
44
45
  call) printf '%s' "--list --arg --adapter --target --artifacts-dir --action-manifest --heal --json" ;;
45
46
  run) printf '%s' "--list --describe --plan --adapter --artifacts-dir --target --library --cdp-port --heal --record-video --json" ;;
@@ -1,7 +0,0 @@
1
- {
2
- "kind": "recipe-library",
3
- "schema_version": 1,
4
- "name": "metamask",
5
- "owner": "mm-harness-runner",
6
- "description": "Canonical MetaMask library of reusable, parameterized recipes. Team and personal libraries layer on top and win resolution by default."
7
- }