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 +6 -0
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
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.
|
|
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