@welluable/orch 1.0.0 → 1.2.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": "@welluable/orch",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "CLI orchestrator: triage → research → plan → implement",
5
5
  "type": "module",
6
6
  "main": "main.js",
@@ -15,7 +15,8 @@
15
15
  "scripts": {
16
16
  "test": "node --test \"test/**/*.test.js\"",
17
17
  "commit": "agn 'commit with a detailed message and push'",
18
- "docs": "orch --quick 'Update README.md and orch --help so they match the current CLI. Only update what changes and add what is missing.' --agent agn"
18
+ "docs": "orch --quick 'Update README.md and orch --help so they match the current CLI. Only update what changes and add what is missing.' --agent agn",
19
+ "release": "orch --quick 'Bump the minor version in package.json and package-lock.json, then publish to npm.' --agent agn"
19
20
  },
20
21
  "keywords": [],
21
22
  "author": "",