pm-slack-standup 2026.9.11 → 2026.9.18

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,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.9.18 - 2026-09-18
4
+
5
+ ### Other
6
+
7
+ - Certify pm CLI 2026.9.17 ([pm-slack-standup-5qt2](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/chores/pm-slack-standup-5qt2.toon))
8
+
9
+ ## 2026.9.13 - 2026-09-13
10
+
11
+ ### Other
12
+
13
+ - Certify pm CLI 2026.9.12 and the pm-ops 2026.9.11 auditor ([pm-slack-standup-d99b](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/chores/pm-slack-standup-d99b.toon))
14
+
3
15
  ## 2026.9.11 - 2026-09-11
4
16
 
5
17
  ### Other
@@ -40,20 +52,15 @@
40
52
 
41
53
  ### Fixed
42
54
 
43
- - Keep publish-attestation bindings within their shell scope ([pm-slack-standup-8smy](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-8smy.toon))
44
-
45
- ## 2026.8.29 - 2026-08-29
46
-
47
- ### Fixed
48
-
49
55
  - Fix PR 56 scalar execution-order bypass ([pm-slack-standup-nafb](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-nafb.toon))
50
56
  - The publish-attestation gate misses a publish routed through an unquoted shell variable ([pm-slack-standup-83u3](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-83u3.toon))
57
+ - A failed provenance publish silently falls back to an unattested one ([pm-slack-standup-ofro](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-ofro.toon))
58
+ - Keep publish-attestation bindings within their shell scope ([pm-slack-standup-8smy](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-8smy.toon))
51
59
 
52
60
  ## 2026.8.28 - 2026-08-28
53
61
 
54
62
  ### Fixed
55
63
 
56
- - A failed provenance publish silently falls back to an unattested one ([pm-slack-standup-ofro](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-ofro.toon))
57
64
  - The changelog gate stamps an untagged version with the current date, so its verdict flips every midnight with no commit ([pm-slack-standup-eeo9](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-eeo9.toon))
58
65
  - Canonicalize complete standup reads on pm CLI 2026.8.21 ([pm-slack-standup-ozic](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-ozic.toon))
59
66
 
@@ -61,11 +68,16 @@
61
68
 
62
69
  - The identity gate deadlocks the one remediation its own failure message prescribes ([pm-slack-standup-yzns](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-yzns.toon))
63
70
 
64
- ## 2026.8.16 - 2026-08-16
71
+ ## 2026.8.17 - 2026-08-17
65
72
 
66
73
  ### Fixed
67
74
 
68
75
  - The manifest declared a pm CLI floor of 2026.6.7 while peerDependencies required 2026.7.29, so the CLI enforced a weaker minimum than npm ([pm-slack-standup-glnl](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-glnl.toon))
76
+
77
+ ## 2026.8.16 - 2026-08-16
78
+
79
+ ### Fixed
80
+
69
81
  - A quoted final argument makes cmd /s strip the quotes that protect the executable path in the win32 pm launch ([pm-slack-standup-ogys](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-ogys.toon))
70
82
  - The .cmd shim resolvePmBin selects on win32 cannot be launched by its only caller ([pm-slack-standup-20gw](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-20gw.toon))
71
83
  - A truncated list-all envelope produces a partial standup that reads as a quiet day ([pm-slack-standup-5q1f](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/issues/pm-slack-standup-5q1f.toon))
@@ -99,7 +111,7 @@
99
111
 
100
112
  - Resolve pm-changelog to the release that derives release dates in UTC ([pm-slack-standup-1sqq](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/chores/pm-slack-standup-1sqq.toon))
101
113
 
102
- ## 2026.7.31 - 2026-07-31
114
+ ## 2026.8.1 - 2026-08-01
103
115
 
104
116
  ### Fixed
105
117
 
package/dist/index.js CHANGED
@@ -2024,7 +2024,7 @@ export function renderTrendLine(deltas) {
2024
2024
  let exportStdoutViaService = false;
2025
2025
  export default defineExtension({
2026
2026
  name: "pm-slack-standup",
2027
- version: "2026.9.11",
2027
+ version: "2026.9.18",
2028
2028
  activate(api) {
2029
2029
  const standupFlags = [
2030
2030
  { long: "--webhook", value_name: "url", description: "Slack incoming webhook URL (overrides PM_SLACK_WEBHOOK env var)" },
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.9.11",
3
+ "version": "2026.9.18",
4
4
  "manifest_version": 2,
5
5
  "description": "Post pm context as a Slack standup message",
6
6
  "author": "@unbraind",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack-standup",
3
- "version": "2026.9.11",
3
+ "version": "2026.9.18",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^26.1.1",
49
- "@unbrained/pm-cli": "2026.9.10",
50
- "pm-changelog": "2026.9.6",
51
- "pm-ops": "^2026.9.9",
49
+ "@unbrained/pm-cli": "2026.9.17",
50
+ "pm-changelog": "2026.9.16",
51
+ "pm-ops": "2026.9.13",
52
52
  "typescript": "^7.0.2"
53
53
  },
54
54
  "peerDependencies": {