pmpt-cli 1.14.17 → 1.14.18
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/commands/clone.js +3 -1
- package/dist/commands/remix.js +3 -1
- package/dist/lib/plan.js +10 -2
- package/package.json +1 -1
package/dist/commands/clone.js
CHANGED
|
@@ -161,7 +161,9 @@ export async function cmdClone(slug) {
|
|
|
161
161
|
`- When requirements change or new decisions are made`,
|
|
162
162
|
'',
|
|
163
163
|
`Keep the Progress and Snapshot Log sections in pmpt.md up to date.`,
|
|
164
|
-
`After significant milestones,
|
|
164
|
+
`After significant milestones, save a snapshot:`,
|
|
165
|
+
`- **If pmpt MCP tool is available** (Claude Code, Cursor with MCP): call \`pmpt_save\` directly with a descriptive summary. Do this proactively — do not wait for the user to ask.`,
|
|
166
|
+
`- **Otherwise**: run \`pmpt save\` in terminal.`,
|
|
165
167
|
'',
|
|
166
168
|
'---',
|
|
167
169
|
'',
|
package/dist/commands/remix.js
CHANGED
|
@@ -114,7 +114,9 @@ When you make progress, update \`.pmpt/docs/pmpt.md\`:
|
|
|
114
114
|
- When a feature is implemented (mark as done)
|
|
115
115
|
- When a development phase is completed
|
|
116
116
|
|
|
117
|
-
Keep the Snapshot Log up to date.
|
|
117
|
+
Keep the Snapshot Log up to date. After milestones, save a snapshot:
|
|
118
|
+
- **If pmpt MCP tool is available** (Claude Code, Cursor with MCP): call \`pmpt_save\` directly with a descriptive summary. Do this proactively — do not wait for the user to ask.
|
|
119
|
+
- **Otherwise**: run \`pmpt save\` in terminal.
|
|
118
120
|
|
|
119
121
|
---
|
|
120
122
|
|
package/dist/lib/plan.js
CHANGED
|
@@ -98,13 +98,21 @@ ${workflowSteps}
|
|
|
98
98
|
- When requirements change or new decisions are made
|
|
99
99
|
|
|
100
100
|
Keep the Progress and Snapshot Log sections in pmpt.md up to date.
|
|
101
|
-
After significant milestones,
|
|
101
|
+
After significant milestones, save a snapshot using the method below.
|
|
102
|
+
|
|
103
|
+
### Saving Snapshots
|
|
104
|
+
|
|
105
|
+
**If the pmpt MCP tool is available** (Claude Code, Cursor with MCP configured):
|
|
106
|
+
Call the \`pmpt_save\` MCP tool directly with a descriptive summary. Do this proactively after milestones — do not wait for the user to ask.
|
|
107
|
+
|
|
108
|
+
**Otherwise:**
|
|
109
|
+
Run \`pmpt save\` in the terminal.
|
|
102
110
|
|
|
103
111
|
### Per-Feature Checklist
|
|
104
112
|
After completing each feature above:
|
|
105
113
|
1. Mark the feature done in \`.pmpt/docs/pmpt.md\` (change \`- [ ]\` to \`- [x]\`)
|
|
106
114
|
2. Add a brief note to the Snapshot Log section
|
|
107
|
-
3.
|
|
115
|
+
3. Save a snapshot (MCP tool or \`pmpt save\`)
|
|
108
116
|
|
|
109
117
|
### What to Record in pmpt.md
|
|
110
118
|
|