pm-brief 2026.8.3 → 2026.8.4

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.8.4 - 2026-08-04
4
+
5
+ ### Other
6
+
7
+ - Resolve pm-changelog to the release that derives release dates in UTC ([pm-brief-iqbi](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/chores/pm-brief-iqbi.toon))
8
+
3
9
  ## 2026.7.29 - 2026-07-29
4
10
 
5
11
  ### Added
package/dist/index.js CHANGED
@@ -3808,7 +3808,7 @@ function classifyPaths(paths, pmRootRel, historyIds, toonIds) {
3808
3808
  }
3809
3809
  export default defineExtension({
3810
3810
  name: "pm-brief",
3811
- version: "2026.8.3",
3811
+ version: "2026.8.4",
3812
3812
  description: "Token-budgeted agent briefs and next-work plans for pm workspaces",
3813
3813
  activate(api) {
3814
3814
  registerCommands(api);
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-brief",
3
- "version": "2026.8.3",
3
+ "version": "2026.8.4",
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.8.3",
3
+ "version": "2026.8.4",
4
4
  "description": "Token-budgeted agent briefs and next-work plans for pm workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",