Skip to content

Commit 711401d

Browse files
committed
chore(release): pi-dispatch 0.7.0, admin 0.4.0, worker 0.1.1
The first-run wizard (issue #92, PRs #93 + #94): admin 0.4.0 ships /dispatch setup, the deployment pointer, the no-deployment detection, and the once-ever startup nudge. worker 0.1.1 ships the SKILL_NAME_RE export and the setup cross-references in the CLI help; RUNTIME_VERSION follows it (the anti-drift test makes the pair atomic). Both READMEs compacted. Signed-off-by: Rob Boerman <robboerman@live.nl>
1 parent 79bc93b commit 711401d

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@edgehero/pi-dispatch-admin",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"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.",
55
"keywords": [
66
"pi-package",

admin/src/setup-wizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Notify = ((message: string, type?: string) => void) | undefined;
4848
* version, so a release bump stays atomic: bump the worker and the test fails here until this literal
4949
* follows in the same change.
5050
*/
51-
export const RUNTIME_VERSION = "0.1.0";
51+
export const RUNTIME_VERSION = "0.1.1";
5252

5353
/** The pointer marker file suffix and the four-file cwd scaffold signature, shared by detect + nudge. */
5454
const NUDGE_MARKER_BASENAME = "pi-dispatch-setup.nudged";

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-dispatch",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"description": "A containerized job harness for the pi coding agent",
66
"license": "MIT",

worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@edgehero/pi-dispatch",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"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).",
66
"keywords": [

0 commit comments

Comments
 (0)