pm-brief 2026.9.6 → 2026.9.8
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 +6 -0
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026.9.8
|
|
4
|
+
|
|
5
|
+
### Security
|
|
6
|
+
|
|
7
|
+
- Consume the canonical attestation gate instead of carrying a copy of it ([pm-brief-hxoj](https://github.com/unbraind/pm-brief/blob/main/.agents/pm/chores/pm-brief-hxoj.toon))
|
|
8
|
+
|
|
3
9
|
## 2026.9.1 - 2026-09-01
|
|
4
10
|
|
|
5
11
|
### Other
|
package/dist/index.js
CHANGED
|
@@ -4265,7 +4265,7 @@ function classifyPaths(paths, pmRootRel, historyIds, toonIds) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
export default defineExtension({
|
|
4267
4267
|
name: "pm-brief",
|
|
4268
|
-
version: "2026.9.
|
|
4268
|
+
version: "2026.9.8",
|
|
4269
4269
|
description: "Token-budgeted agent briefs and next-work plans for pm workspaces",
|
|
4270
4270
|
activate(api) {
|
|
4271
4271
|
registerCommands(api);
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-brief",
|
|
3
|
-
"version": "2026.9.
|
|
3
|
+
"version": "2026.9.8",
|
|
4
4
|
"description": "Token-budgeted agent briefs and next-work plans for pm workspaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/node": "^26.1.1",
|
|
61
61
|
"@unbrained/pm-cli": "2026.8.30",
|
|
62
|
-
"pm-changelog": "2026.
|
|
63
|
-
"pm-ops": "^2026.
|
|
62
|
+
"pm-changelog": "2026.9.2",
|
|
63
|
+
"pm-ops": "^2026.9.7",
|
|
64
64
|
"typescript": "^7.0.2",
|
|
65
65
|
"yaml": "2.9.0"
|
|
66
66
|
},
|