pm-context 2026.6.13 → 2026.6.14

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 CHANGED
@@ -1,15 +1,21 @@
1
1
  # Changelog
2
2
 
3
- ## 2026.6.13 - 2026-06-13
3
+ ## 2026.6.14 - 2026-06-14
4
4
 
5
5
  ### Other
6
6
 
7
- - Daily Release publish step runs prepublishOnly post-tag: align npm publish with --ignore-scripts ([pm-context-wvup](https://github.com/unbraind/pm-context/blob/main/.agents/pm/tasks/pm-context-wvup.toon))
7
+ - Regenerate CHANGELOG to drop the duplicate Unreleased section from pm-changelog issue 47 ([pm-context-fgmg](https://github.com/unbraind/pm-context/blob/main/.agents/pm/chores/pm-context-fgmg.toon))
8
8
 
9
9
  ## Unreleased
10
10
 
11
11
  ### Other
12
12
 
13
+ - Regenerate CHANGELOG to drop the duplicate Unreleased section from pm-changelog issue 47 ([pm-context-fgmg](https://github.com/unbraind/pm-context/blob/main/.agents/pm/chores/pm-context-fgmg.toon))
14
+
15
+ ## 2026.6.13 - 2026-06-13
16
+
17
+ ### Other
18
+
13
19
  - Daily Release publish step runs prepublishOnly post-tag: align npm publish with --ignore-scripts ([pm-context-wvup](https://github.com/unbraind/pm-context/blob/main/.agents/pm/tasks/pm-context-wvup.toon))
14
20
 
15
21
  ## 2026.6.9 - 2026-06-09
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.6.13",
684
+ version: "2026.6.14",
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.6.13",
3
+ "version": "2026.6.14",
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.13",
3
+ "version": "2026.6.14",
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",