@davidorex/pi-project-workflows 0.29.0 → 0.31.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 +16 -0
- package/package.json +5 -5
- package/skills/pi-project-workflows/SKILL.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.31.0] - 2026-06-13
|
|
6
|
+
- Committed the regenerated aggregate `SKILL.md` artifact materializing the pi-context `context-install` op surface (the generated bytes landing alongside its op definition).
|
|
7
|
+
- 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.
|
|
8
|
+
- Regenerated the aggregate `SKILL.md` to reflect the catalog's new convention-articulation governance vocabulary (fresh substrates carry advisory convention-articulation); see the `pi-context` changelog for the member-package detail.
|
|
9
|
+
- Committed the regenerated aggregate `SKILL.md` artifact materializing the pi-context `read-catalog-schema` op surface (the generated bytes landing alongside its op definition).
|
|
10
|
+
- Regenerated the aggregate `SKILL.md` to surface the new pi-context `read-catalog-schema` op (fetches and prints the verbatim bundled catalog `*.schema.json` body for a named block kind — the raw JSON Schema, not the `read-samples-catalog` projection — diffable locally against the installed substrate schema without hunting through `node_modules`); see the `pi-context` changelog for the member-package detail.
|
|
11
|
+
- Regenerated the aggregate `SKILL.md` to surface the new pi-context `context-check-status` op (the read-only installed-vs-catalog schema drift report — per schema the drift state, the baseline and catalog versions, and for behind schemas the version delta or the content-only basis); see the `pi-context` changelog for the member-package detail.
|
|
12
|
+
- Regenerated the aggregate `SKILL.md` to surface the new pi-context `resolve-blocked` op (commits the resolution of a blocked schema: re-validates the corrected block against the pinned target schema, registers the migration chain, writes the target schema, advances the merge base, clears the pending record) and the `update` op's pending-blocked-record description; see the `pi-context` changelog for the member-package detail.
|
|
13
|
+
- Regenerated the aggregate `SKILL.md` to surface the new pi-context `validate-block-items` op (validates a block's items against the catalog schema version, returning the per-item failures — item id, field, constraint — without writing) and the `update` op's blocked-diagnostic description (`blockedDetail`); see the `pi-context` changelog for the member-package detail.
|
|
14
|
+
- Regenerated the aggregate `SKILL.md` to surface the new pi-context `context-lens-view` op (projects a config-declared lens as a binned item-view — a bin→count summary, or one bin's items paged by `--offset`/`--limit`); see the `pi-context` changelog for the member-package detail.
|
|
15
|
+
- Regenerated the aggregate `SKILL.md` to surface the new pi-context `resolve-conflict` op (the calling agent commits a reconciled schema conflict — writes the resolved schema and advances the merge base to the catalog so a subsequent `update` converges); see the `pi-context` changelog for the member-package detail.
|
|
16
|
+
- Regenerated the aggregate `SKILL.md` to reflect the pi-context `update` op's drift-aware description (resync `in-sync`/`catalog-ahead`; 3-way merge `locally-modified`/`both-diverged` preserving non-conflicting edits; irreconcilable conflicts returned in the op output + a report for the calling agent to reconcile and commit via `resolve-conflict`; `--dryRun` previews); see the `pi-context` changelog for the member-package detail.
|
|
17
|
+
|
|
18
|
+
## [0.30.0] - 2026-06-04
|
|
19
|
+
- 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.
|
|
20
|
+
|
|
5
21
|
## [0.29.0] - 2026-06-04
|
|
6
22
|
|
|
7
23
|
## [0.28.1] - 2026-06-03
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidorex/pi-project-workflows",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.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.
|
|
37
|
-
"@davidorex/pi-workflows": "^0.
|
|
38
|
-
"@davidorex/pi-behavior-monitors": "^0.
|
|
39
|
-
"@davidorex/pi-agent-dispatch": "^0.
|
|
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"
|
|
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-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`
|
|
22
22
|
**Commands:** `/context`
|
|
23
23
|
</extension>
|
|
24
24
|
|