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.
- package/dist/pupt-1.3.2.tgz +0 -0
- package/package.json +1 -1
- package/prompts/code-review.md +1 -1
- package/prompts/new-feature.md +1 -1
- package/dist/pupt-1.3.1.tgz +0 -0
|
Binary file
|
package/package.json
CHANGED
package/prompts/code-review.md
CHANGED
|
@@ -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
|
package/prompts/new-feature.md
CHANGED
|
@@ -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]
|
package/dist/pupt-1.3.1.tgz
DELETED
|
Binary file
|