@davidorex/pi-project-workflows 0.32.0 → 0.33.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,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.33.0] - 2026-07-08
6
+
7
+ - Re-exported pi-context surface gains the `context-reconcile` op (derived-status repair: dry-run-exact preview, validated-write convergence of rollup-kind stored statuses).
8
+
5
9
  ## [0.32.0] - 2026-07-05
6
10
 
7
11
  - 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidorex/pi-project-workflows",
3
- "version": "0.32.0",
3
+ "version": "0.33.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.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"
36
+ "@davidorex/pi-context": "^0.33.0",
37
+ "@davidorex/pi-workflows": "^0.33.0",
38
+ "@davidorex/pi-behavior-monitors": "^0.33.0",
39
+ "@davidorex/pi-agent-dispatch": "^0.33.0"
40
40
  }
41
41
  }
@@ -29,7 +29,7 @@ Dispatch a privileged JIT-agent as a typed tool call. Loads the named .agent.yam
29
29
 
30
30
  | Parameter | Type | Required | Description |
31
31
  |-----------|------|----------|-------------|
32
- | `spec_name` | string | yes | Name of the agent spec to load (resolves to <name>.agent.yaml in the agents tier). |
32
+ | `spec_name` | string | yes | Name of the agent spec to load (resolves to <name>.agent.yaml searched across the substrate agents/ dir, then ~/.pi/agent/agents/, then the bundled pi-workflows agents). |
33
33
  | `input` | unknown | yes | Typed input passed to the agent's compileAgent context. |
34
34
  | `parent_grant` | array | no | The caller's own tool grant. Default-empty. |
35
35
  | `requested_grant` | array | no | The grant requested for the dispatched sub-agent. Will be clamped to the intersection with parent_grant. |
@@ -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`
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`, `context-reconcile`, `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
 
@@ -217,7 +217,7 @@ See references/bundled-resources.md for full inventory.
217
217
  - `handoff-writer`: task: `handoff-writer/task.md`
218
218
  - `investigator`: task: `investigator/task.md`
219
219
  - `pattern-analyzer`: system: `analyzers/patterns.md`, task: `analyzers/patterns-task.md`
220
- - `phase-author`: task: `templates/phase-author/task.md`
220
+ - `phase-author`: task: `phase-author/task.md`
221
221
  - `plan-creator`: task: `plan-creator/task.md`
222
222
  - `plan-decomposer`: task: `plan-decomposer/task.md`
223
223
  - `project-definer`: task: `project-definer/task.md`