@open-agent-toolkit/cli 0.0.57 → 0.0.58

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.57",
3
- "docs-config": "0.0.57",
4
- "docs-theme": "0.0.57",
5
- "docs-transforms": "0.0.57"
2
+ "cli": "0.0.58",
3
+ "docs-config": "0.0.58",
4
+ "docs-theme": "0.0.58",
5
+ "docs-transforms": "0.0.58"
6
6
  }
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  name: oat-pjm-add-backlog-item
3
- version: 1.0.0
4
- description: Use when a new repo backlog item needs to be captured in the file-per-item backlog structure. Creates the item file, regenerates the index, and prompts for curated overview updates.
5
- disable-model-invocation: true
3
+ version: 1.1.0
4
+ description: Use when the user requests or confirms adding a new repo backlog item e.g. "add a backlog item for X", "capture that as backlog", "track that follow-up", "file a backlog ticket", or confirms a previously offered backlog capture. Do NOT auto-invoke when a follow-up is mentioned. Creates the item file in the file-per-item backlog structure, regenerates the index, and prompts for curated overview updates.
6
5
  user-invocable: true
7
6
  allowed-tools: Read, Write, Bash, Glob, Grep, AskUserQuestion
8
7
  ---
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: oat-project-document
3
- version: 1.3.0
4
- description: Run when implementation is complete and documentation needs updating. Analyzes project artifacts to produce documentation update recommendations, then applies approved changes before project completion.
3
+ version: 1.4.0
4
+ description: Use when the user requests or confirms documenting an active OAT project — e.g. "document the project", "update the docs", "run oat-project-document", or confirms a previously offered documentation run. Do NOT auto-invoke when implementation completes. Analyzes project artifacts, presents a documentation delta plan, and applies approved changes.
5
5
  argument-hint: '[project-path] [--auto]'
6
- disable-model-invocation: true
7
6
  user-invocable: true
8
7
  allowed-tools: Read, Write, Edit, Bash(git:*), Glob, Grep, AskUserQuestion, Skill
9
8
  ---
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  name: oat-project-pr-final
3
- version: 1.3.4
4
- description: Use when an active OAT project has completed all phases and is ready for final merge to main. Generates the final OAT lifecycle PR description from artifacts and review status, then creates the PR automatically.
5
- disable-model-invocation: true
3
+ version: 1.4.0
4
+ description: Use when the user requests or confirms opening the final PR for an active OAT project e.g. "open the final PR", "ship it", "run oat-project-pr-final", or confirms a previously offered final-PR step. Do NOT auto-invoke when phases are marked complete. Generates the final lifecycle PR description from artifacts and creates the PR.
6
5
  user-invocable: true
7
6
  allowed-tools: Read, Write, Bash(git:*), Glob, Grep, AskUserQuestion
8
7
  ---
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  name: oat-project-summary
3
- version: 1.0.0
4
- description: Use when a project needs a summary artifact. Generates summary.md from project artifacts as institutional memory.
5
- disable-model-invocation: true
3
+ version: 1.1.0
4
+ description: Use when the user requests or confirms summarizing an active OAT project e.g. "summarize the project", "generate the summary", "run oat-project-summary", or confirms a previously offered summary run. Do NOT auto-invoke when implementation completes. Generates summary.md from project artifacts as institutional memory.
6
5
  user-invocable: true
7
6
  allowed-tools: Read, Write, Bash(git:*), 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.57",
3
+ "version": "0.0.58",
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.57"
36
+ "@open-agent-toolkit/control-plane": "0.0.58"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^22.10.0",