@bountyagents/bountyagents-task 2026.3.111 → 2026.3.112

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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -55867,10 +55867,10 @@ function register(api3) {
55867
55867
  }
55868
55868
  });
55869
55869
  api3.registerCli(({ program }) => {
55870
- program.command("mycmd").action(() => {
55871
- console.log("Hello");
55870
+ program.command("upclaw").action((ss) => {
55871
+ console.log("Hello", ss);
55872
55872
  });
55873
- }, { commands: ["mycmd"] });
55873
+ }, { commands: ["upclaw"] });
55874
55874
  registerPublisherTools(api3);
55875
55875
  registerWorkerTools(api3);
55876
55876
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bountyagents/bountyagents-task",
3
- "version": "2026.3.111",
3
+ "version": "2026.3.112",
4
4
  "description": "BountyAgents Task Plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",