@davidorex/pi-project-workflows 0.31.0 → 0.32.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,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.32.0] - 2026-07-05
6
+
7
+ - Regenerated the aggregate `SKILL.md` for the pi-context roadmap rework: the roadmap is a derived view over the `milestone_precedes_milestone` relation — `context-roadmap-load`/`-render`/`-validate` take no parameters and derive from substrate state; `context-roadmap-list` is retired; see the `pi-context` changelog for the member-package detail.
8
+ - Regenerated the aggregate pi-agent-dispatch `SKILL.md`, restoring the `<events>` section omitted by an earlier partial generation.
9
+
10
+ - Regenerated the aggregate `SKILL.md` for the pi-context `write-schema-migration` op description now enumerating the `map_each` transform (table lookup with parent/child fallback endpoint; set-field-on-each-element) alongside rename/set/delete/coerce; see the `pi-context` changelog for the member-package detail.
11
+
5
12
  ## [0.31.0] - 2026-06-13
6
13
  - Committed the regenerated aggregate `SKILL.md` artifact materializing the pi-context `context-install` op surface (the generated bytes landing alongside its op definition).
7
14
  - Regenerated the aggregate `SKILL.md` to surface the new pi-context `context-install` op (reflects the install ceremony — materializes the schemas + starter blocks declared in `config.json` from the package samples catalog, records the install baseline, `--update` re-syncs schemas + replaces empty blocks while preserving populated block data; the same engine the `/context install` slash command runs); see the `pi-context` changelog for the member-package detail.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidorex/pi-project-workflows",
3
- "version": "0.31.0",
3
+ "version": "0.32.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.31.0",
37
- "@davidorex/pi-workflows": "^0.31.0",
38
- "@davidorex/pi-behavior-monitors": "^0.31.0",
39
- "@davidorex/pi-agent-dispatch": "^0.31.0"
36
+ "@davidorex/pi-context": "^0.32.0",
37
+ "@davidorex/pi-workflows": "^0.32.0",
38
+ "@davidorex/pi-behavior-monitors": "^0.32.0",
39
+ "@davidorex/pi-agent-dispatch": "^0.32.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`, `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-check-status`, `context-validate`, `read-config`, `list-tools`, `read-samples-catalog`, `read-catalog-schema`, `context-current-state`, `context-bootstrap-state`, `rename-canonical-id`, `amend-config`, `read-schema`, `write-schema`, `resolve-conflict`, `resolve-blocked`, `write-schema-migration`, `context-init`, `context-accept-all`, `context-install`, `update`, `validate-block-items`, `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-lens-view`, `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-check-status`, `context-validate`, `read-config`, `list-tools`, `read-samples-catalog`, `read-catalog-schema`, `context-current-state`, `context-bootstrap-state`, `rename-canonical-id`, `amend-config`, `read-schema`, `write-schema`, `resolve-conflict`, `resolve-blocked`, `write-schema-migration`, `context-init`, `context-accept-all`, `context-install`, `update`, `validate-block-items`, `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-lens-view`, `context-walk-descendants`, `walk-ancestors`, `find-references`, `gather-execution-context`, `context-roadmap-load`, `context-roadmap-render`, `context-roadmap-validate`
22
22
  **Commands:** `/context`
23
23
  </extension>
24
24