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.
@@ -1,3 +1,4 @@
1
+ View or modify PromptUp settings
1
2
 
2
3
  Parse `$ARGUMENTS`:
3
4
  - No args → call `mcp__promptup__configure` with no parameters to show all settings
@@ -1,3 +1,4 @@
1
+ Evaluate your coding session across 11 skill dimensions
1
2
 
2
3
  Call `mcp__promptup__evaluate_session` with the session ID from `$ARGUMENTS` if provided, otherwise no arguments.
3
4
 
@@ -1,11 +1,6 @@
1
+ Generate a Decision Quality Score report for the current branch
1
2
 
2
- # /pr-report PR Decision Report
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)
@@ -1,11 +1,6 @@
1
+ Show PromptUp tracking status — sessions, evaluations, decisions
1
2
 
2
- # /status PromptUp Status
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
 
@@ -1,3 +1,4 @@
1
+ Check for and install PromptUp plugin updates
1
2
 
2
3
  1. Check the current installed version:
3
4
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptup-plugin",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "AI coding skill evaluator for Claude Code — 11-dimension scoring, decision intelligence, PR reports",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",