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 CHANGED
@@ -1,22 +1,18 @@
1
1
  # Changelog
2
2
 
3
- ## 2026.6.13 - 2026-06-13
3
+ ## 2026.6.14 - 2026-06-14
4
4
 
5
- ### Added
5
+ ### Other
6
6
 
7
- - Add max-tokens alias and dependency-aware ordering ([pm-brief-nu7u](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/features/pm-brief-nu7u.toon))
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
- ### Fixed
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
- - Daily Release publish step runs prepublishOnly post-tag: align npm publish with --ignore-scripts ([pm-brief-k5em](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/tasks/pm-brief-k5em.toon))
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
- ## Unreleased
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.13",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-brief",
3
- "version": "2026.6.13",
3
+ "version": "2026.6.14",
4
4
  "description": "Token-budgeted agent briefs and next-work plans for pm workspaces",
5
5
  "author": "@unbraind",
6
6
  "entry": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-brief",
3
- "version": "2026.6.13",
3
+ "version": "2026.6.14",
4
4
  "description": "Token-budgeted agent briefs and next-work plans for pm workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",