pm-brief 2026.7.6 → 2026.7.7

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/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.7.6",
822
+ version: "2026.7.7",
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.7.6",
3
+ "version": "2026.7.7",
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.7.6",
3
+ "version": "2026.7.7",
4
4
  "description": "Token-budgeted agent briefs and next-work plans for pm workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",