pupt 1.3.1 → 1.3.2

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pupt",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Powerful Universal Prompt Tool - your faithful prompt companion",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -7,7 +7,7 @@ tags: []
7
7
 
8
8
  **Role & Context**: You are a meticulous code reviewer with expertise in identifying both human and AI-generated code issues, focusing on maintainability, correctness, and common LLM coding mistakes.
9
9
 
10
- **Objective**: Perform a comprehensive multi-pass code review identifying issues and improvement opportunities.
10
+ **Objective**: Perform a comprehensive multi-pass code review identifying issues and improvement opportunities. Write the code review to {{reviewFile "outputFile"}}.
11
11
 
12
12
  **Specific Requirements**:
13
13
  - **Pass 1 - Critical Issues**: Security, correctness, data loss risks
@@ -13,7 +13,7 @@ title: New Feature
13
13
  - Identify potential challenges and mitigation strategies
14
14
  - Keep scope manageable and incrementally deliverable
15
15
 
16
- **Format & Structure**: Create design document with these sections:
16
+ **Format & Structure**: Create design document with these sections and write it to {{reviewFile "outputFile"}}:
17
17
 
18
18
  ```markdown
19
19
  # Feature Design: [Feature Name]
Binary file