pm-brief 2026.6.13 → 2026.6.14
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 +6 -10
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 2026.6.
|
|
3
|
+
## 2026.6.14 - 2026-06-14
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Other
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Add agent handoff prompt command to pm-brief ([pm-brief-am6l](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/features/pm-brief-am6l.toon))
|
|
9
|
-
- Add evidence-weighted next-action ranking ([pm-brief-6xr0](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/features/pm-brief-6xr0.toon))
|
|
7
|
+
- Regenerate CHANGELOG to drop the duplicate Unreleased section from pm-changelog issue 47 ([pm-brief-wo7u](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/chores/pm-brief-wo7u.toon))
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
- 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))
|
|
9
|
+
## Unreleased
|
|
14
10
|
|
|
15
11
|
### Other
|
|
16
12
|
|
|
17
|
-
-
|
|
13
|
+
- Regenerate CHANGELOG to drop the duplicate Unreleased section from pm-changelog issue 47 ([pm-brief-wo7u](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/chores/pm-brief-wo7u.toon))
|
|
18
14
|
|
|
19
|
-
##
|
|
15
|
+
## 2026.6.13 - 2026-06-13
|
|
20
16
|
|
|
21
17
|
### Added
|
|
22
18
|
|
package/dist/index.js
CHANGED
|
@@ -819,7 +819,7 @@ function registerCommands(api) {
|
|
|
819
819
|
}
|
|
820
820
|
export default defineExtension({
|
|
821
821
|
name: "pm-brief",
|
|
822
|
-
version: "2026.6.
|
|
822
|
+
version: "2026.6.14",
|
|
823
823
|
description: "Token-budgeted agent briefs and next-work plans for pm workspaces",
|
|
824
824
|
activate(api) {
|
|
825
825
|
registerCommands(api);
|
package/manifest.json
CHANGED