pm-context 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
@@ -681,7 +681,7 @@ function setupCommands(api) {
681
681
  }
682
682
  export default defineExtension({
683
683
  name: "pm-context",
684
- version: "2026.7.6",
684
+ version: "2026.7.7",
685
685
  description: "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs",
686
686
  activate(api) {
687
687
  setupCommands(api);
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-context",
3
- "version": "2026.7.6",
3
+ "version": "2026.7.7",
4
4
  "description": "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs",
5
5
  "author": "@unbraind",
6
6
  "entry": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-context",
3
- "version": "2026.7.6",
3
+ "version": "2026.7.7",
4
4
  "description": "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",