pm-context 2026.6.10 → 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,20 +1,31 @@
1
1
  # Changelog
2
2
 
3
- ## 2026.6.9 - 2026-06-09
3
+ ## 2026.6.14 - 2026-06-14
4
4
 
5
- ### Added
5
+ ### Other
6
6
 
7
- - Add compact format alias and recent activity section ([pm-context-8vgi](https://github.com/unbraind/pm-context/blob/main/.agents/pm/features/pm-context-8vgi.toon))
8
- - Add --neighborhood-depth for transitive context neighbors ([pm-context-qbmf](https://github.com/unbraind/pm-context/blob/main/.agents/pm/features/pm-context-qbmf.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))
9
8
 
10
9
  ## Unreleased
11
10
 
11
+ ### Other
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
+
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))
20
+
21
+ ## 2026.6.9 - 2026-06-09
22
+
12
23
  ### Added
13
24
 
14
25
  - Add compact format alias and recent activity section ([pm-context-8vgi](https://github.com/unbraind/pm-context/blob/main/.agents/pm/features/pm-context-8vgi.toon))
15
26
  - Add --neighborhood-depth for transitive context neighbors ([pm-context-qbmf](https://github.com/unbraind/pm-context/blob/main/.agents/pm/features/pm-context-qbmf.toon))
16
27
 
17
- ## 2026.06.07 - 2026-06-06
28
+ ## 2026.6.7 - 2026-06-06
18
29
 
19
30
  ### Added
20
31
 
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.10",
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.10",
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.10",
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",
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@types/node": "^25.9.2",
53
53
  "@unbrained/pm-cli": "^2026.6.9",
54
- "pm-changelog": "^2026.6.8",
54
+ "pm-changelog": "^2026.6.13",
55
55
  "typescript": "^6.0.3"
56
56
  },
57
57
  "pmPackage": {