@pcoliveira90/pdd 0.2.1 → 0.2.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/package.json
CHANGED
|
@@ -160,9 +160,36 @@ Execute Patch-Driven Development workflow.
|
|
|
160
160
|
`
|
|
161
161
|
},
|
|
162
162
|
cursor: {
|
|
163
|
-
'.cursor/pdd.prompt.md': `# PDD Cursor
|
|
163
|
+
'.cursor/pdd.prompt.md': `# PDD (Cursor)
|
|
164
164
|
|
|
165
|
-
|
|
165
|
+
You are helping run **Patch-Driven Development** in this repo. Prefer small, safe changes and evidence before edits.
|
|
166
|
+
|
|
167
|
+
## Context to use
|
|
168
|
+
|
|
169
|
+
- Project rules: \`.pdd/constitution.md\`
|
|
170
|
+
- Command playbooks: \`.pdd/commands/\` (e.g. \`pdd-fix.md\`, \`pdd-verify.md\`)
|
|
171
|
+
- Templates: \`.pdd/templates/\` (delta-spec, patch-plan, verification-report)
|
|
172
|
+
|
|
173
|
+
## Workflow (high level)
|
|
174
|
+
|
|
175
|
+
1. **Recon** — map relevant files and risks; do not edit yet.
|
|
176
|
+
2. **Delta** — describe the minimal change (align with \`delta-spec\` / \`patch-plan\` ideas).
|
|
177
|
+
3. **Implement** — smallest diff that fixes the issue; match existing patterns.
|
|
178
|
+
4. **Verify** — how to confirm behavior; note regressions avoided or checked.
|
|
179
|
+
5. **Artifacts** — if the project uses \`changes/\` or PR notes, keep them consistent.
|
|
180
|
+
|
|
181
|
+
## Issue to address
|
|
182
|
+
|
|
183
|
+
Describe the issue or paste it here:
|
|
184
|
+
|
|
185
|
+
\`\`\`
|
|
186
|
+
{{issue}}
|
|
187
|
+
\`\`\`
|
|
188
|
+
|
|
189
|
+
## Output
|
|
190
|
+
|
|
191
|
+
- Clear list of files touched and why
|
|
192
|
+
- If something is unknown, say what you would verify next (command, test, or manual step)
|
|
166
193
|
`
|
|
167
194
|
},
|
|
168
195
|
copilot: {
|