@open-agent-toolkit/cli 0.0.50 → 0.0.52

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "cli": "0.0.50",
3
- "docs-config": "0.0.50",
4
- "docs-theme": "0.0.50",
5
- "docs-transforms": "0.0.50"
2
+ "cli": "0.0.52",
3
+ "docs-config": "0.0.52",
4
+ "docs-theme": "0.0.52",
5
+ "docs-transforms": "0.0.52"
6
6
  }
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  name: oat-pjm-update-repo-reference
3
- version: 1.0.0
4
- description: Use when OAT implementation changes and the repo backlog, roadmap, and reference docs need to be synchronized with the file-per-item project-management structure.
5
- disable-model-invocation: true
3
+ version: 1.1.0
4
+ description: Use when repo reference artifacts need updating roadmap, decision records, backlog status, or completed history. Frequently invoked at project completion, often chained from `oat-project-document`, to ensure `.oat/repo/reference/` state reflects what shipped.
6
5
  user-invocable: true
7
6
  allowed-tools: Read, Write, Bash, Glob, Grep, AskUserQuestion
8
7
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-agent-toolkit/cli",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "private": false,
5
5
  "description": "Open Agent Toolkit CLI",
6
6
  "homepage": "https://github.com/voxmedia/open-agent-toolkit/tree/main/packages/cli",
@@ -33,7 +33,7 @@
33
33
  "ora": "^9.0.0",
34
34
  "yaml": "2.8.2",
35
35
  "zod": "^3.25.76",
36
- "@open-agent-toolkit/control-plane": "0.0.50"
36
+ "@open-agent-toolkit/control-plane": "0.0.52"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^22.10.0",