pm-context 2026.6.7-1 → 2026.6.7-2

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
@@ -462,7 +462,7 @@ function setupCommands(api) {
462
462
  }
463
463
  export default defineExtension({
464
464
  name: "pm-context",
465
- version: "2026.6.7-1",
465
+ version: "2026.6.7-2",
466
466
  description: "Generate deterministic pm context packs for agent handoffs, reviews, and status briefs",
467
467
  activate(api) {
468
468
  setupCommands(api);
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-context",
3
- "version": "2026.6.7-1",
3
+ "version": "2026.6.7-2",
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.6.7-1",
3
+ "version": "2026.6.7-2",
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",