@uniswap/ai-toolkit-nx-claude 0.5.13 → 0.5.14

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.
@@ -1159,6 +1159,10 @@ var commands = {
1159
1159
  "review-pr": {
1160
1160
  description: "Orchestrate comprehensive pull request review using specialized agents for architecture, security, performance, testing, and maintainability analysis.",
1161
1161
  filePath: "./review-pr.md"
1162
+ },
1163
+ "work-through-pr-comments": {
1164
+ description: "Methodically work through GitHub pull request comments in a conversational workflow, analyzing each comment, presenting solution options, gathering your decisions, and implementing approved changes.",
1165
+ filePath: "./work-through-pr-comments.md"
1162
1166
  }
1163
1167
  };
1164
1168
 
@@ -133,7 +133,7 @@
133
133
  "installAddons": {
134
134
  "type": "boolean",
135
135
  "description": "Install addons like spec-mcp-workflow",
136
- "default": false,
136
+ "default": true,
137
137
  "prompt-when": "installMode === 'custom'",
138
138
  "prompt-message": "🔌 Install addons/mcps?",
139
139
  "prompt-type": "confirm"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/ai-toolkit-nx-claude",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "private": false,
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.cjs",