pm-todos 2026.9.13 → 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 +11 -5
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2026.9.18 - 2026-09-18
|
|
4
|
+
|
|
5
|
+
### Other
|
|
6
|
+
|
|
7
|
+
- Certify pm CLI 2026.9.17 ([pm-todos-zrxn](https://github.com/unbraind/pm-todos/blob/main/.agents/pm/chores/pm-todos-zrxn.toon))
|
|
8
|
+
|
|
3
9
|
## 2026.9.13 - 2026-09-13
|
|
4
10
|
|
|
5
11
|
### Fixed
|
|
@@ -46,17 +52,17 @@
|
|
|
46
52
|
|
|
47
53
|
## 2026.8.29 - 2026-08-29
|
|
48
54
|
|
|
55
|
+
### Fixed
|
|
56
|
+
|
|
57
|
+
- A failed provenance publish silently falls back to an unattested one ([pm-todos-oml1](https://github.com/unbraind/pm-todos/blob/main/.agents/pm/issues/pm-todos-oml1.toon))
|
|
58
|
+
- Reachable history privacy clearance is required before further release ([pm-todos-oz1n](https://github.com/unbraind/pm-todos/blob/main/.agents/pm/issues/pm-todos-oz1n.toon))
|
|
59
|
+
|
|
49
60
|
### Other
|
|
50
61
|
|
|
51
62
|
- Pilot pm-github issue sync for pm-todos ([pm-todos-9hgh](https://github.com/unbraind/pm-todos/blob/main/.agents/pm/tasks/pm-todos-9hgh.toon))
|
|
52
63
|
|
|
53
64
|
## 2026.8.28 - 2026-08-28
|
|
54
65
|
|
|
55
|
-
### Fixed
|
|
56
|
-
|
|
57
|
-
- A failed provenance publish silently falls back to an unattested one ([pm-todos-oml1](https://github.com/unbraind/pm-todos/blob/main/.agents/pm/issues/pm-todos-oml1.toon))
|
|
58
|
-
- Reachable history privacy clearance is required before further release ([pm-todos-oz1n](https://github.com/unbraind/pm-todos/blob/main/.agents/pm/issues/pm-todos-oz1n.toon))
|
|
59
|
-
|
|
60
66
|
### Security
|
|
61
67
|
|
|
62
68
|
- The identity gate deadlocks the one remediation its own failure message prescribes ([pm-todos-3a03](https://github.com/unbraind/pm-todos/blob/main/.agents/pm/issues/pm-todos-3a03.toon))
|
package/dist/index.js
CHANGED
|
@@ -2323,7 +2323,7 @@ function buildTodoMarkdown(opts) {
|
|
|
2323
2323
|
const defineExtension = (module) => module;
|
|
2324
2324
|
export default defineExtension({
|
|
2325
2325
|
name: "pm-todos",
|
|
2326
|
-
version: "2026.9.
|
|
2326
|
+
version: "2026.9.18",
|
|
2327
2327
|
activate(api) {
|
|
2328
2328
|
api.registerItemFields([
|
|
2329
2329
|
{ name: "todos_kv", type: "object", optional: true },
|
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-todos",
|
|
3
|
-
"version": "2026.9.
|
|
3
|
+
"version": "2026.9.18",
|
|
4
4
|
"description": "TODO round-trip. Import/export/sync markdown checkboxes, todo.txt, jsonl, checkbox, and pi coding-agent todo JSON as pm items.",
|
|
5
5
|
"author": "@unbraind",
|
|
6
6
|
"entry": "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pm-todos",
|
|
3
|
-
"version": "2026.9.
|
|
3
|
+
"version": "2026.9.18",
|
|
4
4
|
"description": "TODO round-trip extension for pm-cli: markdown, todo.txt, GitHub task lists, and pi coding-agent todo JSON",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/node": "^26.1.1",
|
|
52
|
-
"@unbrained/pm-cli": "2026.9.
|
|
53
|
-
"pm-changelog": "2026.9.
|
|
54
|
-
"pm-ops": "
|
|
52
|
+
"@unbrained/pm-cli": "2026.9.17",
|
|
53
|
+
"pm-changelog": "2026.9.16",
|
|
54
|
+
"pm-ops": "2026.9.13",
|
|
55
55
|
"typescript": "^7.0.2"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|