open-wadah 1.3.0 → 1.3.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/cli.js +3 -0
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -442,6 +442,9 @@ Available commands and their args (use these exact command names):
442
442
  - repo remove: args = [repo id]. Unlink a repository.
443
443
  - pr link: args = [task id, pr url]. Attach a PR URL to a task.
444
444
  - pr open: args = [task id]. Open the linked PR URL for a task.
445
+ - link add: args = [task id, url]. Optional "--label", "<text>" (e.g. Vercel). Append a non-PR URL.
446
+ - link list: args = [task id]. List task URLs.
447
+ - link remove: args = [task id, link id]. Remove a link (id from link list --json).
445
448
 
446
449
  If the request is unclear or not a valid CLI action, return {"command": "", "args": []}. Output only the JSON object.`
447
450
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-wadah",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Open Wadah CLI — shared task board for humans and agents",
5
5
  "type": "module",
6
6
  "bin": {