@davidorex/pi-project-workflows 0.28.1 → 0.30.0

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
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.30.0] - 2026-06-04
6
+ - Regenerated the aggregate `SKILL.md` to surface the new pi-context relation/upsert ops (`remove-relation`, `replace-relation`, `append-relations`, `upsert-block-item`) and the op-coverage contract; see the `pi-context` changelog for the member-package detail.
7
+
8
+ ## [0.29.0] - 2026-06-04
9
+
5
10
  ## [0.28.1] - 2026-06-03
6
11
 
7
12
  ## [0.28.0] - 2026-06-03
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidorex/pi-project-workflows",
3
- "version": "0.28.1",
3
+ "version": "0.30.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,9 +33,9 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@davidorex/pi-context": "^0.28.1",
37
- "@davidorex/pi-workflows": "^0.28.1",
38
- "@davidorex/pi-behavior-monitors": "^0.28.1",
39
- "@davidorex/pi-agent-dispatch": "^0.28.1"
36
+ "@davidorex/pi-context": "^0.30.0",
37
+ "@davidorex/pi-workflows": "^0.30.0",
38
+ "@davidorex/pi-behavior-monitors": "^0.30.0",
39
+ "@davidorex/pi-agent-dispatch": "^0.30.0"
40
40
  }
41
41
  }
@@ -18,7 +18,7 @@ pi install npm:@davidorex/pi-project-workflows
18
18
  <extension name="@davidorex/pi-context">
19
19
  Schema-driven project state management for Pi
20
20
 
21
- **Tools:** `append-block-item`, `update-block-item`, `append-relation`, `promote-item`, `append-block-nested-item`, `update-block-nested-item`, `remove-block-item`, `remove-block-nested-item`, `read-block-dir`, `read-block`, `write-block`, `context-status`, `context-validate`, `read-config`, `list-tools`, `read-samples-catalog`, `context-current-state`, `context-bootstrap-state`, `rename-canonical-id`, `amend-config`, `read-schema`, `write-schema`, `write-schema-migration`, `context-init`, `context-accept-all`, `context-switch`, `context-list`, `context-archive`, `filter-block-items`, `resolve-item-by-id`, `read-block-item`, `read-block-page`, `join-blocks`, `resolve-items-by-id`, `complete-task`, `context-validate-relations`, `context-edges-for-lens`, `context-walk-descendants`, `walk-ancestors`, `find-references`, `gather-execution-context`, `context-roadmap-load`, `context-roadmap-render`, `context-roadmap-validate`, `context-roadmap-list`
21
+ **Tools:** `append-block-item`, `update-block-item`, `append-relation`, `remove-relation`, `replace-relation`, `append-relations`, `upsert-block-item`, `promote-item`, `append-block-nested-item`, `update-block-nested-item`, `remove-block-item`, `remove-block-nested-item`, `read-block-dir`, `read-block`, `write-block`, `context-status`, `context-validate`, `read-config`, `list-tools`, `read-samples-catalog`, `context-current-state`, `context-bootstrap-state`, `rename-canonical-id`, `amend-config`, `read-schema`, `write-schema`, `write-schema-migration`, `context-init`, `context-accept-all`, `context-switch`, `context-list`, `context-archive`, `filter-block-items`, `resolve-item-by-id`, `read-block-item`, `read-block-page`, `join-blocks`, `resolve-items-by-id`, `complete-task`, `context-validate-relations`, `context-edges-for-lens`, `context-walk-descendants`, `walk-ancestors`, `find-references`, `gather-execution-context`, `context-roadmap-load`, `context-roadmap-render`, `context-roadmap-validate`, `context-roadmap-list`
22
22
  **Commands:** `/context`
23
23
  </extension>
24
24