pm-brief 2026.6.7 → 2026.6.8
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 +14 -0
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -13,3 +13,17 @@
|
|
|
13
13
|
### Other
|
|
14
14
|
|
|
15
15
|
- Verify pm-brief release readiness ([pm-brief-sub4](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/tasks/pm-brief-sub4.toon))
|
|
16
|
+
|
|
17
|
+
## 2026.06.07 - 2026-06-06
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- Build pm-brief MVP ([pm-brief-ogmd](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/features/pm-brief-ogmd.toon))
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
|
|
25
|
+
- Fix release workflow staging when dist is gitignored ([pm-brief-bald](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/tasks/pm-brief-bald.toon))
|
|
26
|
+
|
|
27
|
+
### Other
|
|
28
|
+
|
|
29
|
+
- Verify pm-brief release readiness ([pm-brief-sub4](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/tasks/pm-brief-sub4.toon))
|
package/dist/index.js
CHANGED
|
@@ -438,7 +438,7 @@ function registerCommands(api) {
|
|
|
438
438
|
}
|
|
439
439
|
export default defineExtension({
|
|
440
440
|
name: "pm-brief",
|
|
441
|
-
version: "2026.6.
|
|
441
|
+
version: "2026.6.8",
|
|
442
442
|
description: "Token-budgeted agent briefs and next-work plans for pm workspaces",
|
|
443
443
|
activate(api) {
|
|
444
444
|
registerCommands(api);
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-brief",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.8",
|
|
4
4
|
"description": "Token-budgeted agent briefs and next-work plans for pm workspaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"pack:dry-run": "npm pack --dry-run",
|
|
24
24
|
"changelog": "pm-changelog --pm-root .agents/pm --mode prepend --output CHANGELOG.md --release-version-from-package --since-previous-tag --until-release-tag --item-url-base https://github.com/unbraind/pm-brief/blob/main/.agents/pm",
|
|
25
25
|
"changelog:full": "pm-changelog --pm-root .agents/pm --mode replace --output CHANGELOG.md --all-release-tags --release-version-from-package --item-url-base https://github.com/unbraind/pm-brief/blob/main/.agents/pm",
|
|
26
|
-
"changelog:check": "pm-changelog --pm-root .agents/pm --mode
|
|
26
|
+
"changelog:check": "pm-changelog --pm-root .agents/pm --mode prepend --output CHANGELOG.md --since-previous-tag --until-release-tag --release-version-from-package --item-url-base https://github.com/unbraind/pm-brief/blob/main/.agents/pm --check",
|
|
27
|
+
"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-brief/blob/main/.agents/pm --pm-bin ./node_modules/.bin/pm --github-step-summary",
|
|
27
28
|
"release:check": "npm run typecheck && npm run build && npm test && npm run audit:prod && npm run pack:dry-run && npm run changelog:check"
|
|
28
29
|
},
|
|
29
30
|
"keywords": [
|
|
@@ -49,12 +50,12 @@
|
|
|
49
50
|
"node": ">=20.0.0"
|
|
50
51
|
},
|
|
51
52
|
"peerDependencies": {
|
|
52
|
-
"@unbrained/pm-cli": ">=2026.6.
|
|
53
|
+
"@unbrained/pm-cli": ">=2026.6.7"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
56
|
"@types/node": "^25.9.2",
|
|
56
|
-
"@unbrained/pm-cli": "^2026.6.
|
|
57
|
-
"pm-changelog": "^2026.6.
|
|
57
|
+
"@unbrained/pm-cli": "^2026.6.7",
|
|
58
|
+
"pm-changelog": "^2026.6.7",
|
|
58
59
|
"typescript": "^6.0.3"
|
|
59
60
|
},
|
|
60
61
|
"pm": {
|