@llblab/pi-actors 0.14.1 → 0.14.2
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/BACKLOG.md
CHANGED
|
@@ -20,7 +20,7 @@ Continue progressive component/pipeline expansion in small validated slices; rea
|
|
|
20
20
|
|
|
21
21
|
- Add another task-first high-level pipeline candidate from the design map.
|
|
22
22
|
- Priority: Medium.
|
|
23
|
-
- Status: `pipeline-release-readiness`, `pipeline-repo-health`, `pipeline-async-run-ops`, `pipeline-docs-maintenance`, `pipeline-media-library`, and `pipeline-artifact-bundle` landed. `pipeline-media-library` required playlist output-mode parameterization, then reused playlist and artifact-report cells. `pipeline-artifact-bundle` reused artifact-write, artifact-manifest, validation, manifest-write, and actor-message cells.
|
|
23
|
+
- Status: `pipeline-release-readiness`, `pipeline-repo-health`, `pipeline-async-run-ops`, `pipeline-docs-maintenance`, `pipeline-media-library`, and `pipeline-artifact-bundle` landed. `pipeline-release-readiness` now includes package-summary evidence before validation/review. `pipeline-media-library` required playlist output-mode parameterization, then reused playlist and artifact-report cells. `pipeline-artifact-bundle` reused artifact-write, artifact-manifest, validation, manifest-write, and actor-message cells.
|
|
24
24
|
- Scope: Reassess `docs/task-first-recipes.md` for the next high-value task cell, then implement only the minimum missing cells needed for that task.
|
|
25
25
|
- Exit: Another task-first pipeline lands with docs, package validation, and a note about which missing atoms/utilities it required.
|
|
26
26
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.14.2: Release Readiness Package Evidence
|
|
4
|
+
|
|
5
|
+
- `[Recipe Library]` Added `utility-package-summary` evidence to `pipeline-release-readiness` between changelog extraction and validation. Impact: release readiness reports can consider package metadata and package contents summary without adding publish automation.
|
|
6
|
+
- `[Docs]` Updated task-first and recipe-library docs to describe the enriched release-readiness pipeline. Impact: the documented task-first candidate map now matches the implemented recipe composition.
|
|
7
|
+
|
|
3
8
|
## 0.14.1: Backlog Vocabulary Reconciliation
|
|
4
9
|
|
|
5
10
|
- `[Docs]` Reconciled backlog status text after the message-only inspection release. Impact: project context no longer claims `inspect view=events` is retained and describes operations snapshots as actor-message tails instead of event tails.
|
package/docs/recipe-library.md
CHANGED
|
@@ -69,7 +69,7 @@ inspect target=run:docs-review view=tail
|
|
|
69
69
|
Pipeline recipes demonstrate second-order composition:
|
|
70
70
|
|
|
71
71
|
- `recipes/subagent-review-coordinator.json`: Lens reviewers → verifier → merger → judge → normalizer.
|
|
72
|
-
- `recipes/pipeline-release-readiness.json`: Task-first release cell: changelog section → validation → release review → artifact report.
|
|
72
|
+
- `recipes/pipeline-release-readiness.json`: Task-first release cell: changelog section → package summary → validation → release review → artifact report.
|
|
73
73
|
- `recipes/pipeline-repo-health.json`: Task-first repository-health cell: git status/log → docs index → validation → normalized artifact report.
|
|
74
74
|
- `recipes/pipeline-async-run-ops.json`: Task-first async-run operations cell: run summary → actor-message tail → normalized operations report → artifact report.
|
|
75
75
|
- `recipes/pipeline-review-readiness.json`: Release/readiness gate over selected lenses.
|
|
@@ -49,7 +49,7 @@ Existing seeds:
|
|
|
49
49
|
|
|
50
50
|
Implemented seed:
|
|
51
51
|
|
|
52
|
-
- `pipeline-release-readiness`: changelog section → validation wrapper → release review coordinator → artifact report.
|
|
52
|
+
- `pipeline-release-readiness`: changelog section → package summary → validation wrapper → release review coordinator → artifact report.
|
|
53
53
|
|
|
54
54
|
### Repository Health Cell
|
|
55
55
|
|
|
@@ -226,7 +226,7 @@ Prefer adding a high-level recipe when at least three cells already exist and th
|
|
|
226
226
|
|
|
227
227
|
Good next candidates for the standard library after the first task-first wave:
|
|
228
228
|
|
|
229
|
-
1. Package/release metadata enrichment:
|
|
229
|
+
1. Package/release metadata enrichment: implemented in `pipeline-release-readiness` by adding `utility-package-summary` between changelog extraction and validation, making release-readiness reports more evidence-rich without adding publish automation.
|
|
230
230
|
2. Artifact packaging and manifesting: implemented as `pipeline-artifact-bundle`, which composes optional validation, `pipeline-artifact-write`, `utility-artifact-manifest`, deterministic manifest writing, and an actor-message handoff when the caller explicitly requests filesystem writes.
|
|
231
231
|
3. Async run cleanup planning: extend async-run operations with stale-run classification and recommended `message`, `cancel`, or `kill` controls, keeping actual control execution operator-gated.
|
|
232
232
|
|
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"async": true,
|
|
4
4
|
"imports": {
|
|
5
5
|
"changelog": "utility-changelog-section.json",
|
|
6
|
+
"package": "utility-package-summary.json",
|
|
6
7
|
"validation": "utility-validation-wrapper.json",
|
|
7
8
|
"review": "subagent-review-coordinator.json",
|
|
8
9
|
"artifact": "pipeline-artifact-report.json"
|
|
@@ -10,6 +11,7 @@
|
|
|
10
11
|
"args": [
|
|
11
12
|
"scope:path",
|
|
12
13
|
"version:string",
|
|
14
|
+
"package_json:path",
|
|
13
15
|
"validation_command:string",
|
|
14
16
|
"artifact_path:path",
|
|
15
17
|
"lenses:array",
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
"defaults": {
|
|
23
25
|
"scope": ".",
|
|
24
26
|
"version": "0.7.1",
|
|
27
|
+
"package_json": "{scope}/package.json",
|
|
25
28
|
"validation_command": "npm run validate",
|
|
26
29
|
"artifact_path": "./release-readiness.md",
|
|
27
30
|
"lenses": [
|
|
@@ -48,6 +51,13 @@
|
|
|
48
51
|
"version": "{version}"
|
|
49
52
|
}
|
|
50
53
|
},
|
|
54
|
+
{
|
|
55
|
+
"name": "package",
|
|
56
|
+
"values": {
|
|
57
|
+
"package_json": "{package_json}",
|
|
58
|
+
"repo": "{scope}"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
51
61
|
{
|
|
52
62
|
"name": "validation",
|
|
53
63
|
"values": {
|
|
@@ -58,7 +68,7 @@
|
|
|
58
68
|
{
|
|
59
69
|
"name": "review",
|
|
60
70
|
"values": {
|
|
61
|
-
"scope": "Release scope {scope} for version {version}. Use changelog and validation output from stdin.",
|
|
71
|
+
"scope": "Release scope {scope} for version {version}. Use changelog, package summary, and validation output from stdin.",
|
|
62
72
|
"lenses": "{lenses}",
|
|
63
73
|
"claim": "Version {version} is ready for release or the remaining blockers are explicitly identified.",
|
|
64
74
|
"reviewer_model": "{reviewer_model}",
|