pm-presets 2026.6.14 → 2026.7.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/CHANGELOG.md +15 -4
- package/manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026.7.6 - 2026-07-06
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Fix release CI ordering (publish-before-tag) ([pm-kx7u](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-kx7u.toon))
|
|
8
|
+
|
|
9
|
+
### Other
|
|
10
|
+
|
|
11
|
+
- Align Node engine with pm CLI runtime ([pm-wf6l](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-wf6l.toon))
|
|
12
|
+
- Regenerate CHANGELOG after pm close item ([pm-65i9](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-65i9.toon))
|
|
13
|
+
|
|
3
14
|
## 2026.6.13 - 2026-06-13
|
|
4
15
|
|
|
5
16
|
### Other
|
|
@@ -42,15 +53,15 @@
|
|
|
42
53
|
### Other
|
|
43
54
|
|
|
44
55
|
- DECISION: apply idempotency, --with-seeds, and capability array ([pm-cj9x](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-cj9x.toon))
|
|
45
|
-
- Implement presets validate
|
|
46
|
-
- Implement presets diff <name\>
|
|
47
|
-
- Implement presets show <name\>
|
|
56
|
+
- Implement presets validate (all bundled presets parse/load) ([pm-e2qb](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-e2qb.toon))
|
|
57
|
+
- Implement presets diff <name\> (workspace vs preset, --json) ([pm-xa8m](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-xa8m.toon))
|
|
58
|
+
- Implement presets show <name\> (full definition, --json, exit 3) ([pm-0r28](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-0r28.toon))
|
|
48
59
|
|
|
49
60
|
## 2026.6.1 - 2026-06-01
|
|
50
61
|
|
|
51
62
|
### Fixed
|
|
52
63
|
|
|
53
|
-
- Preset handlers threw plain Error
|
|
64
|
+
- Preset handlers threw plain Error (no exitCode) → runtime double-invocation ([pm-xp9p](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/issues/pm-xp9p.toon))
|
|
54
65
|
|
|
55
66
|
## 2026.5.28 - 2026-05-28
|
|
56
67
|
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-presets",
|
|
3
|
-
"version": "2026.6
|
|
3
|
+
"version": "2026.7.6",
|
|
4
4
|
"description": "All 6 official pm-cli workspace presets in one package: bug-triage, indie-dev, open-source, software-sprint, startup-roadmap, kanban",
|
|
5
5
|
"author": "@unbraind",
|
|
6
6
|
"entry": "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-presets",
|
|
3
|
-
"version": "2026.6
|
|
3
|
+
"version": "2026.7.6",
|
|
4
4
|
"description": "All 5 official pm-cli workspace presets in one package: bug-triage, indie-dev, open-source, software-sprint, startup-roadmap",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"release:notes": "pm-changelog --pm-root .agents/pm --stdout --since-previous-tag --until-release-tag --release-version-from-package --item-url-base https://github.com/unbraind/pm-presets/blob/main/.agents/pm --pm-bin ./node_modules/.bin/pm --github-step-summary"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@unbrained/pm-cli": ">=2026.
|
|
48
|
+
"@unbrained/pm-cli": ">=2026.7.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^25.9.2",
|
|
52
|
-
"@unbrained/pm-cli": "^2026.
|
|
53
|
-
"pm-changelog": "^2026.6.
|
|
52
|
+
"@unbrained/pm-cli": "^2026.7.5",
|
|
53
|
+
"pm-changelog": "^2026.6.30",
|
|
54
54
|
"typescript": "^6.0.3"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
|
-
"node": ">=22.
|
|
57
|
+
"node": ">=22.18.0"
|
|
58
58
|
},
|
|
59
59
|
"author": "@unbraind",
|
|
60
60
|
"license": "MIT",
|