pm-context 2026.6.10 → 2026.6.13

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,25 @@
1
1
  # Changelog
2
2
 
3
- ## 2026.6.9 - 2026-06-09
3
+ ## 2026.6.13 - 2026-06-13
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
+ - 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))
9
8
 
10
9
  ## Unreleased
11
10
 
11
+ ### Other
12
+
13
+ - 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
+
15
+ ## 2026.6.9 - 2026-06-09
16
+
12
17
  ### Added
13
18
 
14
19
  - 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
20
  - 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
21
 
17
- ## 2026.06.07 - 2026-06-06
22
+ ## 2026.6.7 - 2026-06-06
18
23
 
19
24
  ### Added
20
25
 
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.13",
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.13",
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.13",
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": {