promptup-plugin 0.1.5 → 0.1.6
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/commands/pup/config.md
CHANGED
package/commands/pup/eval.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
+
Generate a Decision Quality Score report for the current branch
|
|
1
2
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
Generate a decision quality report for the current git branch using PromptUp MCP tools.
|
|
5
|
-
|
|
6
|
-
## Instructions
|
|
7
|
-
|
|
8
|
-
1. Parse the user's arguments (`$ARGUMENTS`):
|
|
3
|
+
Parse the user's arguments (`$ARGUMENTS`):
|
|
9
4
|
- If `--post` is present, set `post: true`
|
|
10
5
|
- If `--branch <name>` is present, set `branch` to that value
|
|
11
6
|
- Otherwise use defaults (current branch, no posting)
|
package/commands/pup/status.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
+
Show PromptUp tracking status — sessions, evaluations, decisions
|
|
1
2
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
Show the current state of PromptUp tracking.
|
|
5
|
-
|
|
6
|
-
## Instructions
|
|
7
|
-
|
|
8
|
-
1. Call the `mcp__promptup__get_status` tool.
|
|
3
|
+
Call the `mcp__promptup__get_status` tool.
|
|
9
4
|
|
|
10
5
|
2. Present the results as a clean summary:
|
|
11
6
|
|
package/commands/pup/update.md
CHANGED
package/package.json
CHANGED