You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ships the issue #54 trigger/flow graph across all three packages.
worker 0.3.0: run records persist triggerIndex and triggerType (the
attribution join for forge runs, INT-RUN-HISTORY-FILE-CONTRACT), the
shared platform browser opener at ./open-browser, the ./materialize
export subpath, aiTriggerAllows exported from ./flow-gate, the chain
cap defaults exported from ./config, and defaultGraphDir.
receiver 0.2.1: no source change; republished so its @edgehero/
pi-dispatch range (^0.3.0) matches the worker on the registry, per
the publish sync tests.
admin 0.7.0: the GRAPH dashboard view (g), /dispatch graph, and
/dispatch graph html with --no-open and --full-paths; the graph
read-model and edge-honesty fold; loops grouped inside their skill;
record-derived forge scope labels; the ASCII overlay gap closed; the
review-hardening fixes (type-guarded attribution, folder-scoped
refusals, raw-index trigger CRUD, Esc layering).
RUNTIME_VERSION and RECEIVER_VERSION track the workspace versions per
the anti-drift tests. Lock updated by hand for versions only, the
npm-minor normalization noise filtered per the recorded gotcha.
Suite in the CI posture: 2175 pass, 0 skipped; admin bundle builds.
Signed-off-by: Rob Boerman <robboerman@live.nl>
Copy file name to clipboardExpand all lines: admin/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@edgehero/pi-dispatch-admin",
3
-
"version": "0.6.0",
3
+
"version": "0.7.0",
4
4
"description": "Operator console (a pi extension) + skill for pi-dispatch: run the pi coding agent as a self-hosted service. A /dispatch TUI for the queue, spend caps, run history, editable GitHub, GitLab, Forgejo and Azure DevOps triggers (cron/label/comment/PR/MR/work item), and scheduled pause windows — plus AI-operable, human-confirmed controls. Runs against a live pi-dispatch deployment.",
Copy file name to clipboardExpand all lines: receiver/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@edgehero/pi-dispatch-receiver",
3
-
"version": "0.2.0",
3
+
"version": "0.2.1",
4
4
"type": "module",
5
5
"description": "Webhook receiver for pi-dispatch: the always-on edge that verifies GitHub, GitLab, Forgejo and Azure DevOps deliveries and enqueues (at most) one job per event for the worker.",
Copy file name to clipboardExpand all lines: worker/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@edgehero/pi-dispatch",
3
-
"version": "0.2.0",
3
+
"version": "0.3.0",
4
4
"type": "module",
5
5
"description": "Self-hosted job harness for the pi coding agent: a BullMQ worker that drains the queue, mints scoped forge tokens, and runs one container per job — plus the pi-dispatch CLI (init, up, doctor, service).",
0 commit comments