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 +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
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.
|
|
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