pm-slack-standup 2026.8.4 → 2026.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026.8.7 - 2026-08-07
4
+
5
+ ### Other
6
+
7
+ - Gate CI on strict tracked pm project health ([pm-slack-standup-2f0f](https://github.com/unbraind/pm-slack-standup/blob/main/.agents/pm/chores/pm-slack-standup-2f0f.toon))
8
+
3
9
  ## 2026.8.4 - 2026-08-04
4
10
 
5
11
  ### Other
package/dist/index.js CHANGED
@@ -1415,7 +1415,7 @@ export function renderTrendLine(deltas) {
1415
1415
  let exportStdoutViaService = false;
1416
1416
  export default defineExtension({
1417
1417
  name: "pm-slack-standup",
1418
- version: "2026.8.4",
1418
+ version: "2026.8.7",
1419
1419
  activate(api) {
1420
1420
  const standupFlags = [
1421
1421
  { 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.8.4",
3
+ "version": "2026.8.7",
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.8.4",
3
+ "version": "2026.8.7",
4
4
  "description": "Post pm context as a Slack standup message",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^26.1.1",
44
- "@unbrained/pm-cli": "^2026.7.29",
45
- "pm-changelog": "^2026.7.27",
44
+ "@unbrained/pm-cli": "^2026.8.6",
45
+ "pm-changelog": "^2026.8.6",
46
46
  "typescript": "^7.0.2"
47
47
  },
48
48
  "peerDependencies": {
@@ -95,9 +95,6 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "dependencies": {
99
- "@unbrained/pm-cli": "^2026.7.29"
100
- },
101
98
  "coverageGate": {
102
99
  "sources": [
103
100
  "."
@@ -111,5 +108,8 @@
111
108
  "functions": 87
112
109
  },
113
110
  "ignore": []
111
+ },
112
+ "dependencies": {
113
+ "@unbrained/pm-cli": "^2026.8.6"
114
114
  }
115
115
  }